diff options
author | Father Chrysostomos <sprout@cpan.org> | 2015-01-19 19:21:16 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2015-01-19 20:34:06 -0800 |
commit | 87ed281958d39d54ae68197a1113e54634ab8e65 (patch) | |
tree | 3d3824da4e40c20a849f93a794e8ce9ab2fd27e8 /regen | |
parent | 78f8e7db7bcb78a0be455ec5dda3ce40176168bf (diff) | |
download | perl-87ed281958d39d54ae68197a1113e54634ab8e65.tar.gz |
Add experimental::const_attr warning category
Diffstat (limited to 'regen')
-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 2c23c46f22..e53059df2f 100644 --- a/regen/warnings.pl +++ b/regen/warnings.pl @@ -106,6 +106,8 @@ my $tree = { [ 5.021, DEFAULT_ON ], 'experimental::re_strict' => [ 5.021, DEFAULT_ON ], + 'experimental::const_attr' => + [ 5.021, DEFAULT_ON ], }], 'missing' => [ 5.021, DEFAULT_OFF], |