summaryrefslogtreecommitdiff
path: root/dh_auto_configure
diff options
context:
space:
mode:
Diffstat (limited to 'dh_auto_configure')
-rwxr-xr-xdh_auto_configure1
1 files changed, 1 insertions, 0 deletions
diff --git a/dh_auto_configure b/dh_auto_configure
index 6b8adf52..41f6210f 100755
--- a/dh_auto_configure
+++ b/dh_auto_configure
@@ -92,6 +92,7 @@ elsif (-e "Makefile.PL") {
}
elsif (-e "Build.PL") {
$ENV{PERL_MM_USE_DEFAULT}=1; # Module::Build can also use this.
+ $ENV{MODULEBUILDRC} = "/dev/null";
doit("perl", "Build.PL", "installdirs=vendor", @{$dh{U_PARAMS}});
}