From: Mischa POSLAWSKY Date: Mon, 31 Mar 2014 03:07:52 +0000 (+0200) Subject: perl: list IO::File autoload feature in v5.14 X-Git-Tag: v1.6~75 X-Git-Url: http://git.shiar.nl/sheet.git/commitdiff_plain/cfac127f2b5f00871a98bddc4f00481fafdc5390 perl: list IO::File autoload feature in v5.14 --- diff --git a/perl.inc.pl b/perl.inc.pl index 4677c9f..2378c6d 100644 --- a/perl.inc.pl +++ b/perl.inc.pl @@ -67,6 +67,7 @@ use utf8; ['/(?{ m// })/', 'regular expressions can be nested in /(?{})/ and /(??{})/'], ["use re '/flags'", 'customize default modifiers'], ['each $ref e.a.', 'array and hash container functions accept references'], + ['FH->method', 'filehandle method calls load IO::File on demand (eg. STDOUT->flush)'], ], release => '2011-05-14', distro => {