]> wagnertech.de Git - mfinanz.git/blobdiff - scripts/find-use.pl
Buchungsjournal: Abteilungsfilter bei Export berücksichtigen
[mfinanz.git] / scripts / find-use.pl
index 351ed86dbf544307463d531ad595d5d687173f42..8078e50eec489f32d9df0509571855962ce817ce 100755 (executable)
@@ -58,7 +58,16 @@ my (%uselines, %modules, %supplied, %requires);
   },
   'Archive::Zip' => {
     'Archive::Zip::Member'               => 1,
-  }
+  },
+  'HTML::Parser' => {
+    'HTML::Entities'                     => 1,
+  },
+  'URI' => {
+    'URI::Escape'                        => 1,
+  },
+  'File::MimeInfo' => {
+    'File::MimeInfo::Magic'              => 1,
+  },
 );
 
 GetOptions(