X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/e0b04a79771db4a575b45c59502b856dffb8ae10..f963d7374bd53a3356f949ce280482aee6b53998:/perl.inc.pl diff --git a/perl.inc.pl b/perl.inc.pl index abdf7a9..436fbee 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',