find-use: HTML::Entities
[kivitendo-erp.git] / scripts / find-use.pl
index 351ed86..f385991 100755 (executable)
@@ -58,7 +58,10 @@ my (%uselines, %modules, %supplied, %requires);
   },
   'Archive::Zip' => {
     'Archive::Zip::Member'               => 1,
-  }
+  },
+  'HTML::Parser' => {
+    'HTML::Entities'                     => 1,
+  },
 );
 
 GetOptions(