find-use: URI::Escape
[kivitendo-erp.git] / scripts / find-use.pl
index f385991..da5d65f 100755 (executable)
@@ -62,6 +62,9 @@ my (%uselines, %modules, %supplied, %requires);
   'HTML::Parser' => {
     'HTML::Entities'                     => 1,
   },
+  'URI' => {
+    'URI::Escape'                        => 1,
+  },
 );
 
 GetOptions(