Closed
Bug 560691
Opened 16 years ago
Closed 16 years ago
install-module.pl sometimes prompts the user for input when it doesn't need to
Categories
(Bugzilla :: Installation & Upgrading, defect)
Tracking
()
RESOLVED
FIXED
Bugzilla 3.6
People
(Reporter: mkanat, Assigned: mkanat)
Details
Attachments
(1 file)
|
1.91 KB,
patch
|
mkanat
:
review+
|
Details | Diff | Splinter Review |
One of the purposes of install-module.pl is for it to make all decisions for the user so that they don't have to involve themselves with endless questions from CPAN that they might not be equipped to answer. However, some modules use Module::AutoInstall, and we're not properly handling the prompts that that can generate.
| Assignee | ||
Comment 1•16 years ago
|
||
This fixes it for all the prompts that I can generate by installing every single module with --all.
| Assignee | ||
Comment 2•16 years ago
|
||
Committing to: bzr+ssh://bzr.mozilla.org/bugzilla/trunk/
modified Bugzilla/Install/CPAN.pm
modified Bugzilla/Install/Requirements.pm
Committed revision 7135.
Committing to: bzr+ssh://bzr.mozilla.org/bugzilla/3.6/
modified Bugzilla/Install/CPAN.pm
modified Bugzilla/Install/Requirements.pm
Committed revision 7089.
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Flags: approval3.6+
Flags: approval+
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•