From 7cf010d2aaae017c5d1d416894f8d98bbf2ee082 Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Thu, 28 Jun 2018 12:29:00 -0400 Subject: remove MOD_PERL bits --- Makefile.PL | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'Makefile.PL') diff --git a/Makefile.PL b/Makefile.PL index 8a3c0c6ba..80af83b59 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -289,18 +289,6 @@ my %optional_features = ( } }, }, - mod_perl => { - description => 'mod_perl support under Apache', - prereqs => { - runtime => { - requires => { - 'mod_perl2' => '1.999022', - 'Apache2::SizeLimit' => '0.96', - 'Plack::Handler::Apache2' => 0, - } - } - } - }, inbound_email => { description => 'Inbound Email', prereqs => { -- cgit v1.2.3-24-g4f1b