diff options
author | Paul "LeoNerd" Evans <leonerd@leonerd.org.uk> | 2021-12-18 22:03:20 +0000 |
---|---|---|
committer | Paul Evans <leonerd@leonerd.org.uk> | 2022-01-25 15:02:58 +0000 |
commit | 59802880d7959408d0f0c8f818b71a12bba7d289 (patch) | |
tree | 9f79968ef36b5731e245e0d3b74854c0ae5c0a84 /regen | |
parent | dc77349a9cbd19f8c359ee74a09d110b4e622c9d (diff) | |
download | perl-59802880d7959408d0f0c8f818b71a12bba7d289.tar.gz |
Add experimental::builtin warning
Diffstat (limited to 'regen')
-rw-r--r-- | regen/warnings.pl | 4 |
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], |