On Tue, 16 Oct 2001, Rodent of Unusual Size wrote:

> Since most of my Linux machines run RH 6.2, the
> requirement for Perl 5.6 is a bit onerous (RH hasn't
> built an RPM for 6.2).  Why is 5.6 required?

Apache-Test started out in the modperl-2.0 tree which requires 5.6.
it could probably be made to work with older Perls, but nobody has asked
until now.
 
> Running the full suite with t/TEST works fine, but
> when I tell it I want a specific set of tests run, or
> just to start the test server, it runs the whole suite
> as though I didn't specify any options at all.  E.g.,
> 
> t/TEST -httpd /path/to/httpd -start
> 
> starts the server, and then runs all the tests.

looks like recent breakage, args picked up by GetOptions in
Apache::PerlRun::getopts are being force to come before other options.
stas can you please fix this.
in the meantime ken, this will work:
t/TEST -start -httpd /path/to/httpd


Reply via email to