This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update autodie to CPAN version 2.32
[perl5.git] / cpan / autodie / lib / autodie / skip.pm
index a9bac83..ad9706c 100644 (file)
@@ -2,7 +2,7 @@ package autodie::skip;
 use strict;
 use warnings;
 
-our $VERSION = '2.19'; # VERSION
+our $VERSION = '2.32'; # VERSION
 
 # This package exists purely so people can inherit from it,
 # which isn't at all how roles are supposed to work, but it's
@@ -51,4 +51,6 @@ terms as Perl itself.
 
 L<autodie>, L<autodie::exception>
 
+=for Pod::Coverage DOES
+
 =cut