From: Nicholas Clark Date: Fri, 26 Dec 2003 20:31:38 +0000 (+0000) Subject: Change minimum perl version where the test is run from 5.9.0 to 5.8.3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ac9fe8d0f11f75c04dd043809baca540f7aad320;p=p5sagit%2Fp5-mst-13.2.git 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 --- diff --git a/ext/List/Util/t/weak.t b/ext/List/Util/t/weak.t index d38c305..1096e9e 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) {