X-Git-Url: http://git.shiar.net/sheet.git/blobdiff_plain/1dee8e5f63eb2019ae3492931cd999593b63991d..da56f674f1b9ed64adbcae060113733b023fa5c9:/perl.inc.pl diff --git a/perl.inc.pl b/perl.inc.pl index e26cbcd..449335b 100644 --- a/perl.inc.pl +++ b/perl.inc.pl @@ -252,6 +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'}], ], unicode => '7.0', release => '2015-06-01', @@ -322,6 +324,7 @@ my $wbr = "\N{ZERO WIDTH SPACE}"; ['m(\p{nv=/.*/})', 'match unicode properties by regular expressions', {experimental => 'uniprop_wildcards'}], ['my $state if 0', 'workaround for state (deprecated since v5.10!) is now prohibited'], [q"qr'\N'", 'Delimiters must be graphemes; unescaped { illegal; \N in single quotes'], + ['use Locale::Codes', 'removed from core, get actual lists from CPAN', {dropped => v5.30}], ], unicode => '12.1', release => '2019-05-22',