summaryrefslogtreecommitdiff
path: root/lib/Pod/Man.pm
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-07-15 12:57:52 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-07-15 12:57:52 +0000
commitfd20da51661b685c54940aeb116a97beabf44d0f (patch)
tree195dc0f7d4b0c33ab96be7ef2180d93a2e8ebfd8 /lib/Pod/Man.pm
parented11042473efe2693eb190869ac9f7442cc788f4 (diff)
downloadperl-fd20da51661b685c54940aeb116a97beabf44d0f.tar.gz
Upgrade to podlators 1.23.
p4raw-id: //depot/perl@17544
Diffstat (limited to 'lib/Pod/Man.pm')
-rw-r--r--lib/Pod/Man.pm8
1 files changed, 6 insertions, 2 deletions
diff --git a/lib/Pod/Man.pm b/lib/Pod/Man.pm
index 341c881fcd..d2dff0454c 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.33 2002/06/23 19:16:21 eagle Exp $
+# $Id: Man.pm,v 1.34 2002/07/15 05:46:00 eagle Exp $
#
# Copyright 1999, 2000, 2001, 2002 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.33;
+$VERSION = 1.34;
##############################################################################
@@ -1376,6 +1376,10 @@ L<man(7)> on your system. Also, please see L<pod2man(1)> for extensive
documentation on writing manual pages if you've not done it before and
aren't familiar with the conventions.
+The current version of this module is always available from its web site at
+L<http://www.eyrie.org/~eagle/software/podlators/>. It is also part of the
+Perl core distribution as of 5.6.0.
+
=head1 AUTHOR
Russ Allbery <rra@stanford.edu>, based I<very> heavily on the original