summaryrefslogtreecommitdiff
path: root/regen
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2015-01-03 22:25:11 -0800
committerFather Chrysostomos <sprout@cpan.org>2015-01-31 22:03:50 -0800
commit9f88e53735f463ef70909e0120b3c3f475cd143f (patch)
tree932f0c8ce2689b069e9d8861e98da9ad74341e6d /regen
parent5e65fe5642505f62573d37c3279b024b00d6fbfb (diff)
downloadperl-9f88e53735f463ef70909e0120b3c3f475cd143f.tar.gz
Add experimental::bitwise warnings category
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 13d94da006..be6466a8bd 100644
--- a/regen/warnings.pl
+++ b/regen/warnings.pl
@@ -107,6 +107,8 @@ my $tree = {
[ 5.021, DEFAULT_ON ],
'experimental::const_attr' =>
[ 5.021, DEFAULT_ON ],
+ 'experimental::bitwise' =>
+ [ 5.021, DEFAULT_ON ],
}],
'missing' => [ 5.021, DEFAULT_OFF],