summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Install/CPAN.pm
AgeCommit message (Collapse)AuthorFilesLines
2012-01-11Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ↵Frédéric Buclin1-18/+5
add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit
2011-08-05Bug 658407: Make Bugzilla not use Math::Random::Secure anymore, due to theMax Kanat-Alexander1-16/+1
difficulty of installing its dependencies. Instead move the code directly into Bugzilla itself. r=LpSolit, r=glob, a=mkanat
2011-07-31Bug 655912: install-module.pl is unable to install LWP::UserAgent on Perl ↵Frédéric Buclin1-1/+13
<5.8.8, because LWP 6.0 now requires 5.8.8 as a minimum r/a=mkanat
2011-04-28Bug 646578: Make Math::Random::Secure fail to install if its dependenciesMax Kanat-Alexander1-1/+24
don't install properly, when using install-module.pl. r=glob, a=mkanat
2011-04-25Bug 648178: Make install-module.pl check if a compiler is availableMax Kanat-Alexander1-0/+23
and fail with a clear error if not. r=glob, a=mkanat
2010-10-26Bug 607083: Improve the error message that install-module.pl prints whenMax Kanat-Alexander1-0/+3
you specify an invalid CPAN module. r=mkanat, a=mkanat (module owner)
2010-08-11Bug 586210: Make every important string printed by checksetup.pl localizable,Max Kanat-Alexander1-1/+1
including the localconfig parameter descriptions r=mkanat, a=mkanat (module owner)
2010-07-06Bug 576105: Make install-module.pl able to install DateTime (and otherMax Kanat-Alexander1-1/+0
Module::Build-only modules) on Windows r=mkanat, a=mkanat (module owner)
2010-04-22The maintainer of MIME::tools released a new version that now supportsMax Kanat-Alexander1-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
2010-04-21Bug 560691: Make sure that install-module.pl never prompts the user whileMax Kanat-Alexander1-3/+10
installing modules r=mkanat, a=mkanat (module owner)
2010-04-21ftp.heanet.ie had the same problems as perl.secsup.org, so I'm removing itMax Kanat-Alexander1-1/+0
from the list. https://bugzilla.mozilla.org/show_bug.cgi?id=560330
2010-04-21Bug 560330: Make sure that we always have a modern version of CPANMax Kanat-Alexander1-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)
2010-04-20Bug 560318: Make install-module.pl correctly install modules that useMax Kanat-Alexander1-1/+6
Module::Build when a modern version of Module::Build is installed (DateTime uses Module::Build.) r=mkanat, a=mkanat (module owner)
2007-12-23Bug 409595: install-module.pl should shuffle the urllist for the CPAN mirrorsmkanat%bugzilla.org1-1/+2
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
2007-10-24Bug 262269: A tool to auto-install missing perl packages on non-Windows systemsmkanat%bugzilla.org1-0/+250
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner)