summaryrefslogtreecommitdiff
path: root/regen
diff options
context:
space:
mode:
authorPaul "LeoNerd" Evans <leonerd@leonerd.org.uk>2021-12-18 22:03:20 +0000
committerPaul Evans <leonerd@leonerd.org.uk>2022-01-25 15:02:58 +0000
commit59802880d7959408d0f0c8f818b71a12bba7d289 (patch)
tree9f79968ef36b5731e245e0d3b74854c0ae5c0a84 /regen
parentdc77349a9cbd19f8c359ee74a09d110b4e622c9d (diff)
downloadperl-59802880d7959408d0f0c8f818b71a12bba7d289.tar.gz
Add experimental::builtin warning
Diffstat (limited to 'regen')
-rw-r--r--regen/warnings.pl4
1 files changed, 3 insertions, 1 deletions
diff --git a/regen/warnings.pl b/regen/warnings.pl
index 201af9e71c..c0deae608e 100644
--- a/regen/warnings.pl
+++ b/regen/warnings.pl
@@ -16,7 +16,7 @@
#
# This script is normally invoked from regen.pl.
-$VERSION = '1.56';
+$VERSION = '1.57';
BEGIN {
require './regen/regen_lib.pl';
@@ -123,6 +123,8 @@ my $tree = {
[ 5.035, DEFAULT_ON ],
'experimental::for_list' =>
[ 5.035, DEFAULT_ON ],
+ 'experimental::builtin' =>
+ [ 5.035, DEFAULT_ON ],
}],
'missing' => [ 5.021, DEFAULT_OFF],