X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FApp%2FRgit%2FCommand%2FEach.pm;h=3f1948ca97d3713f88ec055a5a8afb604f6bdcc8;hb=cb9eb6a59510dcfb9aaf05e09d2612aa0a9e18e3;hp=ef843f76eddbb5e42f8bbaee80760335ddf585c8;hpb=af98236767735990609f068a18d3a7251f2efcab;p=perl%2Fmodules%2Frgit.git diff --git a/lib/App/Rgit/Command/Each.pm b/lib/App/Rgit/Command/Each.pm index ef843f7..3f1948c 100644 --- a/lib/App/Rgit/Command/Each.pm +++ b/lib/App/Rgit/Command/Each.pm @@ -13,11 +13,11 @@ App::Rgit::Command::Each - Class for commands to execute for each repository. =head1 VERSION -Version 0.03 +Version 0.06 =cut -our $VERSION = '0.03'; +our $VERSION = '0.06'; =head1 DESCRIPTION @@ -59,6 +59,8 @@ sub run { L. +L. + =head1 AUTHOR Vincent Pit, C<< >>, L. @@ -77,7 +79,7 @@ You can find documentation for this module with the perldoc command. =head1 COPYRIGHT & LICENSE -Copyright 2008 Vincent Pit, all rights reserved. +Copyright 2008-2009 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.