summaryrefslogtreecommitdiff
path: root/regen
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2018-02-17 21:20:59 -0700
committerKarl Williamson <khw@cpan.org>2018-02-18 22:00:33 -0700
commit948f26d830ad7b1a8ea13a8bf29ddc1438fa8d87 (patch)
treee33bd40e84b6a253ea257a7536452b02800b1f68 /regen
parent7bb2ffc89d433e96b7738b11e06f1251cfcc5f77 (diff)
downloadperl-948f26d830ad7b1a8ea13a8bf29ddc1438fa8d87.tar.gz
Add 'alpha_assertions' warnings category
This will be used in future commits.
Diffstat (limited to 'regen')
-rw-r--r--regen/warnings.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/regen/warnings.pl b/regen/warnings.pl
index d9243a6b11..a9bd467269 100644
--- a/regen/warnings.pl
+++ b/regen/warnings.pl
@@ -109,6 +109,8 @@ my $tree = {
[ 5.025, DEFAULT_ON ],
'experimental::script_run' =>
[ 5.027, DEFAULT_ON ],
+ 'experimental::alpha_assertions' =>
+ [ 5.027, DEFAULT_ON ],
}],
'missing' => [ 5.021, DEFAULT_OFF],