Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-08-05 | Bug 658407: Make Bugzilla not use Math::Random::Secure anymore, due to the | Max Kanat-Alexander | 1 | -16/+1 | |
difficulty of installing its dependencies. Instead move the code directly into Bugzilla itself. r=LpSolit, r=glob, a=mkanat | |||||
2011-07-31 | Bug 655912: install-module.pl is unable to install LWP::UserAgent on Perl ↵ | Frédéric Buclin | 1 | -1/+13 | |
<5.8.8, because LWP 6.0 now requires 5.8.8 as a minimum r/a=mkanat | |||||
2011-04-28 | Bug 646578: Make Math::Random::Secure fail to install if its dependencies | Max Kanat-Alexander | 1 | -1/+24 | |
don't install properly, when using install-module.pl. r=glob, a=mkanat | |||||
2011-04-25 | Bug 648178: Make install-module.pl check if a compiler is available | Max Kanat-Alexander | 1 | -0/+23 | |
and fail with a clear error if not. r=glob, a=mkanat | |||||
2010-10-26 | Bug 607083: Improve the error message that install-module.pl prints when | Max Kanat-Alexander | 1 | -0/+3 | |
you specify an invalid CPAN module. r=mkanat, a=mkanat (module owner) | |||||
2010-08-11 | Bug 586210: Make every important string printed by checksetup.pl localizable, | Max Kanat-Alexander | 1 | -1/+1 | |
including the localconfig parameter descriptions r=mkanat, a=mkanat (module owner) | |||||
2010-07-06 | Bug 576105: Make install-module.pl able to install DateTime (and other | Max Kanat-Alexander | 1 | -1/+0 | |
Module::Build-only modules) on Windows r=mkanat, a=mkanat (module owner) | |||||
2010-04-22 | The maintainer of MIME::tools released a new version that now supports | Max Kanat-Alexander | 1 | -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-21 | Bug 560691: Make sure that install-module.pl never prompts the user while | Max Kanat-Alexander | 1 | -3/+10 | |
installing modules r=mkanat, a=mkanat (module owner) | |||||
2010-04-21 | ftp.heanet.ie had the same problems as perl.secsup.org, so I'm removing it | Max Kanat-Alexander | 1 | -1/+0 | |
from the list. https://bugzilla.mozilla.org/show_bug.cgi?id=560330 | |||||
2010-04-21 | Bug 560330: Make sure that we always have a modern version of CPAN | Max Kanat-Alexander | 1 | -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-20 | Bug 560318: Make install-module.pl correctly install modules that use | Max Kanat-Alexander | 1 | -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-23 | Bug 409595: install-module.pl should shuffle the urllist for the CPAN mirrors | mkanat%bugzilla.org | 1 | -1/+2 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat | |||||
2007-10-24 | Bug 262269: A tool to auto-install missing perl packages on non-Windows systems | mkanat%bugzilla.org | 1 | -0/+250 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) |