X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FApp%2FRgit%2FCommand.pm;h=454f4d3d691b8c1be4486fa293b9830beb90f517;hb=fe9e1d43ba8d93e99e7efdcd51fddff6d6237156;hp=6361d083cc0e56fd16c86bd3a9be6a4e82e543f2;hpb=ce5091c087229219cf4dc879fb0d2dcab808b885;p=perl%2Fmodules%2Frgit.git diff --git a/lib/App/Rgit/Command.pm b/lib/App/Rgit/Command.pm index 6361d08..454f4d3 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.04 +Version 0.05 =cut -our $VERSION = '0.04'; +our $VERSION = '0.05'; =head1 DESCRIPTION @@ -80,6 +80,9 @@ sub action { =head2 C +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 sub report {