X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/4e3d7a2e64528970fb1927526a289f9b0c76f409..eabb0fd8c765a8d27c93a35f6092d2bc04348e8d:/SL/InstallationCheck.pm diff --git a/SL/InstallationCheck.pm b/SL/InstallationCheck.pm index dc2a124f0..2c92136a3 100644 --- a/SL/InstallationCheck.pm +++ b/SL/InstallationCheck.pm @@ -16,6 +16,7 @@ use vars qw(@required_modules); { "name" => "IO::Wrap", "url" => "http://search.cpan.org/~dskoll/" }, { "name" => "Text::CSV_XS", "url" => "http://search.cpan.org/~hmbrand/" }, { "name" => "List::Util", "url" => "http://search.cpan.org/~gbarr/" }, + { "name" => "Template", "url" => "http://search.cpan.org/~abw/" }, ); sub module_available {