[Rt-commit] r3760 - in rt/branches/QUEBEC-EXPERIMENTAL: . sbin

jesse at bestpractical.com jesse at bestpractical.com
Thu Sep 1 18:08:47 EDT 2005


Author: jesse
Date: Thu Sep  1 18:08:47 2005
New Revision: 3760

Modified:
   rt/branches/QUEBEC-EXPERIMENTAL/   (props changed)
   rt/branches/QUEBEC-EXPERIMENTAL/sbin/rt-test-dependencies.in
Log:
 r14213 at hualien:  jesse | 2005-09-01 13:47:43 -0400
  r13753 at hualien:  jesse | 2005-08-25 14:53:06 -0400
  * Removing warnings about mod_perl2
 


Modified: rt/branches/QUEBEC-EXPERIMENTAL/sbin/rt-test-dependencies.in
==============================================================================
--- rt/branches/QUEBEC-EXPERIMENTAL/sbin/rt-test-dependencies.in	(original)
+++ rt/branches/QUEBEC-EXPERIMENTAL/sbin/rt-test-dependencies.in	Thu Sep  1 18:08:47 2005
@@ -69,9 +69,6 @@
     help();
     exit(0);
 }
-if ($args{'with-MODPERL2'}) {
-    warn_modperl2();
-}
 
 # Set up defaults
 $args{'with-MASON'} = 1;
@@ -247,6 +244,7 @@
 $deps{'MODPERL2'} = [ _( << '.') ];
 CGI 2.92
 Apache::DBI
+HTML::Mason 1.31
 .
 
 $deps{'MYSQL'} = [ _( << '.') ];
@@ -378,14 +376,5 @@
 }
 
 
-sub warn_modperl2 {
-    print <<'.';
-        NOTE: mod_perl 2.0 isn't quite ready for prime_time just yet;
-        Best Practical Solutions strongly recommends that sites use
-        Apache 1.3 or FastCGI. If you MUST use mod_perl 2.0 (or 1.99),
-        please read the mailing list archives before asking for help.
-.
-    sleep 5;
-}
 
 1;


More information about the Rt-commit mailing list