X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FApp%2FRgit%2FCommand%2FOnce.pm;h=33199dcd5978d52e86b452010a891bab0c9a332e;hb=0f55b91d632134b6077941fa223cd94378151373;hp=88e77f892511a122a7c3a3f11966172b76400be5;hpb=f00c02ec880d4c182584fc4f046df634df67401f;p=perl%2Fmodules%2Frgit.git diff --git a/lib/App/Rgit/Command/Once.pm b/lib/App/Rgit/Command/Once.pm index 88e77f8..33199dc 100644 --- a/lib/App/Rgit/Command/Once.pm +++ b/lib/App/Rgit/Command/Once.pm @@ -11,11 +11,11 @@ App::Rgit::Command::Once - Class for commands to execute only once. =head1 VERSION -Version 0.02 +Version 0.06 =cut -our $VERSION = '0.02'; +our $VERSION = '0.06'; =head1 DESCRIPTION @@ -42,6 +42,8 @@ sub run { L. +L. + =head1 AUTHOR Vincent Pit, C<< >>, L. @@ -60,7 +62,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,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.