summaryrefslogtreecommitdiff
path: root/regen/warnings.pl
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2016-05-22 23:39:44 -0700
committerFather Chrysostomos <sprout@cpan.org>2016-07-17 11:24:07 -0700
commit88d5dae95a82e68de5736f2a3d81e179e1aa9546 (patch)
treebd36a1ddf0fb73997859b4eba024742a28704936 /regen/warnings.pl
parente118fea3ba754e973a9016295ef418b1aacb88b1 (diff)
downloadperl-88d5dae95a82e68de5736f2a3d81e179e1aa9546.tar.gz
Add experimental::declared_refs warn categ
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 94cd7a4f04..40e72653f3 100644
--- a/regen/warnings.pl
+++ b/regen/warnings.pl
@@ -105,6 +105,8 @@ my $tree = {
[ 5.021, DEFAULT_ON ],
'experimental::bitwise' =>
[ 5.021, DEFAULT_ON ],
+ 'experimental::declared_refs' =>
+ [ 5.025, DEFAULT_ON ],
}],
'missing' => [ 5.021, DEFAULT_OFF],