summaryrefslogtreecommitdiff
path: root/regen/warnings.pl
diff options
context:
space:
mode:
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],