X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Frgit.git;a=blobdiff_plain;f=lib%2FApp%2FRgit%2FPolicy%2FKeep.pm;fp=lib%2FApp%2FRgit%2FPolicy%2FKeep.pm;h=34b8f4f395aa8ca2c8bd726d4a2fbdb6ebcf7229;hp=1bbdc5657a564108e51e86a9a3588b43773bf543;hb=cb9eb6a59510dcfb9aaf05e09d2612aa0a9e18e3;hpb=88bfe285dbd8fe5cb70f28ff9ad9dee16631dd52 diff --git a/lib/App/Rgit/Policy/Keep.pm b/lib/App/Rgit/Policy/Keep.pm index 1bbdc56..34b8f4f 100644 --- a/lib/App/Rgit/Policy/Keep.pm +++ b/lib/App/Rgit/Policy/Keep.pm @@ -19,12 +19,28 @@ Version 0.06 our $VERSION = '0.06'; -sub report { NEXT } +=head1 DESCRIPTION + +This policy always proceed to the next repository even when an error occurs. + +=head1 METHODS + +This class inherits from L. + +It implements : + +=head2 C + +=cut + +sub handle { NEXT } =head1 SEE ALSO L. +L. + =head1 AUTHOR Vincent Pit, C<< >>, L.