aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/Install/CPAN.pm
Commit message (Collapse)AuthorAgeFilesLines
* Bug 658407: Make Bugzilla not use Math::Random::Secure anymore, due to theMax Kanat-Alexander2011-08-041-16/+1
| | | | | | difficulty of installing its dependencies. Instead move the code directly into Bugzilla itself. r=LpSolit, r=glob, a=mkanat
* Bug 655912: install-module.pl is unable to install LWP::UserAgent on Perl ↵Frédéric Buclin2011-07-311-1/+13
| | | | | | <5.8.8, because LWP 6.0 now requires 5.8.8 as a minimum r/a=mkanat
* Bug 646578: Make Math::Random::Secure fail to install if its dependenciesMax Kanat-Alexander2011-04-271-1/+24
| | | | | don't install properly, when using install-module.pl. r=glob, a=mkanat
* Bug 648178: Make install-module.pl check if a compiler is availableMax Kanat-Alexander2011-04-241-0/+23
| | | | | and fail with a clear error if not. r=glob, a=mkanat
* Bug 607083: Improve the error message that install-module.pl prints whenMax Kanat-Alexander2010-10-261-0/+3
| | | | | you specify an invalid CPAN module. r=mkanat, a=mkanat (module owner)
* Bug 586210: Make every important string printed by checksetup.pl localizable,Max Kanat-Alexander2010-08-111-1/+1
| | | | | including the localconfig parameter descriptions r=mkanat, a=mkanat (module owner)
* Bug 576105: Make install-module.pl able to install DateTime (and otherMax Kanat-Alexander2010-07-051-1/+0
| | | | | Module::Build-only modules) on Windows r=mkanat, a=mkanat (module owner)
* The maintainer of MIME::tools released a new version that now supportsMax Kanat-Alexander2010-04-221-4/+0
| | | | | | --alldeps for Makefile.PL, so we don't need to make a special exception for it anymore. https://bugzilla.mozilla.org/show_bug.cgi?id=560691
* Bug 560691: Make sure that install-module.pl never prompts the user whileMax Kanat-Alexander2010-04-201-3/+10
| | | | | installing modules r=mkanat, a=mkanat (module owner)
* ftp.heanet.ie had the same problems as perl.secsup.org, so I'm removing itMax Kanat-Alexander2010-04-201-1/+0
| | | | | from the list. https://bugzilla.mozilla.org/show_bug.cgi?id=560330
* Bug 560330: Make sure that we always have a modern version of CPANMax Kanat-Alexander2010-04-201-10/+64
| | | | | | | | | | | installed when running install-module.pl. Otherwise, certain modules (like DateTime) weren't getting their XS compiled or their dependencies installed with Perl 5.8.8 and earlier. This also updates the urllist to remove perl.secsup.org (which was hanging when used with curl) and add a few more mirrors (including some in Europe). r=mkanat, a=mkanat (module owner)
* Bug 560318: Make install-module.pl correctly install modules that useMax Kanat-Alexander2010-04-191-1/+6
| | | | | | Module::Build when a modern version of Module::Build is installed (DateTime uses Module::Build.) r=mkanat, a=mkanat (module owner)
* Bug 409595: install-module.pl should shuffle the urllist for the CPAN mirrorsmkanat%bugzilla.org2007-12-231-1/+2
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
* Bug 262269: A tool to auto-install missing perl packages on non-Windows systemsmkanat%bugzilla.org2007-10-241-0/+250
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner)