X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/f963d7374bd53a3356f949ce280482aee6b53998..305b277a4f33d11dce040fa2a9a1395000f50d27:/perl.inc.pl diff --git a/perl.inc.pl b/perl.inc.pl index 436fbee..aa7e313 100644 --- a/perl.inc.pl +++ b/perl.inc.pl @@ -128,7 +128,7 @@ use utf8; new => [ ['sub ($var)', 'subroutine signatures', 'experimental::signatures'], ['%hash{…}', 'hash slices return key+value pairs'], - ['[]->@*', 'postfix dereferencing (also e.g. $scalar->$* for $$scalar)', 'experimental::postderef'], + ['[]->@*', 'postfix dereferencing (also e.g. $scalar->$* for $$scalar)', v5.23.1, 'experimental::postderef'], [q"use warnings 'once'; $a", 'variables $a and $b are exempt from used once warnings'], ], unicode => '6.3',