]> 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:59:14 +0000 (16:59 -0700)
committerMax Kanat-Alexander <mkanat@bugzilla.org>
Mon, 5 Jul 2010 23:59:14 +0000 (16:59 -0700)
Module::Build-only modules) on Windows
r=mkanat, a=mkanat (module owner)

Bugzilla/Install/CPAN.pm

index af50b52e41bfdad6da78cbf465da7246b9c93b79..52f762a9a20bb1a2848232579b2fd8c4fdd6d869 100644 (file)
@@ -77,7 +77,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'),