diff options
author | James E Keenan <jkeenan@cpan.org> | 2016-12-17 17:14:13 -0500 |
---|---|---|
committer | James E Keenan <jkeenan@cpan.org> | 2016-12-17 17:19:17 -0500 |
commit | 6c3097759559544e44d44e9e8a33701828e83129 (patch) | |
tree | 2b68cea086a3d0bb8b3dc3207d0775645bfece8f /cpan/Pod-Simple/lib/Pod/Simple/Text.pm | |
parent | 1451f692e6e77e59f92339a6e76b0adb7cf0d828 (diff) | |
download | perl-6c3097759559544e44d44e9e8a33701828e83129.tar.gz |
Update Pod-Simple to CPAN version 3.35.
From ChangeLog: Stabilize t/search50.t (per rurban). Turn off utf8 warnings
when trying to see if a file is UTF-8 or not.
Diffstat (limited to 'cpan/Pod-Simple/lib/Pod/Simple/Text.pm')
-rw-r--r-- | cpan/Pod-Simple/lib/Pod/Simple/Text.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpan/Pod-Simple/lib/Pod/Simple/Text.pm b/cpan/Pod-Simple/lib/Pod/Simple/Text.pm index e1c2d0b21f..66e15f48cc 100644 --- a/cpan/Pod-Simple/lib/Pod/Simple/Text.pm +++ b/cpan/Pod-Simple/lib/Pod/Simple/Text.pm @@ -6,7 +6,7 @@ use Carp (); use Pod::Simple::Methody (); use Pod::Simple (); use vars qw( @ISA $VERSION $FREAKYMODE); -$VERSION = '3.32'; +$VERSION = '3.35'; @ISA = ('Pod::Simple::Methody'); BEGIN { *DEBUG = defined(&Pod::Simple::DEBUG) ? \&Pod::Simple::DEBUG |