diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-03-31 10:07:35 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-03-31 10:07:35 +0000 |
commit | 5e2effedba1a42fdd24771629686159926922e60 (patch) | |
tree | 012ca007edb343cb2b0a0b155eb20de96d338831 | |
parent | 9735c3fc21b13020926a73cc4bd1b0d21d3a1b62 (diff) | |
download | perl-5e2effedba1a42fdd24771629686159926922e60.tar.gz |
Upgrade to podlators 1.26.
p4raw-id: //depot/perl@19101
-rw-r--r-- | lib/Pod/Man.pm | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/lib/Pod/Man.pm b/lib/Pod/Man.pm index ee374de954..2cf1b40a6e 100644 --- a/lib/Pod/Man.pm +++ b/lib/Pod/Man.pm @@ -1,5 +1,5 @@ # Pod::Man -- Convert POD data to formatted *roff input. -# $Id: Man.pm,v 1.36 2003/01/05 06:32:55 eagle Exp $ +# $Id: Man.pm,v 1.37 2003/03/30 22:34:11 eagle Exp $ # # Copyright 1999, 2000, 2001, 2002, 2003 by Russ Allbery <rra@stanford.edu> # @@ -38,7 +38,7 @@ use vars qw(@ISA %ESCAPES $PREAMBLE $VERSION); # Don't use the CVS revision as the version, since this module is also in Perl # core and too many things could munge CVS magic revision strings. This # number should ideally be the same as the CVS revision in podlators, however. -$VERSION = 1.36; +$VERSION = 1.37; ############################################################################## @@ -1135,12 +1135,13 @@ sub switchquotes { } } -__END__ - ############################################################################## -# Documentation +# Module return value and documentation ############################################################################## +1; +__END__ + =head1 NAME Pod::Man - Convert POD data to formatted *roff input |