X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/3720cd5e3b013e1b1af311179b383e9f61832baa..ed9b1bfb7:/SL/InstallationCheck.pm diff --git a/SL/InstallationCheck.pm b/SL/InstallationCheck.pm index ec2b719dc..d35151474 100644 --- a/SL/InstallationCheck.pm +++ b/SL/InstallationCheck.pm @@ -127,7 +127,7 @@ sub template_dirs { sub classes_from_latex { my ($path, $class) = @_; - eval { use String::ShellQuote; 1 } or warn "can't load String::ShellQuote" && return; + eval { require String::ShellQuote; 1 } or warn "can't load String::ShellQuote" && return; $path = shell_quote $path; $class = shell_quote $class;