Re: [PATCH] Apache::Test 5.005 compatible

2002-05-31 Thread Stas Bekman
Tatsuhiko Miyagawa wrote:
Apache::Test seems to be compatible for perl 5.005_03, but it's
currently not. here's a patch;
Thanks Tatsuhiko, committed!

__
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



rewritemap breakage

2002-05-31 Thread Doug MacEachern
seems that the test suite now requires httpd-2.0-cvs from 
HEAD?  server does not start with 1.3.x or 2.0.36:

Syntax error on line 139 of .../t/conf/extra.conf
RewriteMap: map file or program not 
found:/.../t/htdocs/modules/rewrite/append.pl 
foo



Re: rewritemap breakage

2002-05-31 Thread Cliff Woolley
On Fri, 31 May 2002, Doug MacEachern wrote:

 seems that the test suite now requires httpd-2.0-cvs from
 HEAD?  server does not start with 1.3.x or 2.0.36:

 Syntax error on line 139 of .../t/conf/extra.conf RewriteMap: map file
 or program not found:/.../t/htdocs/modules/rewrite/append.pl foo

Hmph.  Well, it definitely won't work with 2.0.36... 2.0.36 was broken in
this regard.  :)  I thought this worked on 1.3.x though.  Oh well, no big
deal.  You can remove that test if you like.

--Cliff



RE: rewritemap breakage

2002-05-31 Thread Ryan Bloom
I fixed this in 2.0 the other day.  Try updating again.

Ryan

--
Ryan Bloom  [EMAIL PROTECTED]
645 Howard St.  [EMAIL PROTECTED]
San Francisco, CA 

 -Original Message-
 From: Doug MacEachern [mailto:[EMAIL PROTECTED]
 Sent: Friday, May 31, 2002 11:49 AM
 To: [EMAIL PROTECTED]
 Subject: rewritemap breakage
 
 seems that the test suite now requires httpd-2.0-cvs from
 HEAD?  server does not start with 1.3.x or 2.0.36:
 
 Syntax error on line 139 of .../t/conf/extra.conf
 RewriteMap: map file or program not
 found:/.../t/htdocs/modules/rewrite/append.pl
 foo