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 /Porting | |
parent | 1df6869d4e6a2f5ae04d9304cae006ce6cf7bf96 (diff) | |
download | perl-d401967c52db1a9a5958b708005a5be96d545f55.tar.gz |
rename aggref warnings to autoderef
Diffstat (limited to 'Porting')
-rwxr-xr-x | Porting/corelist.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Porting/corelist.pl b/Porting/corelist.pl index 8ecb86bfa7..65b8a6cad9 100755 --- a/Porting/corelist.pl +++ b/Porting/corelist.pl @@ -10,7 +10,7 @@ use autodie; use strict; use warnings; -no warnings 'experimental::aggref'; +no warnings 'experimental::autoderef'; use File::Find; use ExtUtils::MM_Unix; use version; |