From a730d34238db1c8665a8b5e6973f19e5b3757820 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Wed, 29 Aug 2012 11:38:12 +0200 Subject: [PATCH] =?utf8?q?InstallationCheck:=20Module=20mit=20leerer=20Imp?= =?utf8?q?ortliste=20pr=C3=BCfen,=20weil=20sonst=20diverse=20Module=20den?= =?utf8?q?=20Namespace=20verpesten?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- SL/InstallationCheck.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.20.1