summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Install/CPAN.pm
diff options
context:
space:
mode:
authorMax Kanat-Alexander <mkanat@bugzilla.org>2010-07-06 01:57:40 +0200
committerMax Kanat-Alexander <mkanat@bugzilla.org>2010-07-06 01:57:40 +0200
commita0a2aa902a5be9a178d997d19d9fd6bd75e2edbb (patch)
treefd0739cf93acb457a8b4ae1087aa0b9f7b10f96b /Bugzilla/Install/CPAN.pm
parentcb2e3dd48cc68d5d541acdaf09be58f321e2f74e (diff)
downloadbugzilla-a0a2aa902a5be9a178d997d19d9fd6bd75e2edbb.tar.gz
bugzilla-a0a2aa902a5be9a178d997d19d9fd6bd75e2edbb.tar.xz
Bug 576105: Make install-module.pl able to install DateTime (and other
Module::Build-only modules) on Windows r=mkanat, a=mkanat (module owner)
Diffstat (limited to 'Bugzilla/Install/CPAN.pm')
-rw-r--r--Bugzilla/Install/CPAN.pm1
1 files changed, 0 insertions, 1 deletions
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'),