summaryrefslogtreecommitdiff
path: root/dh_auto_test
diff options
context:
space:
mode:
Diffstat (limited to 'dh_auto_test')
-rwxr-xr-xdh_auto_test1
1 files changed, 1 insertions, 0 deletions
diff --git a/dh_auto_test b/dh_auto_test
index 05c11b22..baccd10a 100755
--- a/dh_auto_test
+++ b/dh_auto_test
@@ -55,6 +55,7 @@ if (-e "Makefile" || -e "makefile" || -e "GNUmakefile") {
}
}
elsif (-e "Build.PL" && -e "Build") {
+ $ENV{MODULEBUILDRC} = "/dev/null";
doit(qw/perl Build test/, @{$dh{U_PARAMS}});
}