From 3d98f383412643f025a5ab9910e5d07348f8c1c3 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Thu, 31 Jul 2014 12:54:22 +0200 Subject: [PATCH] perl: complete v5.20 features --- perl.inc.pl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/perl.inc.pl b/perl.inc.pl index 2378c6d..b499bf8 100644 --- a/perl.inc.pl +++ b/perl.inc.pl @@ -104,11 +104,14 @@ use utf8; unicode => '6.2', }, - v5.19.5 => { + v5.20 => { new => [ + ['sub ($var)', 'subroutine signatures'], ['%hash{…}', 'hash slices return key+value pairs'], ['[]->@*', 'postfix dereferencing (also e.g. $scalar->$* for $$scalar)'], + ['use warnings; $a', 'variables $a and $b are exempt from used once warnings'], ], unicode => '6.3', + release => '2014-05-27', }, } -- 2.30.0