diff options
author | Steve Hay <SteveHay@planit.com> | 2008-09-26 08:44:33 +0000 |
---|---|---|
committer | Steve Hay <SteveHay@planit.com> | 2008-09-26 08:44:33 +0000 |
commit | 2504ae5250790bc6da9ecd41645e0005cd550a86 (patch) | |
tree | b11127b28b9cbd25442f1feffea053bc2bbc1b15 /lib/Pod/Text.pm | |
parent | a4a03afaa835dc89f39712165b7206e034df8002 (diff) | |
download | perl-2504ae5250790bc6da9ecd41645e0005cd550a86.tar.gz |
Upgrade to podlators-2.1.4
p4raw-id: //depot/perl@34421
Diffstat (limited to 'lib/Pod/Text.pm')
-rw-r--r-- | lib/Pod/Text.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Pod/Text.pm b/lib/Pod/Text.pm index f0da802dd6..98dd434d6d 100644 --- a/lib/Pod/Text.pm +++ b/lib/Pod/Text.pm @@ -37,7 +37,7 @@ use Pod::Simple (); # We have to export pod2text for backward compatibility. @EXPORT = qw(pod2text); -$VERSION = 3.10; +$VERSION = 3.11; ############################################################################## # Initialization @@ -640,7 +640,7 @@ __END__ Pod::Text - Convert POD data to formatted ASCII text =for stopwords -alt stderr Allbery Sean Burke's +alt stderr Allbery Sean Burke's Christiansen =head1 SYNOPSIS |