From 04affa34f56018c9065e202cfe911d503ff5520a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Mon, 17 Jul 2017 12:01:04 +0200 Subject: [PATCH] find-use: HTML::Entities --- scripts/find-use.pl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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( -- 2.20.1