X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/f963d7374bd53a3356f949ce280482aee6b53998..3e7e3c29c54c0a2c2167bd9136ef5fd702cbb713:/perl.inc.pl diff --git a/perl.inc.pl b/perl.inc.pl index 436fbee..d5a6ed6 100644 --- a/perl.inc.pl +++ b/perl.inc.pl @@ -55,7 +55,7 @@ use utf8; ['/(?<name>)/', 'named capture buffers into %+'], ['s/keep\K//', 'floating positive lookbehind, efficient alternative for s/(keep)/$1/'], ['/\v/, /\h/', 'vertical and horizontal whitespace escapes'], - ['my $_', 'lexically scoped version of the default variable', 'experimental::lexical_topic'], + ['my $_', 'lexically scoped version of the default variable', v0.5.23.4, 'experimental::lexical_topic'], ], release => '2007-12-18', distro => { @@ -70,7 +70,7 @@ use utf8; new => [ ['package version', 'package NAME VERSION shorthand for our $VERSION'], ['...', 'yada-yada operator: code placeholder'], - ['use 5.012', 'Implicit strict if use VERSION >= v5.12'], + ['use 5.012', 'implicit strict if use VERSION >= v5.12'], ['… when', 'when is now allowed to be used as a statement modifier'], [q"use overload 'qr'", 'customisable conversion to regular expressions'], ['/\N/', 'inverse \n to match any character except newline regardless of /s', v5.18], @@ -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',