[STATUS] (httpd-test: perl-framework) Wed Apr 13 23:48:10 2005

2005-04-14 Thread Rodent of Unusual Size
httpd-test/perl-framework STATUS:   -*-text-*-
Last modified at [$Date: 2004-11-24 19:36:41 -0500 (Wed, 24 Nov 2004) $]

Stuff to do:
* finish the t/TEST exit code issue (ORed with 0x2C if
  framework failed)

* change existing tests that frob the DocumentRoot (e.g.,
  t/modules/access.t) to *not* do that; instead, have
  Makefile.PL prepare appropriate subdirectory configs
  for them.  Why?  So t/TEST can be used to test a
  remote server.

* problems with -d perl mode, doesn't work as documented
  Message-ID: [EMAIL PROTECTED]
  Date: Sat, 20 Oct 2001 12:58:33 +0800
  Subject: Re: perldb

Tests to be written:

* t/apache
  - simulations of network failures (incomplete POST bodies,
chunked and unchunked; missing POST bodies; slooow
client connexions, such as taking 1 minute to send
1KiB; ...)

* t/modules/autoindex
  - something seems possibly broken with inheritance on 2.0

* t/ssl
  - SSLPassPhraseDialog exec:
  - SSLRandomSeed exec:


[ANNOUNCE] Apache-Test 1.22

2005-04-14 Thread Geoffrey Young
we are pleased to announce the latest Apache-Test release, 1.22.

the important change to note for this release is that mod_perl support is
incompatible with mod_perl versions 1.999_21 and earlier.  in other words if
you are a mod_perl user only upgrade to this release if you also plan to
upgrade to mod_perl 2.0-RC5 (1.999_22).  users of the other parts of the
distribution (TestRun, TestRunC, TestRunPHP) should be unaffected.

now for the details...

The URL

http://people.apache.org/~geoff/Apache-Test-1.22.tar.gz

has entered CPAN as

  file: $CPAN/authors/id/G/GE/GEOFF/Apache-Test-1.22.tar.gz
  size: 144807 bytes
   md5: e62ddf036ae8ab69bf52f20336a656bb

--Geoff

Changes since 1.21:

 IMPORTANT 
  this version of Apache-Test does not completely
configure mod_perl for mod_perl versions 1.99_21 or
earlier.  Please read the below changes carefully.
***

remove Apache::TestConfig::modperl_2_inc_fixup().  Apache-Test
is no longer Apache2.pm aware - it will not configure mod_perl
support to look in Apache2/ automatically.  [joes]

Add support for mp2's Apache:: - Apache2:: rename [joes]

The URL

http://people.apache.org/~geoff/Apache-Test-1.22.tar.gz

has entered CPAN as

  file: $CPAN/authors/id/G/GE/GEOFF/Apache-Test-1.22.tar.gz
  size: 144807 bytes
   md5: e62ddf036ae8ab69bf52f20336a656bb


Re: [ANNOUNCE] Apache-Test 1.22

2005-04-14 Thread Stas Bekman
Geoffrey Young wrote:
we are pleased to announce the latest Apache-Test release, 1.22.
the important change to note for this release is that mod_perl support is
incompatible with mod_perl versions 1.999_21 and earlier.
by earlier Geoff meant 1.99_xx .. 1.999_20 (the mp2-tobe versions). It 
doesn't affect mod_perl1 users.

 in other words if
you are a mod_perl user only upgrade to this release if you also plan to
upgrade to mod_perl 2.0-RC5 (1.999_22).  users of the other parts of the
distribution (TestRun, TestRunC, TestRunPHP) should be unaffected.
--
__
Stas BekmanJAm_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


Re: [ANNOUNCE] Apache-Test 1.22

2005-04-14 Thread Geoffrey Young


Stas Bekman wrote:
 Geoffrey Young wrote:
 
 we are pleased to announce the latest Apache-Test release, 1.22.

 the important change to note for this release is that mod_perl support is
 incompatible with mod_perl versions 1.999_21 and earlier.
 
 
 by earlier Geoff meant 1.99_xx .. 1.999_20 (the mp2-tobe versions). It
 doesn't affect mod_perl1 users.

yes, quite sorry about that :)

--Geoff