From: Ricardo Signes Date: Mon, 7 Dec 2009 23:19:28 +0000 (-0500) Subject: remove prohibition against L X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f6e963e4dd62b8e3c01b31f4a4dd57e47e104997;p=p5sagit%2Fp5-mst-13.2.git remove prohibition against L --- diff --git a/pod/perlpod.pod b/pod/perlpod.pod index 827548b..5e2121d 100644 --- a/pod/perlpod.pod +++ b/pod/perlpod.pod @@ -446,10 +446,10 @@ Or you can link to a web page: Cscheme:...E> -Links to an absolute URL. For example, -Chttp://www.perl.org/E>. But note -that there is no corresponding Ctext|scheme:...E> syntax, for -various reasons. +Ctext|scheme:...E> + +Links to an absolute URL. For example, Chttp://www.perl.org/E> or +CThe Perl Home Page|http://www.perl.org/E>. =back diff --git a/pod/perlpodspec.pod b/pod/perlpodspec.pod index 8973a70..537f29a 100644 --- a/pod/perlpodspec.pod +++ b/pod/perlpodspec.pod @@ -1208,6 +1208,14 @@ For example: 'url', # what sort of link "http://www.perl.org/" # original content + L + => "Perl.org", # link text + "http://www.perl.org/", # possibly inferred link text + "http://www.perl.org/", # name + undef, # section + 'url', # what sort of link + "Perl.org|http://www.perl.org/" # original content + Note that you can distinguish URL-links from anything else by the fact that they match C. So Chttp://www.perl.comE> is a URL, but