X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FPod%2FParseLink.pm;h=7e4153da3d03ed6ae03df5ec1f4286d1498a1eb7;hb=8e5f3f285c3a089acb6e38e5ef624a23fca2164f;hp=183255914fd764e048ded74251576f0639a11f33;hpb=b616daaf74025a012dfecb9d6242c4d7d4ea2c3b;p=p5sagit%2Fp5-mst-13.2.git diff --git a/lib/Pod/ParseLink.pm b/lib/Pod/ParseLink.pm index 1832559..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.4 2001/11/23 06:19:00 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.04; +$VERSION = 1.06; ############################################################################## @@ -111,7 +111,7 @@ __END__ =head1 NAME -Pod::ParseLink -- Parse an L<> 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 .