summaryrefslogtreecommitdiff
path: root/ext/XS-APItest/t/hash.t
diff options
context:
space:
mode:
Diffstat (limited to 'ext/XS-APItest/t/hash.t')
-rw-r--r--ext/XS-APItest/t/hash.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/XS-APItest/t/hash.t b/ext/XS-APItest/t/hash.t
index 5d3357e888..e502e705ba 100644
--- a/ext/XS-APItest/t/hash.t
+++ b/ext/XS-APItest/t/hash.t
@@ -191,7 +191,7 @@ sub test_precomputed_hashes {
}
{
- use Scalar::Util 'weaken';
+ use builtin 'weaken';
my %h;
fill_hash_with_nulls(\%h);
my @objs;