diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-07-15 12:57:52 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-07-15 12:57:52 +0000 |
commit | fd20da51661b685c54940aeb116a97beabf44d0f (patch) | |
tree | 195dc0f7d4b0c33ab96be7ef2180d93a2e8ebfd8 | |
parent | ed11042473efe2693eb190869ac9f7442cc788f4 (diff) | |
download | perl-fd20da51661b685c54940aeb116a97beabf44d0f.tar.gz |
Upgrade to podlators 1.23.
p4raw-id: //depot/perl@17544
-rw-r--r-- | lib/Pod/Man.pm | 8 | ||||
-rw-r--r-- | lib/Pod/ParseLink.pm | 13 | ||||
-rw-r--r-- | lib/Pod/Text.pm | 8 | ||||
-rw-r--r-- | lib/Pod/Text/Color.pm | 8 | ||||
-rw-r--r-- | lib/Pod/Text/Overstrike.pm | 8 | ||||
-rw-r--r-- | lib/Pod/Text/Termcap.pm | 10 | ||||
-rw-r--r-- | pod/pod2man.PL | 11 | ||||
-rw-r--r-- | pod/pod2text.PL | 8 |
8 files changed, 54 insertions, 20 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 diff --git a/lib/Pod/ParseLink.pm b/lib/Pod/ParseLink.pm index 9b35cb7e5b..7e4153da3d 100644 --- a/lib/Pod/ParseLink.pm +++ b/lib/Pod/ParseLink.pm @@ -1,5 +1,5 @@ # Pod::ParseLink -- Parse an L<> formatting code in POD text. -# $Id: ParseLink.pm,v 1.5 2001/12/01 01:34:49 eagle Exp $ +# $Id: ParseLink.pm,v 1.6 2002/07/15 05:46:00 eagle Exp $ # # Copyright 2001 by Russ Allbery <rra@stanford.edu> # @@ -34,7 +34,7 @@ use Exporter; # 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.05; +$VERSION = 1.06; ############################################################################## @@ -111,7 +111,7 @@ __END__ =head1 NAME -Pod::ParseLink -- Parse an LE<lt>E<gt> formatting code in POD text +Pod::ParseLink - Parse an LE<lt>E<gt> formatting code in POD text =head1 SYNOPSIS @@ -163,6 +163,13 @@ the section may be necessary depending on whether the translator wants to consider markup in sections to be significant when resolving links. See L<perlpodspec> for more information. +=head1 SEE ALSO + +L<Pod::Parser> + +The current version of this module is always available from its web site at +L<http://www.eyrie.org/~eagle/software/podlators/>. + =head1 AUTHOR Russ Allbery <rra@stanford.edu>. diff --git a/lib/Pod/Text.pm b/lib/Pod/Text.pm index 5806257b33..3325e950cc 100644 --- a/lib/Pod/Text.pm +++ b/lib/Pod/Text.pm @@ -1,5 +1,5 @@ # Pod::Text -- Convert POD data to formatted ASCII text. -# $Id: Text.pm,v 2.19 2002/06/23 19:16:21 eagle Exp $ +# $Id: Text.pm,v 2.20 2002/07/15 05:46:00 eagle Exp $ # # Copyright 1999, 2000, 2001, 2002 by Russ Allbery <rra@stanford.edu> # @@ -43,7 +43,7 @@ use vars qw(@ISA @EXPORT %ESCAPES $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 = 2.19; +$VERSION = 2.20; ############################################################################## @@ -813,6 +813,10 @@ subclass of it does. Look for L<Pod::Text::Termcap>. L<Pod::Parser>, L<Pod::Text::Termcap>, L<pod2text(1)> +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 diff --git a/lib/Pod/Text/Color.pm b/lib/Pod/Text/Color.pm index 6ec9164448..2ba31369b9 100644 --- a/lib/Pod/Text/Color.pm +++ b/lib/Pod/Text/Color.pm @@ -1,5 +1,5 @@ # Pod::Text::Color -- Convert POD data to formatted color ASCII text -# $Id: Color.pm,v 1.3 2001/11/28 01:16:54 eagle Exp $ +# $Id: Color.pm,v 1.4 2002/07/15 05:46:00 eagle Exp $ # # Copyright 1999, 2001 by Russ Allbery <rra@stanford.edu> # @@ -29,7 +29,7 @@ use vars qw(@ISA $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.03; +$VERSION = 1.04; ############################################################################## @@ -127,6 +127,10 @@ B<pod2text> should be taught about those. L<Pod::Text>, L<Pod::Parser> +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>. diff --git a/lib/Pod/Text/Overstrike.pm b/lib/Pod/Text/Overstrike.pm index 8b19fb4dfe..503f4003ad 100644 --- a/lib/Pod/Text/Overstrike.pm +++ b/lib/Pod/Text/Overstrike.pm @@ -1,5 +1,5 @@ # Pod::Text::Overstrike -- Convert POD data to formatted overstrike text -# $Id: Overstrike.pm,v 1.8 2002/02/17 04:38:03 eagle Exp $ +# $Id: Overstrike.pm,v 1.9 2002/07/15 05:46:00 eagle Exp $ # # Created by Joe Smith <Joe.Smith@inwap.com> 30-Nov-2000 # (based on Pod::Text::Color by Russ Allbery <rra@stanford.edu>) @@ -36,7 +36,7 @@ use vars qw(@ISA $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.08; +$VERSION = 1.09; ############################################################################## @@ -187,6 +187,10 @@ There may be some better approach possible. L<Pod::Text>, L<Pod::Parser> +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 Joe Smith <Joe.Smith@inwap.com>, using the framework created by Russ Allbery diff --git a/lib/Pod/Text/Termcap.pm b/lib/Pod/Text/Termcap.pm index 97523f9f0a..f0187f24ca 100644 --- a/lib/Pod/Text/Termcap.pm +++ b/lib/Pod/Text/Termcap.pm @@ -1,5 +1,5 @@ # Pod::Text::Termcap -- Convert POD data to ASCII text with format escapes. -# $Id: Termcap.pm,v 1.9 2002/01/02 07:59:09 eagle Exp $ +# $Id: Termcap.pm,v 1.10 2002/07/15 05:46:00 eagle Exp $ # # Copyright 1999, 2001, 2002 by Russ Allbery <rra@stanford.edu> # @@ -30,7 +30,7 @@ use vars qw(@ISA $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.09; +$VERSION = 1.10; ############################################################################## @@ -128,7 +128,7 @@ __END__ =head1 NAME -Pod::Text::Color - Convert POD data to ASCII text with format escapes +Pod::Text::Termcap - Convert POD data to ASCII text with format escapes =head1 SYNOPSIS @@ -160,6 +160,10 @@ termcap information. L<Pod::Text>, L<Pod::Parser>, L<Term::Cap> +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>. diff --git a/pod/pod2man.PL b/pod/pod2man.PL index 1c27bfe64d..b0c1341176 100644 --- a/pod/pod2man.PL +++ b/pod/pod2man.PL @@ -36,7 +36,7 @@ $Config{startperl} print OUT <<'!NO!SUBS!'; # pod2man -- Convert POD data to formatted *roff input. -# $Id: pod2man.PL,v 1.9 2001/11/26 08:44:58 eagle Exp $ +# $Id: pod2man.PL,v 1.10 2002/07/15 05:45:56 eagle Exp $ # # Copyright 1999, 2000, 2001 by Russ Allbery <rra@stanford.edu> # @@ -448,9 +448,8 @@ Other man pages to check out, like man(1), man(7), makewhatis(8), or catman(8). Normally a simple list of man pages separated by commas, or a paragraph giving the name of a reference work. Man page references, if they use the standard C<name(section)> form, don't have to be enclosed in -LE<lt>E<gt>, but other things in this section probably should be when -appropriate. You may need to use the C<LE<lt>...|...E<gt>> syntax to keep -B<pod2man> and B<pod2text> from being too verbose; see perlpod(1). +LE<lt>E<gt> (although it's recommended), but other things in this section +probably should be when appropriate. If the package has a mailing list, include a URL or subscription instructions here. @@ -526,6 +525,10 @@ L<troff(1)>, L<man(7)> The man page documenting the an macro set may be L<man(5)> instead of L<man(7)> on your system. +The current version of this script 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 diff --git a/pod/pod2text.PL b/pod/pod2text.PL index e038021c70..53270dd3ab 100644 --- a/pod/pod2text.PL +++ b/pod/pod2text.PL @@ -247,8 +247,12 @@ current terminal device. =head1 SEE ALSO -L<Pod::Text|Pod::Text>, L<Pod::Text::Color|Pod::Text::Color>, -L<Pod::Text::Termcap|Pod::Text::Termcap>, L<Pod::Parser|Pod::Parser> +L<Pod::Text>, L<Pod::Text::Color>, L<Pod::Text::Overstrike>, +L<Pod::Text::Termcap>, L<Pod::Parser> + +The current version of this script 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 |