diff options
author | Father Chrysostomos <sprout@cpan.org> | 2014-09-20 11:15:18 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2014-10-10 21:53:48 -0700 |
commit | f438dbf03e8533ecb95016b51e9c54cac5f93251 (patch) | |
tree | 26f996b7153100fae6dede36b4d6c85f55008605 /regen/warnings.pl | |
parent | d24d2f9e5e2348d1d9e517cb74b428fb96d1a3ba (diff) | |
download | perl-f438dbf03e8533ecb95016b51e9c54cac5f93251.tar.gz |
Add experimental::lvalue_refs 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 a9b36491bf..ddcdfff368 100644 --- a/regen/warnings.pl +++ b/regen/warnings.pl @@ -102,6 +102,8 @@ my $tree = { [ 5.019, DEFAULT_ON ], 'experimental::win32_perlio' => [ 5.021, DEFAULT_ON ], + 'experimental::lvalue_refs' => + [ 5.021, DEFAULT_ON ], }], 'missing' => [ 5.021, DEFAULT_OFF], |