X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/2b8fc250cda86dddcc8e7c8418c67d5bb24036c8..1ccbfc075dd437760cf7620810fed32cccbb6237:/cpan/Pod-Simple/lib/Pod/Simple/Checker.pm diff --git a/cpan/Pod-Simple/lib/Pod/Simple/Checker.pm b/cpan/Pod-Simple/lib/Pod/Simple/Checker.pm index 2fef030..1f94afe 100644 --- a/cpan/Pod-Simple/lib/Pod/Simple/Checker.pm +++ b/cpan/Pod-Simple/lib/Pod/Simple/Checker.pm @@ -9,7 +9,7 @@ use Carp (); use Pod::Simple::Methody (); use Pod::Simple (); use vars qw( @ISA $VERSION ); -$VERSION = '3.40'; +$VERSION = '3.41'; @ISA = ('Pod::Simple::Methody'); BEGIN { *DEBUG = defined(&Pod::Simple::DEBUG) ? \&Pod::Simple::DEBUG