Description: Don't pass Makefile.PL arguments along to configure --with-perl-opts.
Author: Bas Couwenberg <sebastic@debian.org>
Forwarded: not-needed

--- a/Makefile.PL
+++ b/Makefile.PL
@@ -51,8 +51,6 @@ $args{"with-apache2-apxs"} ||= eval {
     Apache2::Build->build_config->{MP_APXS};
 };
 
-$args{"with-perl-opts"} = "@ARGV" if @ARGV;
-
 if (WIN32) {
     require File::Basename;
     require File::Spec;
