X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/e1f0b78a1c5d1234dafc366ec97bb617bbe91b6d..54c320d4bbbdafdf74ba2256d497702d309711b8:/perl.inc.pl diff --git a/perl.inc.pl b/perl.inc.pl index 9f20741..67774cf 100644 --- a/perl.inc.pl +++ b/perl.inc.pl @@ -116,7 +116,7 @@ use utf8; new => [ ['${^LAST_FH}', 'last read filehandle (used by $.)'], ['/(?[ a + b ])/', 'regex set operations (character substraction -, unions &)'], - ['my sub foo', 'lexical subroutines (also state, our)'], + ['my sub', 'lexical subroutines (also state, our)'], ['next $expression', 'loop controls allow runtime expressions'], [q(no warnings 'experimental::…'), 'mechanism for experimental features, as of now required for smartmatch'], ], @@ -137,4 +137,15 @@ use utf8; debian => 'jessie', }, }, + + v5.21.8 => { + new => [ + ['\$alias =', 'aliasing via reference'], + ['<<>>', 'safe readline ignoring open flags in arguments'], + ['/()/n', 'flag to disable numbered capturing, turning () into (?:)'], + ], + unicode => '7.0', + release => '2015-01-20', + unstable => 1, + }, }