diff options
author | Father Chrysostomos <sprout@cpan.org> | 2015-01-03 22:25:11 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2015-01-31 22:03:50 -0800 |
commit | 9f88e53735f463ef70909e0120b3c3f475cd143f (patch) | |
tree | 932f0c8ce2689b069e9d8861e98da9ad74341e6d /regen/warnings.pl | |
parent | 5e65fe5642505f62573d37c3279b024b00d6fbfb (diff) | |
download | perl-9f88e53735f463ef70909e0120b3c3f475cd143f.tar.gz |
Add experimental::bitwise warnings category
Diffstat (limited to 'regen/warnings.pl')
-rw-r--r-- | regen/warnings.pl | 2 |
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], |