]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh_auto_configure
Merge branch 'master' of ssh://git.debian.org/git/debhelper/debhelper
[debhelper.git] / dh_auto_configure
index d69ed162fdefa7ea735ecf3f965f2431aa1049a9..5f48056f4d48bb27cbb58e2c67d04418dc2b6ff6 100755 (executable)
@@ -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}});
 }