From 40bf406fe82573ddfecf19284d703af83476d90d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20B=C3=BCren?= Date: Thu, 21 Jan 2010 16:09:25 +0100 Subject: [PATCH] =?utf8?q?XML::Writer=20als=20required=20Modul=20f=C3=BCr?= =?utf8?q?=20SEPA-Export=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- SL/InstallationCheck.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/SL/InstallationCheck.pm b/SL/InstallationCheck.pm index 0c1591662..c2b309f25 100644 --- a/SL/InstallationCheck.pm +++ b/SL/InstallationCheck.pm @@ -23,6 +23,7 @@ use strict; { "name" => "Template", "url" => "http://search.cpan.org/~abw/" }, { "name" => "Digest::MD5", "url" => "http://search.cpan.org/~gaas/" }, { "name" => "PDF::API2", "url" => "http://search.cpan.org/~areibens/" }, + { "name" => "XML::Writer", "url" => "http://search.cpan.org/~josephw/" }, ); @optional_modules = ( -- 2.20.1