X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FApp%2FRgit.pm;h=f0bbdde0919e67912cfebde85e65f2706efecbdf;hb=e833c52a64e7aac9c18d7051285bf4d9906c4faf;hp=ea9df10da2367299fe37c7ad995f43e9db3b69b1;hpb=1c5bf56c6f80e4cd818c341b34ba3410f34ed514;p=perl%2Fmodules%2Frgit.git diff --git a/lib/App/Rgit.pm b/lib/App/Rgit.pm index ea9df10..f0bbdde 100644 --- a/lib/App/Rgit.pm +++ b/lib/App/Rgit.pm @@ -12,11 +12,11 @@ App::Rgit - Backend that supports the rgit utility. =head1 VERSION -Version 0.06 +Version 0.08 =cut -our $VERSION = '0.06'; +our $VERSION = '0.08'; =head1 DESCRIPTION @@ -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. @@ -94,7 +101,8 @@ You can contact me by mail or on C (vincent). =head1 BUGS -Please report any bugs or feature requests to C, or through the web interface at L. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes. +Please report any bugs or feature requests to C, or through the web interface at L. +I will be notified, and then you'll automatically be notified of progress on your bug as I make changes. =head1 SUPPORT @@ -104,7 +112,7 @@ You can find documentation for this module with the perldoc command. =head1 COPYRIGHT & LICENSE -Copyright 2008-2009 Vincent Pit, all rights reserved. +Copyright 2008,2009,2010 Vincent Pit, all rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.