dougm 00/09/29 13:33:52
Modified: . ToDo Changes
t/modules ssi.test
Log:
skip modules/ssi test if mod_include is not installed
Revision Changes Path
1.263 +2 -0 modperl/ToDo
Index: ToDo
===================================================================
RCS file: /home/cvs/modperl/ToDo,v
retrieving revision 1.262
retrieving revision 1.263
diff -u -r1.262 -r1.263
--- ToDo 2000/09/28 21:16:07 1.262
+++ ToDo 2000/09/29 20:33:50 1.263
@@ -3,6 +3,8 @@
(well, close to it anyhow)
---------------------------------------------------------------------------
+- disable PERL_SSI unless mod_include is listed in httpd -l
+
- document Apache::Status Apache::Request preference over CGI.pm
and make it more clear that Apache::Status should not be used in a
production environment, as it adds quite a bit of bloat
1.541 +2 -0 modperl/Changes
Index: Changes
===================================================================
RCS file: /home/cvs/modperl/Changes,v
retrieving revision 1.540
retrieving revision 1.541
diff -u -r1.540 -r1.541
--- Changes 2000/09/29 16:33:38 1.540
+++ Changes 2000/09/29 20:33:51 1.541
@@ -10,6 +10,8 @@
=item 1.24_01-dev
+skip modules/ssi test if mod_include is not installed
+
Apache::test enhancements
[Ken Williams <[EMAIL PROTECTED]>]
1.2 +2 -0 modperl/t/modules/ssi.test
Index: ssi.test
===================================================================
RCS file: /home/cvs/modperl/t/modules/ssi.test,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ssi.test 1997/12/06 17:57:28 1.1
+++ ssi.test 2000/09/29 20:33:52 1.2
@@ -1,6 +1,8 @@
use Apache::test;
+skip_test unless fetch("/perl/have_module.pl?mod_include.c");
+
my $ua = LWP::UserAgent->new; # create a useragent to test
print fetch($ua, "http://$net::httpserver/rgy-include.shtml");