I had a few issues on Win7 Subroutine MY::test redefined at C:\build\Apache-Test-1.34-rc1\Makefile.PL line 168. t\log_watch.t ............ Use of uninitialized value $fn in unlink at t\log_watch.t line 16. t\log_watch.t ............ Dubious, test returned 22 (wstat 5632, 0x1600)
Test hang itself while running t\redirect.t ............. Mario On Wed, Dec 15, 2010 at 13:14, Jim Jagielski <j...@jagunet.com> wrote: > +1 > > On Dec 14, 2010, at 12:11 AM, Fred Moyer wrote: > >> A release candidate for Apache-Test is now available at the following url: >> >> http://people.apache.org/~phred/Apache-Test-1.34-rc1.tar.gz >> >> Please download, test, and report back on this RC. Summary of changes >> is below. A couple of very old (8+ years) compatibility features have >> been removed, some bugs are fixed, and some maintenance features have >> been added. Your setup will not be negatively affected unless you are >> running versions of mod_perl1 that are three versions out of date on a >> case insensitive filesystem. >> >> --------------------------------------------------------------------------------------------------------------------- >> >> Fix build edge case where rpm based mp sources missing Apache2::Build cause >> require failure in Apache-TestConfig. Reported by Ryan Gies. >> [Fred Moyer] >> >> When an explicit shared mod_perl lib is not defined, default to the first >> shared module found by find_apache_module(). >> [Fred Moyer] >> >> Fix logic error in TOP_LEVEL constant calculation. Remove Apache::test >> compatibility from mod_perl 1.27. >> [Fred Moyer] >> >> Remove the custom config feature, and instead use inline directives, >> ENV vars, and look for apxs et al in PATH. >> [Fred Moyer] >> >> Prevent reconfiguration when t/TEST is called with -run-tests only. >> (rev 1004278) [Torsten Foertsch] >> >> Make "t/TEST -ping=block" work when LWP is installed. (rev 1004275) >> [Torsten Foertsch] >> >> Don't attempt to run the test suite as root. The workarounds needed >> to facilitate root testing cause large maintenance costs, and return >> no tangible benefits. >> [Fred Moyer] >> > >