Revert "Bug 11190: sitemap.pl -- Generate a Catalog sitemap"
authorFrédéric Demians <f.demians@tamil.fr>
Sat, 5 Dec 2015 07:29:57 +0000 (08:29 +0100)
committerFrédéric Demians <f.demians@tamil.fr>
Sat, 5 Dec 2015 07:29:57 +0000 (08:29 +0100)
This reverts commit e0a8173d10cc0f307dd95118e294c727c285e142.

This feature introduces new dependencies, and make UT failing without them,
which prevents package building.

Signed-off-by: Frédéric Demians <f.demians@tamil.fr>

C4/Installer/PerlDependencies.pm

index e37b51a..805bc1c 100644 (file)
@@ -747,11 +747,6 @@ our $PERL_DEPS = {
         'required' => '0',
         'min_ver'  => '0.614',
     },
-    'XML::Writer' => {
-        'usage'    => 'Command line scripts',
-        'required' => '0',
-        'min_ver'  => '0.614',
-    },
 };
 
 1;