X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FInstallationCheck.pm;h=c2b309f25c5767b32ef21b93401655516d407fc0;hb=acbc5dafe5f409ac2f4e84ca13e9647e74359537;hp=96c8a0694fb175d4551882c88f09795d7238fdbc;hpb=d43904e8740303c640001b7362eac01d7df019c6;p=kivitendo-erp.git diff --git a/SL/InstallationCheck.pm b/SL/InstallationCheck.pm index 96c8a0694..c2b309f25 100644 --- a/SL/InstallationCheck.pm +++ b/SL/InstallationCheck.pm @@ -5,6 +5,8 @@ use IO::File; use vars qw(@required_modules @optional_modules); +use strict; + @required_modules = ( { "name" => "Class::Accessor", "url" => "http://search.cpan.org/~kasei/" }, { "name" => "CGI", "url" => "http://search.cpan.org/~lds/" }, @@ -21,6 +23,7 @@ use vars qw(@required_modules @optional_modules); { "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 = (