From 397e706b4c72c9fe818b8c549b7ae59fe7671d95 Mon Sep 17 00:00:00 2001 From: Werner Hahn Date: Fri, 22 Sep 2017 02:30:20 +0200 Subject: [PATCH] =?utf8?q?WebshopApi:=20Installationcheck=20f=C3=BCr=20LWP?= =?utf8?q?-Module?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- SL/InstallationCheck.pm | 2 ++ 1 file changed, 2 insertions(+) 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' }, -- 2.20.1