]> 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:59:41 +0000 (09:59 +0200)
committerFrédéric Buclin <LpSolit@gmail.com>
Wed, 3 Aug 2011 07:59:41 +0000 (09:59 +0200)
r/a=mkanat

Bugzilla/Install/Requirements.pm

index 5f4094f212810d456bb8866c192db6fa9314a3a2..3238246419f37044f7d57f745f77ce6d8d5bb535 100644 (file)
@@ -200,12 +200,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
@@ -219,6 +213,12 @@ sub OPTIONAL_MODULES {
         version => 0,
         feature => ['updates'],
     },
+    {
+        package => 'XML-Twig',
+        module  => 'XML::Twig',
+        version => 0,
+        feature => ['moving', 'updates'],
+    },
     {
         package => 'PatchReader',
         module  => 'PatchReader',