X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FInstallationCheck.pm;h=d3515147482b4c0d43fb1f105f52a05261bcf8de;hb=2d228125932b6461719788a8c939ab114ff0c657;hp=ec2b719dc1aa712039cc5d921fd3fbd047cd938a;hpb=3720cd5e3b013e1b1af311179b383e9f61832baa;p=kivitendo-erp.git 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;