From c8afcd1311031b779337c30230280c67c4be9d1e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20Demians?= Date: Sat, 5 Dec 2015 08:29:57 +0100 Subject: [PATCH] Revert "Bug 11190: sitemap.pl -- Generate a Catalog sitemap" MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 --- C4/Installer/PerlDependencies.pm | 5 ----- 1 file changed, 5 deletions(-) diff --git a/C4/Installer/PerlDependencies.pm b/C4/Installer/PerlDependencies.pm index e37b51a161..805bc1c777 100644 --- a/C4/Installer/PerlDependencies.pm +++ b/C4/Installer/PerlDependencies.pm @@ -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; -- 2.39.5