diff options
author | Ricardo Signes <rjbs@cpan.org> | 2010-04-27 23:15:04 -0400 |
---|---|---|
committer | Ricardo Signes <rjbs@cpan.org> | 2010-04-28 07:38:39 -0400 |
commit | 316e9929be27149b8ce6038c5882d214010922b5 (patch) | |
tree | 00b4c8839c57148341f9db2617d8f3532a2ad72e /cpan/Pod-Simple/lib/Pod/Simple/Checker.pm | |
parent | ee811f5e3bed4f099447f2fff9d2bdc4f0220f5e (diff) | |
download | perl-316e9929be27149b8ce6038c5882d214010922b5.tar.gz |
import Pod-Simple 3.14 for C<< >> fix
Diffstat (limited to 'cpan/Pod-Simple/lib/Pod/Simple/Checker.pm')
-rw-r--r-- | cpan/Pod-Simple/lib/Pod/Simple/Checker.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpan/Pod-Simple/lib/Pod/Simple/Checker.pm b/cpan/Pod-Simple/lib/Pod/Simple/Checker.pm index 136e851baf..26a6023723 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.13'; +$VERSION = '3.14'; @ISA = ('Pod::Simple::Methody'); BEGIN { *DEBUG = defined(&Pod::Simple::DEBUG) ? \&Pod::Simple::DEBUG |