From 1da52e230662d00c1be7753e421a8de6f83ebe11 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Mon, 21 Dec 2015 19:32:49 +0100 Subject: [PATCH] perl: lexical topic dropped in v5.23.4 --- perl.inc.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 => { -- 2.30.0