projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e327ee0
)
find-use: HTML::Entities
author
Sven Schöling
<s.schoeling@linet-services.de>
Mon, 17 Jul 2017 10:01:04 +0000
(12:01 +0200)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Mon, 17 Jul 2017 10:01:04 +0000
(12:01 +0200)
scripts/find-use.pl
patch
|
blob
|
history
diff --git
a/scripts/find-use.pl
b/scripts/find-use.pl
index
351ed86
..
f385991
100755
(executable)
--- 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(