X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FApp%2FRgit.pm;h=e4436039f20b16c02d0972da1da542358032c976;hb=00f4d1f6016748f8b4623d8ff32546069f763a95;hp=302d713ddbbd9b3b17250c484fe2a51b5c165337;hpb=7a8f16273acc8e184a0bf1c74cb7812591c31e67;p=perl%2Fmodules%2Frgit.git diff --git a/lib/App/Rgit.pm b/lib/App/Rgit.pm index 302d713..e443603 100644 --- a/lib/App/Rgit.pm +++ b/lib/App/Rgit.pm @@ -38,8 +38,9 @@ Creates a new L object that's bound to execute the command C<$cmd> on sub new { my ($class, %args) = &validate; my $config = App::Rgit::Config->new( - root => $args{root}, - git => $args{git}, + root => $args{root}, + git => $args{git}, + debug => $args{debug}, ); return unless defined $config; my $command = App::Rgit::Command->new(