X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FInstallationCheck.pm;h=96c8a0694fb175d4551882c88f09795d7238fdbc;hb=c461ee8ac1d30075d427b1daaaae2f05595a80db;hp=74cb83e88390953f7b6a44b143098fb92a79373d;hpb=42b702a6bbfdef8a094b1fafbdf205c986efd7be;p=kivitendo-erp.git 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 {