X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/5ecfae1c3691bbac614fd2dbf2036d5e5f28ba21..6454c25f66fd37513e8f8e94167c019e372c3ef7:/SL/InstallationCheck.pm diff --git a/SL/InstallationCheck.pm b/SL/InstallationCheck.pm index 6ae14948b..397a99f24 100644 --- 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);