blob: d187dfeb34f8842d7fece4814085fac349e2f0c3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
--- Makefile.PL.orig Sat May 26 17:38:41 2001
+++ Makefile.PL Sat May 26 17:39:28 2001
@@ -1,13 +1,13 @@
use ExtUtils::MakeMaker;
-use lib 't/lib';
-use Apache::test;
+#use lib 't/lib';
+#use Apache::test;
-my %params = Apache::test->get_test_params();
-chomp (my $cwd = `pwd`);
-Apache::test->write_httpd_conf
- (%params,
- include => join '', <DATA>);
-*MY::test = sub { Apache::test->MM_test(%params) };
+#my %params = Apache::test->get_test_params();
+#chomp (my $cwd = `pwd`);
+#Apache::test->write_httpd_conf
+# (%params,
+# include => join '', <DATA>);
+#*MY::test = sub { Apache::test->MM_test(%params) };
my $module = 'Apache::SSI';
|