From fc67feea61127112e9268cbb301f8e90e475e933 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Sat, 5 Nov 2011 18:28:19 -0700 Subject: [PATCH] =?utf8?q?Fix=20hash.t=E2=80=99s=20miniperl=20skip?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- t/op/hash.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/op/hash.t b/t/op/hash.t index 34bfcde..29cca39 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; -- 2.7.4