Philippe M. Chiasson wrote:
> Steve Hay wrote:
>> Philippe M. Chiasson wrote:
>>> The mod_perl 1.31 release candidate "Works with Perl 5.10" is
>>> ready. It can be downloaded here: 
>>> 
>>> http://www.apache.org/~gozer/mp1/mod_perl-1.31-rc1.tar.gz
>>> 
>>> MD5:  7cda8676120ff6654bcbe923a2ff5747
>>> SHA1: d8d2d4ad36d134a098601083ed4826664bb8a6cf
>>> 
>>> The summary of what has changed since 1.30 are (from Changes):
>> 
>> There is no mention in the Changes file of the change that prompted
>> this release to be made, namely: 
>> 
>> http://svn.apache.org/viewvc?view=rev&revision=555908
>> 
>> (I'm not familiar with how/when the Changes file gets
>> written/generated. Should I have changed it when I committed that
>> change, or is it generated from svn logs somehow?)
> 
> Yes, you should have. The idea is to add a mention in the Changes
> files whenever a change could be externally visible, affecting users.
> 
> Normally, commit the edit to Changes along with the code change.
> 
> In this case, it's also fine to add a mention in the Changes
> file after the fact, just make sure to refer to the original
> change number in the commit message.

OK, sorry about that--I'm used to having the Changes file in perl
generated for me ;-)

I've added to the Changes file in r610750 now.


> 
>> Aside from that, I have two other problems with this rc1:
>> 
>> 1. Randy's patch here:
>> 
>> http://marc.info/?l=apache-modperl-dev&m=117547002021789&w=2
>> 
>> was never applied, which means that "nmake test" just hangs for me.
> 
> Applied as revision 610728.

Thanks.


> 
>> 2. modules/regex.t still fails test 4 for me, as first described in
>> my reply to the email above: 
>> 
>> http://marc.info/?l=apache-modperl-dev&m=117552448731570&w=2
> 
> Can't reproduce this on *nix, so I'll assume it's a Win32 specific
> problem.
> 
> Any additionnal information on that failure? error_log ?

I only get one line in the error log:

[Thu Jan 10 10:43:06 2008] [error] [client 127.0.0.1] File does not
exist: c:/temp/mod_perl-1.31-rc1/t/net/perl/cgi.pl/(yikes

There is also an xferlog containing this:

127.0.0.1 - - [10/Jan/2008:10:43:06 +0000] "GET /test.html HTTP/1.0" 200
566
127.0.0.1 - - [10/Jan/2008:10:43:06 +0000] "GET /test.html HTTP/1.0" 200
566
127.0.0.1 - - [10/Jan/2008:10:43:06 +0000] "GET
/perl/cgi.pl/(yikes?PARAM=2 HTTP/1.0" 200 5
127.0.0.1 - - [10/Jan/2008:10:43:06 +0000] "GET
/dirty-perl/cgi.pl/(yikes?PARAM=3 HTTP/1.0" 200 5
127.0.0.1 - - [10/Jan/2008:10:43:06 +0000] "GET
/ng-perl/cgi.pl/(yikes?PARAM=4 HTTP/1.0" 404 215
127.0.0.1 - - [10/Jan/2008:10:43:06 +0000] "GET
/cgi-bin/cgi.pl/(yikes?PARAM=5 HTTP/1.0" 200 5

Otherwise I only have the console output to go on:

C:\Temp\mod_perl-1.31-rc1>perl t/TEST.win32 -v modules\regex.t
Running tests with:
  perl=C:\perl510\bin\perl.exe
  apache=C:/apache13/Apache.exe
httpd listening on port 8529
will write error_log to: t/logs/mod_perl_error_log
letting apache warm up...
Perl/v5.10.0 Apache/1.3.39 (Win32) mod_perl/1.31-rc1 running...
done
modules\regex....module CGI is installed
1..5
ok 1
# Apache::Registry
ok 2
# Apache::PerlRun
ok 3
# Apache::RegistryNG
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML><HEAD>
<TITLE>404 Not Found</TITLE>
</HEAD><BODY>
<H1>Not Found</H1>
The requested URL /ng-perl/cgi.pl/(yikes was not found on this
server.<P>
</BODY></HTML>
# mod_cgi
ok 5
FAILED test 4
        Failed 1/5 tests, 80.00% okay
Failed Test     Stat Wstat Total Fail  List of Failed
------------------------------------------------------------------------
-------
modules\regex.t                5    1  4
Failed 1/1 test scripts. 1/5 subtests failed.
Files=1, Tests=5,  0 wallclock secs ( 0.00 cusr +  0.00 csys =  0.00
CPU)
Failed 1/1 test programs. 1/5 subtests failed.
letting apache cool down...

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to