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 pg...@apache.org on 2006/11/06 23:34:56 UTC

svn commit: r471903 - in /perl/modperl/trunk: RELEASE t/response/TestApache/daemon.pm

Author: pgollucci
Date: Mon Nov  6 14:34:55 2006
New Revision: 471903

URL: http://svn.apache.org/viewvc?view=rev&rev=471903
Log:
revert these 2 that snuck in before.


Modified:
    perl/modperl/trunk/RELEASE
    perl/modperl/trunk/t/response/TestApache/daemon.pm

Modified: perl/modperl/trunk/RELEASE
URL: http://svn.apache.org/viewvc/perl/modperl/trunk/RELEASE?view=diff&rev=471903&r1=471902&r2=471903
==============================================================================
--- perl/modperl/trunk/RELEASE (original)
+++ perl/modperl/trunk/RELEASE Mon Nov  6 14:34:55 2006
@@ -80,10 +80,9 @@
 
   f. Update the svn:externals in the new tag
      (you can't propedit remotely yet in svn)
-     svn co https://svn.apache.org/repos/asf/perl/tags/2_0_3
-     svn propedit svn:xternals 2_0_3
+     svn co https://svn.apache.org/repos/asf/perl/tags/2_0_2
+     svn propedit svn:xternals 2_0_2
      Update the Apache-Test line to the tag you previously created.
-     Update the docs line to the current tag.
      svn ci
 
   g. create the final package

Modified: perl/modperl/trunk/t/response/TestApache/daemon.pm
URL: http://svn.apache.org/viewvc/perl/modperl/trunk/t/response/TestApache/daemon.pm?view=diff&rev=471903&r1=471902&r2=471903
==============================================================================
--- perl/modperl/trunk/t/response/TestApache/daemon.pm (original)
+++ perl/modperl/trunk/t/response/TestApache/daemon.pm Mon Nov  6 14:34:55 2006
@@ -11,7 +11,7 @@
 use Apache::TestUtil;
 use Apache::Test;
 
-use constant WIN32 => Apache::TestConfig::WIN32;
+use constant WIN32 => Apache::TestConfig::WIN32 || Apache::TestConfig::CYGWIN;
 
 use Apache2::Const -compile => 'OK';