summaryrefslogtreecommitdiff
path: root/dh_auto_configure
diff options
context:
space:
mode:
Diffstat (limited to 'dh_auto_configure')
-rwxr-xr-xdh_auto_configure3
1 files changed, 3 insertions, 0 deletions
diff --git a/dh_auto_configure b/dh_auto_configure
index d69ed162..5f48056f 100755
--- a/dh_auto_configure
+++ b/dh_auto_configure
@@ -91,6 +91,9 @@ elsif (-e "Makefile.PL") {
# If set to a true value then MakeMaker's prompt function will
# always return the default without waiting for user input.
$ENV{PERL_MM_USE_DEFAULT}=1;
+ # This prevents Module::Install from interactive behavior.
+ $ENV{PERL_AUTOINSTALL}="--skipdeps";
+
doit("perl", "Makefile.PL", "INSTALLDIRS=vendor",
"create_packlist=0", @{$dh{U_PARAMS}});
}