$NetBSD: patch-aa,v 1.1.1.1 2001/10/01 02:09:46 jlam Exp $

--- Makefile.PL.orig	Wed Aug 29 14:33:47 2001
+++ Makefile.PL
@@ -1,14 +1,6 @@
 use strict;
 use ExtUtils::MakeMaker;
 use lib 't/lib';  # distributed here until changes are incorporated into the real version
-use Apache::test qw(have_httpd);
-
-my %params = Apache::test->get_test_params();
-chomp (my $cwd = `pwd`);
-Apache::test->write_httpd_conf
-    (%params,
-     include => do {local $/; <DATA>});
-*MY::test = sub { Apache::test->MM_test(%params) } if have_httpd();
 
 my $module = 'Apache::Filter';
 my ($name, $dir);
@@ -27,9 +19,6 @@
                       ),
              },
    'clean' => {FILES => "t/httpd t/httpd.conf t/error_log"},
-   'PREREQ_PM' => {
-                   have_httpd() ? ('mod_perl' => '1.24_01') : (),
-		  },
   );
 
 ##################################################################
