diff options
author | Nicholas Clark <nick@ccl4.org> | 2003-12-26 20:31:38 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2003-12-26 20:31:38 +0000 |
commit | ac9fe8d0f11f75c04dd043809baca540f7aad320 (patch) | |
tree | 696b39363e6571b3688853bd35de1f0399136481 /ext/List | |
parent | b10c0dbab60b31b4c602610ca5510452f9d75c3c (diff) | |
download | perl-ac9fe8d0f11f75c04dd043809baca540f7aad320.tar.gz |
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
Diffstat (limited to 'ext/List')
-rwxr-xr-x | ext/List/Util/t/weak.t | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |