[Rt-commit] r3780 - in rt/branches/CHALDEA-EXPERIMENTAL: . sbin

jesse at bestpractical.com jesse at bestpractical.com
Fri Sep 2 11:57:47 EDT 2005


Author: jesse
Date: Fri Sep  2 11:57:46 2005
New Revision: 3780

Modified:
   rt/branches/CHALDEA-EXPERIMENTAL/   (props changed)
   rt/branches/CHALDEA-EXPERIMENTAL/sbin/rt-test-dependencies.in
Log:
 r14065 at hualien:  jesse | 2005-08-30 05:51:59 -0400
  r13753 at hualien:  jesse | 2005-08-25 14:53:06 -0400
  * Removing warnings about mod_perl2
 


Modified: rt/branches/CHALDEA-EXPERIMENTAL/sbin/rt-test-dependencies.in
==============================================================================
--- rt/branches/CHALDEA-EXPERIMENTAL/sbin/rt-test-dependencies.in	(original)
+++ rt/branches/CHALDEA-EXPERIMENTAL/sbin/rt-test-dependencies.in	Fri Sep  2 11:57:46 2005
@@ -69,9 +69,6 @@
     help();
     exit(0);
 }
-if ($args{'with-MODPERL2'}) {
-    warn_modperl2();
-}
 
 # Set up defaults
 $args{'with-MASON'} = 1;
@@ -248,6 +245,7 @@
 $deps{'MODPERL2'} = [ _( << '.') ];
 CGI 2.92
 Apache::DBI
+HTML::Mason 1.31
 .
 
 $deps{'MYSQL'} = [ _( << '.') ];
@@ -379,14 +377,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