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:
4e4bd8f
)
InstallationCheck: Module mit leerer Importliste prüfen, weil sonst diverse Module...
author
Sven Schöling
<s.schoeling@linet-services.de>
Wed, 29 Aug 2012 09:38:12 +0000
(11:38 +0200)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Wed, 29 Aug 2012 09:38:12 +0000
(11:38 +0200)
SL/InstallationCheck.pm
patch
|
blob
|
history
diff --git
a/SL/InstallationCheck.pm
b/SL/InstallationCheck.pm
index
6ae1494
..
397a99f
100644
(file)
--- a/
SL/InstallationCheck.pm
+++ b/
SL/InstallationCheck.pm
@@
-60,7
+60,7
@@
sub module_available {
my $module = $_[0];
my $version = $_[1] || '' ;
- my $got = eval "use $module $version; 1";
+ my $got = eval "use $module $version
()
; 1";
if ($got) {
return ($got, $module->VERSION);