summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Install/CPAN.pm
AgeCommit message (Collapse)AuthorFilesLines
2016-02-23Bug 1246528 - Use Makefile.PL and allow Bugzilla use cpanm-compatible local ↵Dylan Hardison1-339/+0
dependencies r=dkl,a=dylan
2015-01-21Bug 1079065: [SECURITY] Always use the 3 arguments form for open() to ↵Gervase Markham1-2/+2
prevent shell code injection r=dylan,a=simon
2014-08-13Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modulesFrédéric Buclin1-0/+1
r=dkl a=sgreen
2013-07-23Bug 880227 - Install of Bugzilla DBI module fails due to mirror.hiwaay.net ↵Hugo Seabrook1-7/+1
not being available
2012-12-01Bug 787668: Use |use parent| instead of |use base|Matt Selsky1-1/+1
r/a=LpSolit
2012-11-30Bug 816747 - Add dummy POD for unPODded methods.Marc Schumann1-0/+8
r/a=LpSolit
2012-09-01Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin1-0/+3
r=wicked a=LpSolit
2012-08-31Bug 655477: Bugzilla now requires Perl 5.10.1Frédéric Buclin1-12/+1
r=mkanat a=LpSolit
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)