Joe Orton wrote: > All my regression tests failed last night like this: > > ... > server localhost.localdomain:8541 listening (proxy_https_http) > [ info] adding source lib .../Apache-Test/lib to @INC > -withtestmore error: Test::Builder version 0.18_01 required--this is > only version 0.17 at .../Apache-Test/lib/Apache/Test.pm line 67.
I _think_ I took care of it. let me know if we're not ok now. > > it's pretty much a requirement for me that httpd-test works with stock > perl distributions; can this be fixed? hmm... well, let's discuss this. the purpose of the test-more-unstable branch is to rewrite Apache-Test so that it uses Test::More instead of Test.pm. there are a bunch of reasons why I think this is good, but I think the main motivator is that Test.pm can't handle threaded perls properly under some conditions (stas can add more eventually). is it a really big deal to require Test::More? from a developer standpoint I don't think it is, since Test::More is pretty much the defacto testing standard in the perl world. but maybe distribtion folks have different thoughts. if so, if you are given enough time (like, say, we won't require T::M for a few months) is that helpful or sufficient? --Geoff