summaryrefslogtreecommitdiff
path: root/regen/warnings.pl
diff options
context:
space:
mode:
authorPaul "LeoNerd" Evans <leonerd@leonerd.org.uk>2022-01-28 17:38:42 +0000
committerPaul Evans <leonerd@leonerd.org.uk>2022-01-31 10:03:58 +0000
commit1c547c3e2c4bfadbdc54bc385291cf79d91b5f0e (patch)
treeb16b7b198d2adb43d052aa224e49faa187dfa33a /regen/warnings.pl
parent57a97e26a59418968fd54dfd68004b2940ca38b9 (diff)
downloadperl-1c547c3e2c4bfadbdc54bc385291cf79d91b5f0e.tar.gz
Add a new 'experimental::snail_in_signatures' warning category
Diffstat (limited to 'regen/warnings.pl')
-rw-r--r--regen/warnings.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/regen/warnings.pl b/regen/warnings.pl
index c0deae608e..4b06b747ac 100644
--- a/regen/warnings.pl
+++ b/regen/warnings.pl
@@ -125,6 +125,8 @@ my $tree = {
[ 5.035, DEFAULT_ON ],
'experimental::builtin' =>
[ 5.035, DEFAULT_ON ],
+ 'experimental::args_array_with_signatures' =>
+ [ 5.035, DEFAULT_ON],
}],
'missing' => [ 5.021, DEFAULT_OFF],