X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/cfac127f2b5f00871a98bddc4f00481fafdc5390..3d98f383412643f025a5ab9910e5d07348f8c1c3:/perl.inc.pl 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', }, }