From 7dd2cb8d36cf3408282faa868def41d4072bbd28 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Thu, 25 Apr 2024 02:11:31 +0200 Subject: [PATCH] perl: link to referenced cpan document --- perl.inc.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/perl.inc.pl b/perl.inc.pl index 7b50cef..449335b 100644 --- a/perl.inc.pl +++ b/perl.inc.pl @@ -252,7 +252,8 @@ my $wbr = "\N{ZERO WIDTH SPACE}"; [q"use re 'strict'", 'apply stricter syntax rules to regular expression patterns', {experimental => 're_strict'}], ['0x.beep+0', q"hexadecimal floating point notation with binary power; printf '%a' to display"], ['??', 'single match shorthand (deprecated since v5.14) requires the operator m?PATTERN?'], - ['use CGI' => 'deprecated interface for serving http requests removed from core, see CGI::Alternatives', {name => 'cgi'}], + ['use CGI' => 'deprecated interface for serving http requests removed from core' + .', see CGI::Alternatives', {name => 'cgi'}], ], unicode => '7.0', release => '2015-06-01', -- 2.30.2