You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@perl.apache.org by "Philippe M. Chiasson" <go...@ectoplasm.org> on 2004/10/22 23:11:05 UTC

[ANNOUNCE] Apache::Test 1.15

The URL

    http://www.apache.org/~gozer/mp2/mod_perl-1.99_17/Apache-Test-1.15.tar.gz

has entered CPAN as

  file: $CPAN/authors/id/G/GO/GOZER/Apache-Test-1.15.tar.gz
  size: 128717 bytes
   md5: 8665fcd0c647ec6ba04e30c87b476690

Changes since 1.14:

add new test_config make target, equivalent to t/TEST -conf,
and make it a prerequisite for the cmodules make target.  now
you can 'make cmodules' to build the things in c-modules/
without running t/TEST -conf first.  [Geoffrey Young]

add -withtestmore import action, which allows Test::More >= 0.49
to replace Test.pm as the engine for server-side tests
[Geoffrey Young]

add automatic core dump backtrace generation in t/REPORT if
Devel::GDB is installed [Gozer]

add 'testcover' make target for running tests with Devel::Cover
[Geoffrey Young]