X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/7b46961a8eaa5ae92dfd003de717c49f9203e5ec..dad628a3c28d66caf59d23c3c7a8949e39bff81c:/SL/InstallationCheck.pm?ds=inline diff --git a/SL/InstallationCheck.pm b/SL/InstallationCheck.pm index 84ee43d67..5f44cd2d4 100644 --- a/SL/InstallationCheck.pm +++ b/SL/InstallationCheck.pm @@ -12,6 +12,7 @@ use vars qw(@required_modules); { "name" => "Archive::Zip", "url" => "http://search.cpan.org/~adamk/" }, { "name" => "Text::Iconv", "url" => "http://search.cpan.org/~mpiotr/" }, { "name" => "Time::HiRes", "url" => "http://search.cpan.org/~jhi/" }, + { "name" => "YAML", "url" => "http://search.cpan.org/~ingy/" }, ); sub module_available {