diff options
author | Father Chrysostomos <sprout@cpan.org> | 2016-05-22 23:39:44 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2016-07-17 11:24:07 -0700 |
commit | 88d5dae95a82e68de5736f2a3d81e179e1aa9546 (patch) | |
tree | bd36a1ddf0fb73997859b4eba024742a28704936 /regen/warnings.pl | |
parent | e118fea3ba754e973a9016295ef418b1aacb88b1 (diff) | |
download | perl-88d5dae95a82e68de5736f2a3d81e179e1aa9546.tar.gz |
Add experimental::declared_refs warn categ
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 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], |