From ac9fe8d0f11f75c04dd043809baca540f7aad320 Mon Sep 17 00:00:00 2001 From: Nicholas Clark Date: Fri, 26 Dec 2003 20:31:38 +0000 Subject: Change minimum perl version where the test is run from 5.9.0 to 5.8.3 as I'm going to integrate the core patch p4raw-id: //depot/perl@21964 --- ext/List/Util/t/weak.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/List') diff --git a/ext/List/Util/t/weak.t b/ext/List/Util/t/weak.t index d38c305e7f..1096e9edee 100755 --- a/ext/List/Util/t/weak.t +++ b/ext/List/Util/t/weak.t @@ -210,7 +210,7 @@ ok(!isweak($x->{Z})); # Case 7: test weaken on a read only ref # -if ($] < 5.009) { +if ($] < 5.008003) { # Doesn't work for older perls, see bug [perl #24506] print "# Skip next 5 tests on perl $]\n"; for (1..5) { -- cgit v1.2.1