X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/72ef3ad273de92b0d5572562beb62d3b9039c605..305b277a4f33d11dce040fa2a9a1395000f50d27:/perl.inc.pl diff --git a/perl.inc.pl b/perl.inc.pl index abdf7a9..aa7e313 100644 --- a/perl.inc.pl +++ b/perl.inc.pl @@ -88,7 +88,7 @@ use utf8; ['/(?^)/', 'construct to reset to default modifiers'], ['/(?{ m() })/', 'regular expressions can be nested in /(?{})/ and /(??{})/', v5.20], [q"use re '/flags'", 'customise default modifiers'], - ['each $ref e.a.', 'array and hash container functions accept references', ''], + ['each $ref e.a.', 'array and hash container functions accept references', v0.5.23.1], ['FH->method', 'filehandle method calls load IO::File on demand (eg. STDOUT->flush)'], ], release => '2011-05-14', @@ -128,7 +128,7 @@ use utf8; new => [ ['sub ($var)', 'subroutine signatures', 'experimental::signatures'], ['%hash{…}', 'hash slices return key+value pairs'], - ['[]->@*', 'postfix dereferencing (also e.g. $scalar->$* for $$scalar)', 'experimental::postderef'], + ['[]->@*', 'postfix dereferencing (also e.g. $scalar->$* for $$scalar)', v5.23.1, 'experimental::postderef'], [q"use warnings 'once'; $a", 'variables $a and $b are exempt from used once warnings'], ], unicode => '6.3',