From: Sven Schöling Date: Mon, 17 Jul 2017 10:01:04 +0000 (+0200) Subject: find-use: HTML::Entities X-Git-Tag: release-3.5.4~1015 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=04affa34f56018c9065e202cfe911d503ff5520a;p=kivitendo-erp.git find-use: HTML::Entities --- diff --git a/scripts/find-use.pl b/scripts/find-use.pl index 351ed86db..f3859916e 100755 --- a/scripts/find-use.pl +++ b/scripts/find-use.pl @@ -58,7 +58,10 @@ my (%uselines, %modules, %supplied, %requires); }, 'Archive::Zip' => { 'Archive::Zip::Member' => 1, - } + }, + 'HTML::Parser' => { + 'HTML::Entities' => 1, + }, ); GetOptions(