X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FApp%2FRgit%2FPolicy%2FKeep.pm;h=43f125fb78805bd512838268c47a2c79d0ace7fa;hb=80656eec9bd2400f8db71d0d10d7d0be54139667;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..43f125f 100644 --- a/lib/App/Rgit/Policy/Keep.pm +++ b/lib/App/Rgit/Policy/Keep.pm @@ -3,9 +3,9 @@ package App::Rgit::Policy::Keep; use strict; use warnings; -use App::Rgit::Utils qw/:codes/; +use App::Rgit::Utils qw<:codes>; -use base qw/App::Rgit::Policy/; +use base qw; =head1 NAME @@ -13,22 +13,38 @@ App::Rgit::Policy::Keep - A policy that ignores errors. =head1 VERSION -Version 0.06 +Version 0.08 =cut -our $VERSION = '0.06'; +our $VERSION = '0.08'; -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