You are viewing a plain text version of this content. The canonical link for it is here.
Posted to test-dev@httpd.apache.org by Geoffrey Young <ge...@modperlcookbook.org> on 2005/03/23 18:52:44 UTC

[ANNOUNCE] Apache-Test 1.21

The URL

    http://cvs.apache.org/~geoff/Apache-Test-1.21.tar.gz

has entered CPAN as

  file: $CPAN/authors/id/G/GE/GEOFF/Apache-Test-1.21.tar.gz
  size: 144796 bytes
   md5: dc8b26adc5717e94435479604e74fdfc

Changes since 1.20:

fix Apache::TestConfig (was missing 'use lib' before using
lib::import) [William McKee <wi...@knowmad.com>]

TestConfigPerl will now configure mod_perl last, giving mod_perl
highest priority throughout the httpd lifecycle.  [Geoffrey Young]

Apache::TestConfig::untaint_path needs to remove empty entries in the
PATH list, since -T considers those tainted too. [Stas]

add Apache::TestHarnessPHP which allows for running client-side
scripts via php instead of perl.  [Geoffrey Young]