summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
authorRicardo Signes <rjbs@cpan.org>2014-01-14 08:34:19 -0500
committerRicardo Signes <rjbs@cpan.org>2014-01-14 09:33:02 -0500
commitd401967c52db1a9a5958b708005a5be96d545f55 (patch)
tree4ca9daf52a6ef13995b029b2694147370d766295 /Porting
parent1df6869d4e6a2f5ae04d9304cae006ce6cf7bf96 (diff)
downloadperl-d401967c52db1a9a5958b708005a5be96d545f55.tar.gz
rename aggref warnings to autoderef
Diffstat (limited to 'Porting')
-rwxr-xr-xPorting/corelist.pl2
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;