summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2011-11-05 18:28:19 -0700
committerFather Chrysostomos <sprout@cpan.org>2011-11-05 18:28:19 -0700
commitfc67feea61127112e9268cbb301f8e90e475e933 (patch)
treee608366045f113f9d9437b68609b55149c40ad20
parent41aa816fb45bd52c294789c95d121e737480711f (diff)
downloadperl-fc67feea61127112e9268cbb301f8e90e475e933.tar.gz
Fix hash.t’s miniperl skip
-rw-r--r--t/op/hash.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/op/hash.t b/t/op/hash.t
index 34bfcde350..29cca3921e 100644
--- a/t/op/hash.t
+++ b/t/op/hash.t
@@ -170,7 +170,7 @@ is($destroyed, 1, 'Timely hash destruction with lvalue keys');
}
# Weak references to pad hashes
-{
+SKIP: {
skip_if_miniperl("No Scalar::Util::weaken under miniperl", 1);
my $ref;
require Scalar::Util;