]> git.vpit.fr Git - perl/modules/rgit.git/blobdiff - lib/App/Rgit/Policy/Keep.pm
Fix constant resolution on 5.8
[perl/modules/rgit.git] / lib / App / Rgit / Policy / Keep.pm
index 87e9e20cf361aa2caa0425863b6f5645fa6fd1ab..34b8f4f395aa8ca2c8bd726d4a2fbdb6ebcf7229 100644 (file)
@@ -19,16 +19,32 @@ 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<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>.
-   
+
 You can contact me by mail or on C<irc.perl.org> (vincent).
 
 =head1 BUGS