X-Git-Url: http://git.shiar.net/sheet.git/blobdiff_plain/0dda0e3a03a9068cd21f8b20252f531e96cb7d1e..aa4e270baad2dcb970c0a89e41f3d7ac907a311b:/perl.inc.pl 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',