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.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.pm')
-rw-r--r-- | cpan/Pod-Simple/lib/Pod/Simple.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpan/Pod-Simple/lib/Pod/Simple.pm b/cpan/Pod-Simple/lib/Pod/Simple.pm index d8521b2e8b..20924153b6 100644 --- a/cpan/Pod-Simple/lib/Pod/Simple.pm +++ b/cpan/Pod-Simple/lib/Pod/Simple.pm @@ -18,7 +18,7 @@ use vars qw( ); @ISA = ('Pod::Simple::BlackBox'); -$VERSION = '3.32'; +$VERSION = '3.35'; @Known_formatting_codes = qw(I B C L E F S X Z); %Known_formatting_codes = map(($_=>1), @Known_formatting_codes); |