summaryrefslogtreecommitdiff
path: root/regen/warnings.pl
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2021-06-21 19:34:29 +0000
committerRicardo Signes <rjbs@semiotic.systems>2021-10-15 09:28:27 -0400
commit3b54923c12732530d17e87f548066ceadc63daa4 (patch)
tree52da7005b356d6ae4a33257bed76cb5eb7408b4a /regen/warnings.pl
parentd9b6ecc18fa9d0af456180eceeef05148bcfdf9f (diff)
downloadperl-3b54923c12732530d17e87f548066ceadc63daa4.tar.gz
Add a new warning experimental::for_list.
Diffstat (limited to 'regen/warnings.pl')
-rw-r--r--regen/warnings.pl4
1 files changed, 3 insertions, 1 deletions
diff --git a/regen/warnings.pl b/regen/warnings.pl
index 3d128449a4..da340fa271 100644
--- a/regen/warnings.pl
+++ b/regen/warnings.pl
@@ -16,7 +16,7 @@
#
# This script is normally invoked from regen.pl.
-$VERSION = '1.54';
+$VERSION = '1.55';
BEGIN {
require './regen/regen_lib.pl';
@@ -121,6 +121,8 @@ my $tree = {
[ 5.033, DEFAULT_ON ],
'experimental::defer' =>
[ 5.035, DEFAULT_ON ],
+ 'experimental::for_list' =>
+ [ 5.035, DEFAULT_ON ],
}],
'missing' => [ 5.021, DEFAULT_OFF],