summaryrefslogtreecommitdiff
path: root/lib/B/Deparse-core.t
diff options
context:
space:
mode:
Diffstat (limited to 'lib/B/Deparse-core.t')
-rw-r--r--lib/B/Deparse-core.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/B/Deparse-core.t b/lib/B/Deparse-core.t
index 60702c6d9d..8d4c3a147a 100644
--- a/lib/B/Deparse-core.t
+++ b/lib/B/Deparse-core.t
@@ -40,7 +40,7 @@ plan tests => 2071;
use feature (sprintf(":%vd", $^V)); # to avoid relying on the feature
# logic to add CORE::
-no warnings 'experimental::aggref';
+no warnings 'experimental::autoderef';
use B::Deparse;
my $deparse = new B::Deparse;