diff options
author | Father Chrysostomos <sprout@cpan.org> | 2013-09-16 09:57:13 -0700 |
---|---|---|
committer | Ricardo Signes <rjbs@cpan.org> | 2013-10-05 14:20:10 -0400 |
commit | 1f25714ad0c0126e303a12bd7ba010ac61b5e716 (patch) | |
tree | 02e60581549f8f2418980bb7150a52c3e9f7ccea /regen | |
parent | cc624add4b00fb447b7fbbd045a9980d27c180e2 (diff) | |
download | perl-1f25714ad0c0126e303a12bd7ba010ac61b5e716.tar.gz |
Make postderef experimental
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 a3e2b44dfe..a1c5ebd9b0 100644 --- a/regen/warnings.pl +++ b/regen/warnings.pl @@ -97,6 +97,8 @@ my $tree = { [ 5.017, DEFAULT_ON ], 'experimental::smartmatch' => [ 5.017, DEFAULT_ON ], + 'experimental::postderef' => + [ 5.019, DEFAULT_ON ], }], #'default' => [ 5.008, DEFAULT_ON ], |