]> git.vpit.fr Git - perl/modules/rgit.git/blobdiff - lib/App/Rgit/Policy/Keep.pm
This is 0.08
[perl/modules/rgit.git] / lib / App / Rgit / Policy / Keep.pm
index 1bbdc5657a564108e51e86a9a3588b43773bf543..82b6a48b9710a9f9f0b957f7dc974699183265a7 100644 (file)
@@ -13,18 +13,34 @@ 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<App::Rgit::Policy>.
+
+It implements :
+
+=head2 C<handle>
+
+=cut
+
+sub handle { NEXT }
 
 =head1 SEE ALSO
 
 L<rgit>.
 
+L<App::Rgit::Policy>.
+
 =head1 AUTHOR
 
 Vincent Pit, C<< <perl at profvince.com> >>, L<http://profvince.com>.