[Rt-commit] r3809 - in rt/branches/3.5-TESTING: . sbin

jesse at bestpractical.com jesse at bestpractical.com
Fri Sep 2 12:47:45 EDT 2005


Author: jesse
Date: Fri Sep  2 12:47:45 2005
New Revision: 3809

Modified:
   rt/branches/3.5-TESTING/   (props changed)
   rt/branches/3.5-TESTING/sbin/rt-test-dependencies.in
Log:
 r14093 at hualien:  jesse | 2005-08-30 06:14:01 -0400
  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/3.5-TESTING/sbin/rt-test-dependencies.in
==============================================================================
--- rt/branches/3.5-TESTING/sbin/rt-test-dependencies.in	(original)
+++ rt/branches/3.5-TESTING/sbin/rt-test-dependencies.in	Fri Sep  2 12:47:45 2005
@@ -69,9 +69,6 @@
     help();
     exit(0);
 }
-if ($args{'with-MODPERL2'}) {
-    warn_modperl2();
-}
 
 # Set up defaults
 $args{'with-MASON'} = 1;
@@ -249,6 +246,7 @@
 $deps{'MODPERL2'} = [ _( << '.') ];
 CGI 2.92
 Apache::DBI
+HTML::Mason 1.31
 .
 
 $deps{'MYSQL'} = [ _( << '.') ];
@@ -380,14 +378,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