X-Git-Url: http://git.shiar.net/sheet.git/blobdiff_plain/505b0c19b7143621bcd1f72fb5f07801557d5a2a..3e7e3c29c54c0a2c2167bd9136ef5fd702cbb713:/perl.inc.pl?ds=sidebyside diff --git a/perl.inc.pl b/perl.inc.pl index aa7e313..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],