summaryrefslogtreecommitdiff
path: root/dh_auto_build
diff options
context:
space:
mode:
Diffstat (limited to 'dh_auto_build')
-rwxr-xr-xdh_auto_build1
1 files changed, 1 insertions, 0 deletions
diff --git a/dh_auto_build b/dh_auto_build
index a3c95211..75ce51cf 100755
--- a/dh_auto_build
+++ b/dh_auto_build
@@ -46,6 +46,7 @@ elsif (-e "setup.py") {
doit("python", "setup.py", "build", @{$dh{U_PARAMS}});
}
elsif (-e "Build.PL" && -e "Build") {
+ $ENV{MODULEBUILDRC} = "/dev/null";
doit("perl", "Build", @{$dh{U_PARAMS}});
}