summaryrefslogtreecommitdiff
path: root/cpan/Pod-Simple/lib/Pod/Simple/Text.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/Text.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/Text.pm')
-rw-r--r--cpan/Pod-Simple/lib/Pod/Simple/Text.pm2
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