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.