From: Werner Hahn Date: Fri, 22 Sep 2017 00:30:20 +0000 (+0200) Subject: WebshopApi: Installationcheck für LWP-Module X-Git-Tag: release-3.5.4~796 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=397e706b4c72c9fe818b8c549b7ae59fe7671d95;p=kivitendo-erp.git WebshopApi: Installationcheck für LWP-Module --- diff --git a/SL/InstallationCheck.pm b/SL/InstallationCheck.pm index b3e45af9c..0f537485b 100644 --- a/SL/InstallationCheck.pm +++ b/SL/InstallationCheck.pm @@ -39,6 +39,8 @@ BEGIN { { name => "JSON", url => "http://search.cpan.org/~makamaka", debian => 'libjson-perl' }, { name => "List::MoreUtils", version => '0.21', url => "http://search.cpan.org/~vparseval/", debian => 'liblist-moreutils-perl' }, { name => "List::UtilsBy", url => "http://search.cpan.org/~pevans/", debian => 'liblist-utilsby-perl' }, + { name => "LWP::Authen::Digest", url => "http://search.cpan.org/~gaas/", debian => 'libwww-perl', dist_name => 'libwww-perl' }, + { name => "LWP::UserAgent", url => "http://search.cpan.org/~gaas/", debian => 'libwww-perl', dist_name => 'libwww-perl' }, { name => "Params::Validate", url => "http://search.cpan.org/~drolsky/", debian => 'libparams-validate-perl' }, { name => "PBKDF2::Tiny", version => '0.005', url => "http://search.cpan.org/~arodland/", }, { name => "PDF::API2", version => '2.000', url => "http://search.cpan.org/~areibens/", debian => 'libpdf-api2-perl' },