]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 655910: When calling ./install-module.pl --all, install LWP before XML::Twig...
authorFrédéric Buclin <LpSolit@gmail.com>
Wed, 3 Aug 2011 07:56:25 +0000 (09:56 +0200)
committerFrédéric Buclin <LpSolit@gmail.com>
Wed, 3 Aug 2011 07:56:25 +0000 (09:56 +0200)
r/a=mkanat

Bugzilla/Install/Requirements.pm

index 5f276bf25dc1e443dfdf3d48659ff7790898cf85..c22c2de342cff25d5ef177dda0d150af73378021 100644 (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',