summaryrefslogtreecommitdiff
path: root/regen/warnings.pl
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2015-01-04 09:55:35 -0700
committerKarl Williamson <khw@cpan.org>2015-01-13 12:01:02 -0700
commita4fbcc27c3bd768277fb2cfbb312f8ada31e3440 (patch)
tree4832506c212db33de6933bfddc98f54e351d4a3b /regen/warnings.pl
parent879eb60498cb197a521d2354c56143b2cff61deb (diff)
downloadperl-a4fbcc27c3bd768277fb2cfbb312f8ada31e3440.tar.gz
Add new warnings category for "use re 'strict'"
This is a step in the process of adding that subpragma.
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 a6b8c02ee8..2c23c46f22 100644
--- a/regen/warnings.pl
+++ b/regen/warnings.pl
@@ -104,6 +104,8 @@ my $tree = {
[ 5.021, DEFAULT_ON ],
'experimental::refaliasing' =>
[ 5.021, DEFAULT_ON ],
+ 'experimental::re_strict' =>
+ [ 5.021, DEFAULT_ON ],
}],
'missing' => [ 5.021, DEFAULT_OFF],