X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/253c3d4686511483f04959a14a8f08372a4d8aa2..3febe16dc279b2160d565b015f7ea97814f40f19:/perl.inc.pl diff --git a/perl.inc.pl b/perl.inc.pl index 3be3eec..8c99a8b 100644 --- a/perl.inc.pl +++ b/perl.inc.pl @@ -138,14 +138,16 @@ use utf8; }, }, - v5.21.8 => { + v5.21.9 => { new => [ ['\$alias =', 'aliasing via reference'], ['<<>>', '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'], ], unicode => '7.0', - release => '2015-01-20', + release => '2015-02-21', unstable => 1, }, }