summaryrefslogtreecommitdiff
path: root/cpan/Pod-Simple/lib/Pod/Simple.pm
diff options
context:
space:
mode:
authorJames E Keenan <jkeenan@cpan.org>2016-12-17 17:14:13 -0500
committerJames E Keenan <jkeenan@cpan.org>2016-12-17 17:19:17 -0500
commit6c3097759559544e44d44e9e8a33701828e83129 (patch)
tree2b68cea086a3d0bb8b3dc3207d0775645bfece8f /cpan/Pod-Simple/lib/Pod/Simple.pm
parent1451f692e6e77e59f92339a6e76b0adb7cf0d828 (diff)
downloadperl-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.pm2
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);