From: Jan Büren Date: Thu, 21 Jan 2010 15:09:25 +0000 (+0100) Subject: XML::Writer als required Modul für SEPA-Export hinzugefügt X-Git-Tag: release-2.6.1beta1~64 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=40bf406fe82573ddfecf19284d703af83476d90d;p=kivitendo-erp.git XML::Writer als required Modul für SEPA-Export hinzugefügt --- 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 = (