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