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
This commit is contained in:
mkanat%bugzilla.org
2011-08-03 08:02:35 +00:00
parent 7211c4b4b4
commit 536bbd159b
2 changed files with 7 additions and 7 deletions

View File

@@ -1 +1 @@
7879
7880

View File

@@ -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',