X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/caf4380789ea2166eaf89f7a600406f850d64428..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);