X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FInstallationCheck.pm;h=5f44cd2d4ba68e30886134477a02acf59d72e525;hb=0c472ce6b2b803cd57b8361d778fb711dc3549ba;hp=84ee43d677b8c25d5f9ecfc2912f4993fa03212c;hpb=7b46961a8eaa5ae92dfd003de717c49f9203e5ec;p=kivitendo-erp.git 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 {