From: Mischa POSLAWSKY Date: Mon, 21 Dec 2015 18:32:49 +0000 (+0100) Subject: perl: lexical topic dropped in v5.23.4 X-Git-Tag: v1.9~48 X-Git-Url: http://git.shiar.nl/sheet.git/commitdiff_plain/1da52e230662d00c1be7753e421a8de6f83ebe11 perl: lexical topic dropped in v5.23.4 --- diff --git a/perl.inc.pl b/perl.inc.pl index aa7e313..53142b4 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 => {