From 2fb9a76b4efcaf79c4d252c55c521a36a9f2fd74 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Tue, 28 Jan 2014 00:11:48 +0100 Subject: [PATCH] perl: v5.18 features --- perl.inc.pl | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/perl.inc.pl b/perl.inc.pl index 632fc12..ca836cc 100644 --- a/perl.inc.pl +++ b/perl.inc.pl @@ -58,4 +58,13 @@ use utf8; ], release => '2012-05-20', }, + v5.18 => { + new => [ + ['${^LAST_FH}', 'last read filehandle (used by $.)'], + ['/(?[ … & … + … - … ])/', 'regex set operations'], + ['my sub foo', 'lexical subroutines (also state, our)'], + ['next $expression', 'loop controls allow runtime expressions'], + ], + release => '2013-05-18', + }, } -- 2.30.0