perl: link to referenced cpan document
authorMischa POSLAWSKY <perl@shiar.org>
Thu, 25 Apr 2024 00:11:31 +0000 (02:11 +0200)
committerMischa POSLAWSKY <perl@shiar.org>
Thu, 25 Apr 2024 00:13:10 +0000 (02:13 +0200)
perl.inc.pl

index 7b50cefdaa3f55a73ec6b21e0379ddc24e344a42..449335b65435a91656734d81d87345aeae1a0de4 100644 (file)
@@ -252,7 +252,8 @@ my $wbr = "\N{ZERO WIDTH SPACE}";
                        [q"<code>use re 'strict'</code>", 'apply stricter syntax rules to regular expression patterns', {experimental => 're_strict'}],
                        ['<code>0x.beep+0</code>', q"hexadecimal floating point notation with binary power; <code>printf '%a'</code> to display"],
                        ['<code><s>??</s></code>', 'single match shorthand (deprecated since v5.14) requires the operator <code><em>m</em>?PATTERN?</code>'],
-                       ['<code><s>use CGI</s></code>' => 'deprecated interface for serving http requests removed from core, see CGI::Alternatives', {name => 'cgi'}],
+                       ['<code><s>use CGI</s></code>' => 'deprecated interface for serving http requests removed from core'
+                       .', see <a href="https://metacpan.org/pod/CGI::Alternatives" target=_blank>CGI::Alternatives</a>', {name => 'cgi'}],
                ],
                unicode => '7.0',
                release => '2015-06-01',