summaryrefslogtreecommitdiff
path: root/ext/Hash-Util-FieldHash/t/05_perlhook.t
diff options
context:
space:
mode:
Diffstat (limited to 'ext/Hash-Util-FieldHash/t/05_perlhook.t')
-rw-r--r--ext/Hash-Util-FieldHash/t/05_perlhook.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/Hash-Util-FieldHash/t/05_perlhook.t b/ext/Hash-Util-FieldHash/t/05_perlhook.t
index 2c03ba251e..8c1ccb447c 100644
--- a/ext/Hash-Util-FieldHash/t/05_perlhook.t
+++ b/ext/Hash-Util-FieldHash/t/05_perlhook.t
@@ -3,6 +3,7 @@ use warnings;
use Test::More;
use Hash::Util::FieldHash;
+no warnings 'experimental::builtin';
use builtin qw(weaken);
sub numbers_first { # Sort helper: All digit entries sort in front of others