X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/d0304c2088dd2e893c5ad3408b5693ed4ebfc84c..52e6427322b58db16fbaabb4e85ac7ca05112ad1:/perl.inc.pl diff --git a/perl.inc.pl b/perl.inc.pl index 3be3eec..b0e9a45 100644 --- a/perl.inc.pl +++ b/perl.inc.pl @@ -138,14 +138,17 @@ use utf8; }, }, - v5.21.8 => { + v5.22 => { new => [ ['\$alias =', 'aliasing via reference'], - ['<<>>', 'safe readline ignoring open flags in arguments'], + ['<<>>', 'safe readline ignoring open flags in arguments'], ['/()/n', 'flag to disable numbered capturing, turning () into (?:)'], + ['/\b{}/', 'boundary types: gcb (grapheme cluster), sb (sentence), wb (word)'], + ['&.', '& | ^ ~ consistently numeric, dotted operators for strings', 'experimental::bitwise'], + [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"], ], unicode => '7.0', - release => '2015-01-20', - unstable => 1, + release => '2015-06-01', }, }