X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FApp%2FRgit%2FCommand.pm;h=e04e9f574167d0b570943d5133085efcd0cfe406;hb=edfd59020168422fe2c1baa014f0925968a77c9a;hp=d2d837346f29192ed970a80af41cc60ea60ef950;hpb=7820644218536eeb757bfc01b0e73611d2d8a5c5;p=perl%2Fmodules%2Frgit.git diff --git a/lib/App/Rgit/Command.pm b/lib/App/Rgit/Command.pm index d2d8373..e04e9f5 100644 --- a/lib/App/Rgit/Command.pm +++ b/lib/App/Rgit/Command.pm @@ -15,11 +15,11 @@ App::Rgit::Command - Base class for App::Rgit commands. =head1 VERSION -Version 0.05 +Version 0.06 =cut -our $VERSION = '0.05'; +our $VERSION = '0.06'; =head1 DESCRIPTION @@ -80,7 +80,7 @@ sub action { =head2 C -Reports that the execution of the command in C<$repo> exited with C to the current command's policy. +Reports that the execution of the command in C<$repo> exited with C<$status> to the current command's policy. Returns what the policy callback returned, which should be one of the policy codes listed in C. =cut @@ -129,7 +129,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.