Closed
Bug 576105
Opened 15 years ago
Closed 15 years ago
install-module.pl cannot install DateTime or DateTime::TimeZone on Windows
Categories
(Bugzilla :: Installation & Upgrading, defect)
Tracking
()
RESOLVED
FIXED
Bugzilla 3.6
People
(Reporter: mkanat, Assigned: mkanat)
Details
Attachments
(1 file)
353 bytes,
patch
|
mkanat
:
review+
|
Details | Diff | Splinter Review |
We set mbuild_install_build_command to "./Build", which isn't working on Windows, so modules that exclusively use Module::Build can't install. Right now, that means DateTime doesn't install properly.
Flags: blocking4.0+
Assignee | ||
Comment 1•15 years ago
|
||
Turns out we don't need to set ./Build at all--CPAN just knows that that's the right default, and because we install a newer CPAN during install-module, it's not a problem anyway. So we can remove this on both trunk and 3.6.
Assignee | ||
Updated•15 years ago
|
Target Milestone: Bugzilla 4.0 → Bugzilla 3.6
Assignee | ||
Updated•15 years ago
|
Flags: approval3.6+
Flags: approval+
Assignee | ||
Comment 2•15 years ago
|
||
Committing to: bzr+ssh://bzr.mozilla.org/bugzilla/trunk/
modified Bugzilla/Install/CPAN.pm
Committed revision 7269.
Committing to: bzr+ssh://bzr.mozilla.org/bugzilla/3.6/
modified Bugzilla/Install/CPAN.pm
Committed revision 7121.
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•