[EMAIL PROTECTED] wrote:
jorton      2004/10/20 06:42:07

  Modified:    perl-framework/Apache-Test/lib/Apache Test.pm
  Log:
  Add the need_php4 export.

It's of little value if it's not documented, especially when the rest is. Joe, please see the pod at the end of that file (search for need_php).


Revision Changes Path
1.106 +1 -1 httpd-test/perl-framework/Apache-Test/lib/Apache/Test.pm
Index: Test.pm
===================================================================
RCS file: /home/cvs/httpd-test/perl-framework/Apache-Test/lib/Apache/Test.pm,v
retrieving revision 1.105
retrieving revision 1.106
diff -d -w -u -r1.105 -r1.106
--- Test.pm 20 Oct 2004 13:38:15 -0000 1.105
+++ Test.pm 20 Oct 2004 13:42:07 -0000 1.106
@@ -27,7 +27,7 @@
need_module need_apache need_min_apache_version
need_apache_version need_perl need_min_perl_version
need_min_module_version need_threads need_apache_mpm
- need_php need_ssl);
+ need_php need_php4 need_ssl);
my @have = map { (my $need = $_) =~ s/need/have/; $need } @need;


--
__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com

Reply via email to