I've uploaded 1.03's release candidate. If nobody finds any faults, I'll upload it tomorrow on CPAN. (libapreq needs to rely on 1.03 fixes to release its 1.2's version).

Please try it out:
http://www.apache.org/~stas/Apache-Test-1.03-dev.tar.gz

Test it with mod_perl 1.0:

perl Makefile.PL -httpd /path/to/1.x/httpd && make test

and with mod_perl 2.0:

perl Makefile.PL -httpd /path/to/2.x/httpd && make test

Alternatively you can do:

APACHE=/path/to/1.x/httpd perl Makefile.PL && make test

or for C-style shell users:

env APACHE=/path/to/1.x/httpd perl Makefile.PL && make test

__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com



Reply via email to