X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/42b702a6bbfdef8a094b1fafbdf205c986efd7be..1cd85a06d6541f15f8f080c215ae46d39d19a2db:/SL/InstallationCheck.pm diff --git a/SL/InstallationCheck.pm b/SL/InstallationCheck.pm index 74cb83e88..96c8a0694 100644 --- a/SL/InstallationCheck.pm +++ b/SL/InstallationCheck.pm @@ -20,10 +20,10 @@ use vars qw(@required_modules @optional_modules); { "name" => "List::Util", "url" => "http://search.cpan.org/~gbarr/" }, { "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/" }, ); @optional_modules = ( - { "name" => "PDF::API2", "url" => "http://search.cpan.org/~areibens/" }, ); sub module_available {