Author: pgollucci
Date: Wed Sep  6 18:42:17 2006
New Revision: 440932

URL: http://svn.apache.org/viewvc?view=rev&rev=440932
Log:
roll back Apache-SizeLimit integration

Modified:
    perl/modperl/trunk/t/conf/post_config_startup.pl

Modified: perl/modperl/trunk/t/conf/post_config_startup.pl
URL: 
http://svn.apache.org/viewvc/perl/modperl/trunk/t/conf/post_config_startup.pl?view=diff&rev=440932&r1=440931&r2=440932
==============================================================================
--- perl/modperl/trunk/t/conf/post_config_startup.pl (original)
+++ perl/modperl/trunk/t/conf/post_config_startup.pl Wed Sep  6 18:42:17 2006
@@ -70,7 +70,7 @@
     if ($@) {
         # unsupported platform
         die $@ unless $@ =~ /Apache2::SizeLimit not implemented on/
-            or $@ =~ /You must install BSD::Resource/;
+            or $@ =~ /you must install BSD::Resource/;
     }
 }
 


Reply via email to