Closed
Bug 207455
Opened 22 years ago
Closed 22 years ago
migrate CPAN Bundle::Bugzilla to CPANPLUS or Module::Build
Categories
(Bugzilla :: Installation & Upgrading, enhancement)
Bugzilla
Installation & Upgrading
Tracking
()
RESOLVED
INVALID
People
(Reporter: hauser, Assigned: zach)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4b) Gecko/20030519
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4b) Gecko/20030519
in http://www.bugzilla.org/docs216/html/stepbystep.html#install-perl
<<perl -MCPAN -e 'install "Bundle::Bugzilla"'>>
but, it does not work under a regular (non-root) user id.
see http://bugzilla.mozilla.org/show_bug.cgi?id=207039#c2 for the corresponding
problems.
In http://rt.cpan.org/NoAuth/Bug.html?id=2668 the MakeMaker maintainer
Michael_G_Schwern suggests the above moves.
- http://search.cpan.org/author/KWILLIAMS/Module-Build-0.18/
- http://cpanplus.sourceforge.net/ or
http://search.cpan.org/author/KANE/CPANPLUS-0.042/
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Assignee | ||
Comment 1•22 years ago
|
||
Bundle::Bugzilla is a bundle module, all it does is contain a list of other modules to
install. Nearly all (if not all) of these modules use MakeMaker internally.
Bundle::Bugzilla's Makefile.PL is never even executed by CPAN, it's just (IIRC) there for
completeness.
The modules used by Bugzilla should use Module::Build, but thats unlikely to happen
anytime soon for all modules. In the meantime, I recomend that you install the modules
manually (without Bundle::Bugzilla) as a non-root user. Documentation exists on the web
in various places on how to install perl modules manually and with CPAN.
INVALID as Bundle::Bugzilla cannot use Module::Build.
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → INVALID
Summary: migrate CPAN Bundle::Bugzilla to CPANPLUS or Module::Build → migrate CPAN Bundle::Bugzilla to CPANPLUS or Module::Build
Updated•13 years ago
|
QA Contact: matty_is_a_geek → default-qa
You need to log in
before you can comment on or make changes to this bug.
Description
•