X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/e765448cae9f91754d3e93b377705f8533e0b842..f6e5b55ae22f3fda6863e8a14e07bc8ca6664564:/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 {