You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by st...@apache.org on 2008/01/11 11:52:33 UTC

svn commit: r611135 - in /perl/modperl/branches/1.x: Changes t/conf/httpd.conf-win32

Author: stevehay
Date: Fri Jan 11 02:52:32 2008
New Revision: 611135

URL: http://svn.apache.org/viewvc?rev=611135&view=rev
Log:
Fix modules/regex.t test 4 on win32.

Modified:
    perl/modperl/branches/1.x/Changes
    perl/modperl/branches/1.x/t/conf/httpd.conf-win32

Modified: perl/modperl/branches/1.x/Changes
URL: http://svn.apache.org/viewvc/perl/modperl/branches/1.x/Changes?rev=611135&r1=611134&r2=611135&view=diff
==============================================================================
--- perl/modperl/branches/1.x/Changes (original)
+++ perl/modperl/branches/1.x/Changes Fri Jan 11 02:52:32 2008
@@ -10,6 +10,9 @@
 
 =item 1.31-dev
 
+Fixed modules/regex.t test 4 on Win32
+[Steve Hay]
+
 Avoid possible segfault when PerlFreshRestart is On.
 [Michael Rendell <mi...@cs.mun.ca>]
 

Modified: perl/modperl/branches/1.x/t/conf/httpd.conf-win32
URL: http://svn.apache.org/viewvc/perl/modperl/branches/1.x/t/conf/httpd.conf-win32?rev=611135&r1=611134&r2=611135&view=diff
==============================================================================
--- perl/modperl/branches/1.x/t/conf/httpd.conf-win32 (original)
+++ perl/modperl/branches/1.x/t/conf/httpd.conf-win32 Fri Jan 11 02:52:32 2008
@@ -61,7 +61,7 @@
 PerlSendHeader On
 </Location>
 
-<Location /dirty-perl>
+<Location /ng-perl>
 Options +ExecCGI
 SetHandler perl-script
 PerlHandler Apache::RegistryNG