diff options
author | Ricardo Signes <rjbs@cpan.org> | 2014-01-14 08:34:19 -0500 |
---|---|---|
committer | Ricardo Signes <rjbs@cpan.org> | 2014-01-14 09:33:02 -0500 |
commit | d401967c52db1a9a5958b708005a5be96d545f55 (patch) | |
tree | 4ca9daf52a6ef13995b029b2694147370d766295 /regen | |
parent | 1df6869d4e6a2f5ae04d9304cae006ce6cf7bf96 (diff) | |
download | perl-d401967c52db1a9a5958b708005a5be96d545f55.tar.gz |
rename aggref warnings to autoderef
Diffstat (limited to 'regen')
-rwxr-xr-x | regen/regcharclass.pl | 2 | ||||
-rw-r--r-- | regen/warnings.pl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/regen/regcharclass.pl b/regen/regcharclass.pl index 13ac0b4ed4..61cd2109a1 100755 --- a/regen/regcharclass.pl +++ b/regen/regcharclass.pl @@ -4,7 +4,7 @@ use strict; use 5.008; use warnings; use warnings FATAL => 'all'; -no warnings 'experimental::aggref'; +no warnings 'experimental::autoderef'; use Text::Wrap qw(wrap); use Data::Dumper; $Data::Dumper::Useqq= 1; diff --git a/regen/warnings.pl b/regen/warnings.pl index becce4407b..27e4d5003d 100644 --- a/regen/warnings.pl +++ b/regen/warnings.pl @@ -99,7 +99,7 @@ my $tree = { [ 5.017, DEFAULT_ON ], 'experimental::postderef' => [ 5.019, DEFAULT_ON ], - 'experimental::aggref' => + 'experimental::autoderef' => [ 5.019, DEFAULT_ON ], }], |