diff options
author | Max Kanat-Alexander <mkanat@bugzilla.org> | 2010-07-06 01:57:40 +0200 |
---|---|---|
committer | Max Kanat-Alexander <mkanat@bugzilla.org> | 2010-07-06 01:57:40 +0200 |
commit | a0a2aa902a5be9a178d997d19d9fd6bd75e2edbb (patch) | |
tree | fd0739cf93acb457a8b4ae1087aa0b9f7b10f96b /Bugzilla/Install | |
parent | cb2e3dd48cc68d5d541acdaf09be58f321e2f74e (diff) | |
download | bugzilla-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')
-rw-r--r-- | Bugzilla/Install/CPAN.pm | 1 |
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'), |