Commit dba6f45b authored by Frédéric Buclin's avatar Frédéric Buclin

Bug 655910: When calling ./install-module.pl --all, install LWP before…

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
parent 4c969ebd
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment