]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh_auto_configure
document load_load, write_log
[debhelper.git] / dh_auto_configure
index ba4dc3e97b2183db19130afd2cd98b3ac12c8161..41f6210fb29cce210fa902cf7ef969e5bcc4060a 100755 (executable)
@@ -31,7 +31,7 @@ you're encouraged to skip using dh_auto_configure at all, and just run
 
 =item B<--> I<params>
 
-Pass "params" to the program that is run. These can be used to suppliment
+Pass "params" to the program that is run. These can be used to supplement
 or override the standard parameters that dh_auto_configure passes.
 
 =back
@@ -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}});
 }