aboutsummaryrefslogtreecommitdiffstats
path: root/install-module.pl
Commit message (Collapse)AuthorAgeFilesLines
* Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modulesFrédéric Buclin2014-08-131-1/+1
| | | | r=dkl a=sgreen
* Bug 938300: vers_cmp() incorrectly compares module versionsFrédéric Buclin2013-12-021-1/+1
| | | | r=sgreen a=justdave
* Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin2012-09-011-0/+1
| | | | r=wicked a=LpSolit
* Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ↵Frédéric Buclin2012-01-111-18/+5
| | | | | | add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit
* Bug 560330: Make sure that we always have a modern version of CPANMax Kanat-Alexander2010-04-201-11/+9
| | | | | | | | | | | 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 551104: Don't install DBD::Pg when using install-module.pl --all unlessMax Kanat-Alexander2010-03-081-0/+2
| | | | | the PostgreSQL devel files are actually installed. r=mkanat, a=mkanat (module owner)
* Bug 547336: Make installation work on Windows with Strawberry Perl ProfessionalMax Kanat-Alexander2010-02-221-3/+6
| | | | r=glob, a=mkanat
* Bug 445875: Make it possible to open a CPAN shell with install-modulemkanat%bugzilla.org2009-09-161-3/+13
| | | | Patch by Marcus Pallinger <mpal1+bugzilla@ieee.org> r=mkanat, a=mkanat
* Bug 506036: Fix typo in install-module.pl POD: --all-upgrade -> --upgrade-allmkanat%bugzilla.org2009-07-251-1/+1
| | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 450609: Add OS detection in install-module.pl to make it refuse to run ↵lpsolit%gmail.com2008-08-191-1/+9
| | | | on Windows - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
* Bug 411910: install-module.pl aborts when trying to install DBD::Oraclemkanat%bugzilla.org2008-01-121-5/+1
| | | | 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/+157
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner)