From 536bbd159b9bbacaf37b54f051e8a5fecbdf0c4e Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" Date: Wed, 3 Aug 2011 08:02:35 +0000 Subject: [PATCH] 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 git-svn-id: svn://10.0.0.236/trunk@262567 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/bugzilla/.bzrrev | 2 +- .../bugzilla/Bugzilla/Install/Requirements.pm | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/mozilla/webtools/bugzilla/.bzrrev b/mozilla/webtools/bugzilla/.bzrrev index 379e14e2c9d..900c27e362a 100644 --- a/mozilla/webtools/bugzilla/.bzrrev +++ b/mozilla/webtools/bugzilla/.bzrrev @@ -1 +1 @@ -7879 \ No newline at end of file +7880 \ No newline at end of file diff --git a/mozilla/webtools/bugzilla/Bugzilla/Install/Requirements.pm b/mozilla/webtools/bugzilla/Bugzilla/Install/Requirements.pm index 5f276bf25dc..c22c2de342c 100644 --- a/mozilla/webtools/bugzilla/Bugzilla/Install/Requirements.pm +++ b/mozilla/webtools/bugzilla/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',