diff options
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 |