From a0a2aa902a5be9a178d997d19d9fd6bd75e2edbb Mon Sep 17 00:00:00 2001 From: Max Kanat-Alexander Date: Mon, 5 Jul 2010 16:57:40 -0700 Subject: 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(-) (limited to 'Bugzilla/Install/CPAN.pm') diff --git a/Bugzilla/Install/CPAN.pm b/Bugzilla/Install/CPAN.pm index 6e3e90f6e..1d57b08f3 100644 --- a/Bugzilla/Install/CPAN.pm +++ b/Bugzilla/Install/CPAN.pm @@ -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'), -- cgit v1.2.3-24-g4f1b