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/Man.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/Man.pm')
-rw-r--r-- | lib/Pod/Man.pm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/Pod/Man.pm b/lib/Pod/Man.pm index 4eca872c4f..48fe20ed6a 100644 --- a/lib/Pod/Man.pm +++ b/lib/Pod/Man.pm @@ -36,7 +36,7 @@ use POSIX qw(strftime); @ISA = qw(Pod::Simple); -$VERSION = '2.19'; +$VERSION = '2.20'; # Set the debugging level. If someone has inserted a debug function into this # class already, use that. Otherwise, use any Pod::Simple debug function @@ -1450,7 +1450,8 @@ Pod::Man - Convert POD data to formatted *roff input =for stopwords en em ALLCAPS teeny fixedbold fixeditalic fixedbolditalic stderr utf8 -UTF-8 Allbery Sean Burke Ossanna Solaris +UTF-8 Allbery Sean Burke Ossanna Solaris formatters troff uppercased +Christiansen =head1 SYNOPSIS |