summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Install/Requirements.pm
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2011-08-03 09:56:25 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2011-08-03 09:56:25 +0200
commitdba6f45bc2a29194661b4c2d27684e34a5c0dece (patch)
treeee681d7a7a18baa226b2e6d89d5bb563b55eb71d /Bugzilla/Install/Requirements.pm
parent4c969ebd8341175562c3987d7916e5e868a05b26 (diff)
downloadbugzilla-dba6f45bc2a29194661b4c2d27684e34a5c0dece.tar.gz
bugzilla-dba6f45bc2a29194661b4c2d27684e34a5c0dece.tar.xz
Bug 655910: When calling ./install-module.pl --all, install LWP before XML::Twig, else arguments passed to build XML::Twig are propagated to Net::HTTP which then fails
r/a=mkanat
Diffstat (limited to 'Bugzilla/Install/Requirements.pm')
-rw-r--r--Bugzilla/Install/Requirements.pm12
1 files changed, 6 insertions, 6 deletions
diff --git a/Bugzilla/Install/Requirements.pm b/Bugzilla/Install/Requirements.pm
index 5f276bf25..c22c2de34 100644
--- a/Bugzilla/Install/Requirements.pm
+++ b/Bugzilla/Install/Requirements.pm
@@ -209,12 +209,6 @@ sub OPTIONAL_MODULES {
feature => ['graphical_reports'],
},
{
- package => 'XML-Twig',
- module => 'XML::Twig',
- version => 0,
- feature => ['moving', 'updates'],
- },
- {
package => 'MIME-tools',
# MIME::Parser is packaged as MIME::Tools on ActiveState Perl
module => ON_WINDOWS ? 'MIME::Tools' : 'MIME::Parser',
@@ -228,6 +222,12 @@ sub OPTIONAL_MODULES {
feature => ['updates'],
},
{
+ package => 'XML-Twig',
+ module => 'XML::Twig',
+ version => 0,
+ feature => ['moving', 'updates'],
+ },
+ {
package => 'PatchReader',
module => 'PatchReader',
# 0.9.6 fixes two notable bugs and significantly improves the UX.