X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FApp%2FRgit%2FPolicy%2FKeep.pm;h=230518ad1270f5546f7b93ada7380e426827c8e5;hb=3ff07b59ff41754a77105973a4f1e9d6d25b2c3a;hp=87e9e20cf361aa2caa0425863b6f5645fa6fd1ab;hpb=dc668e3c302569ed2b5eb2ed893247308f22528a;p=perl%2Fmodules%2Frgit.git diff --git a/lib/App/Rgit/Policy/Keep.pm b/lib/App/Rgit/Policy/Keep.pm index 87e9e20..230518a 100644 --- a/lib/App/Rgit/Policy/Keep.pm +++ b/lib/App/Rgit/Policy/Keep.pm @@ -13,22 +13,38 @@ App::Rgit::Policy::Keep - A policy that ignores errors. =head1 VERSION -Version 0.06 +Version 0.07 =cut -our $VERSION = '0.06'; +our $VERSION = '0.07'; -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. - + You can contact me by mail or on C (vincent). =head1 BUGS