X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FPod%2FParseLink.pm;h=7e4153da3d03ed6ae03df5ec1f4286d1498a1eb7;hb=53273a086103cdbbf7ebdd5f1a18b2c0777cbc1b;hp=9b35cb7e5b5d6f82258b7bc711d46fc9c025fcb6;hpb=4989cd700241442f5c84eca96483a048db563dac;p=p5sagit%2Fp5-mst-13.2.git diff --git a/lib/Pod/ParseLink.pm b/lib/Pod/ParseLink.pm index 9b35cb7..7e4153d 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 # @@ -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 LEE formatting code in POD text +Pod::ParseLink - Parse an LEE 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 for more information. +=head1 SEE ALSO + +L + +The current version of this module is always available from its web site at +L. + =head1 AUTHOR Russ Allbery .