]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 576105: Make install-module.pl able to install DateTime (and other
authorMax Kanat-Alexander <mkanat@bugzilla.org>
Mon, 5 Jul 2010 23:57:40 +0000 (16:57 -0700)
committerMax Kanat-Alexander <mkanat@bugzilla.org>
Mon, 5 Jul 2010 23:57:40 +0000 (16:57 -0700)
Module::Build-only modules) on Windows
r=mkanat, a=mkanat (module owner)

Bugzilla/Install/CPAN.pm

index 6e3e90f6e3b40bd87885a006459337eb1583e18f..1d57b08f3aee8b34f8f04e3da19f73c383c766e3 100644 (file)
@@ -79,7 +79,6 @@ use constant CPAN_DEFAULTS => {
     scan_cache => 'atstart',
 
     inhibit_startup_message => 1,
-    mbuild_install_build_command => './Build',
 
     bzip2 => bin_loc('bzip2'),
     curl => bin_loc('curl'),