From dba6f45bc2a29194661b4c2d27684e34a5c0dece Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Wed, 3 Aug 2011 09:56:25 +0200 Subject: 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 --- Bugzilla/Install/Requirements.pm | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'Bugzilla/Install/Requirements.pm') 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 @@ -208,12 +208,6 @@ sub OPTIONAL_MODULES { version => 0, 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 @@ -227,6 +221,12 @@ sub OPTIONAL_MODULES { version => 0, feature => ['updates'], }, + { + package => 'XML-Twig', + module => 'XML::Twig', + version => 0, + feature => ['moving', 'updates'], + }, { package => 'PatchReader', module => 'PatchReader', -- cgit v1.2.3-24-g4f1b