Skip Menu |

This queue is for tickets about the Apache-Test CPAN distribution.

Report information
The Basics
Id: 103360
Status: resolved
Priority: 0/
Queue: Apache-Test

People
Owner: Nobody in particular
Requestors: shay [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Tests fail with Test-Simple-1.301001* (and hence with perl-5.21.6 thru 5.21.9)
Testing with perl-5.21.8 I found that t/import.t fails with ":DEFAULT" is not exported by the Test::More module because perl-5.21.8 contains a development version of the Test-Simple distribution in which Test::More no longer understands the special export/import symbol ":DEFAULT". Similar development versions of Test-Simple are also in perl-5.21.6, .7 and .9, but it was reverted in .10 and will not be in perl-5.22.0. However, perl-5.23.x will pick it up again at some point, so we will need to make adjustments to the tests and/or Apache::Test itself to cope sooner or later. I also saw t/sok.t fail with Tried to plan twice! which is also probably related to the new version of Test::More in perl-5.21.8 since I don't normally get that failure.
I don't think this is relevant any more. All tests pass on Win32/VC10 with: perl-5.20.3 perl-5.22.3-RC2 perl-5.24.1-RC2 (using httpd-2.2.31).