$NetBSD: patch-aa,v 1.2 2004/11/27 14:49:35 he Exp $

--- Makefile.PL.orig	Fri Jan 31 20:36:41 2003
+++ Makefile.PL
@@ -1,13 +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();
-Apache::test->write_httpd_conf
-    (%params,
-     include => do {local $/; open FH, 't/config.incl'; <FH>});
-*MY::test = sub { Apache::test->MM_test(%params) } if have_httpd();
 
 my $module = 'Apache::Filter';
 my ($name, $dir);
@@ -27,7 +20,4 @@ WriteMakefile
              },
    'PL_FILES' => {},
    'clean' => {FILES => "t/httpd t/httpd.conf t/error_log"},
-   'PREREQ_PM' => {
-                   'mod_perl' => '1.24_01',
-		  },
   );
