X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Frgit.git;a=blobdiff_plain;f=lib%2FApp%2FRgit.pm;fp=lib%2FApp%2FRgit.pm;h=f0bbdde0919e67912cfebde85e65f2706efecbdf;hp=6b43f16a071e63439d25a8bfc58245e055fe99b2;hb=e833c52a64e7aac9c18d7051285bf4d9906c4faf;hpb=c39af12272015e8aff09d3c05e4f32d7943b4154 diff --git a/lib/App/Rgit.pm b/lib/App/Rgit.pm index 6b43f16..f0bbdde 100644 --- a/lib/App/Rgit.pm +++ b/lib/App/Rgit.pm @@ -26,7 +26,14 @@ This is an internal class to L. =head1 METHODS -=head2 C<< new root => $root, git => $git, cmd => $cmd, args => \@args >> +=head2 C + + my $ar = App::Rgit->new( + root => $root, + git => $git, + cmd => $cmd, + args => \@args, + ); Creates a new L object that's bound to execute the command C<$cmd> on all the C repositories inside C<$root> with C<@args> as arguments and C<$git> as C executable.