From b64d6634c35d75e7393f88e0634c1b2eca291393 Mon Sep 17 00:00:00 2001 From: Max Kanat-Alexander Date: Mon, 5 Jul 2010 16:59:14 -0700 Subject: [PATCH] Bug 576105: Make install-module.pl able to install DateTime (and other Module::Build-only modules) on Windows r=mkanat, a=mkanat (module owner) --- Bugzilla/Install/CPAN.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/Bugzilla/Install/CPAN.pm b/Bugzilla/Install/CPAN.pm index af50b52e41..52f762a9a2 100644 --- a/Bugzilla/Install/CPAN.pm +++ b/Bugzilla/Install/CPAN.pm @@ -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'), -- 2.47.2