Skip to content

Commit

Permalink
Added --config option
Browse files Browse the repository at this point in the history
  • Loading branch information
Leont committed Dec 28, 2010
1 parent 1cf3709 commit 4f8be8b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions inc/Library/Build.pm
Expand Up @@ -32,6 +32,11 @@ sub new {
my $options = shift;
$options->{verbose}--;
},
config => sub($) {
my (undef, undef, $raw) = @_;
my ($key, $value) = split /=/, $raw, 2;
$self->config($key, $value);
}
);
return $self;
}
Expand Down

0 comments on commit 4f8be8b

Please sign in to comment.