X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FInstallationCheck.pm;fp=SL%2FInstallationCheck.pm;h=d3515147482b4c0d43fb1f105f52a05261bcf8de;hb=1cff7d8034b00f4fd365a716596b54b798f035d7;hp=ec2b719dc1aa712039cc5d921fd3fbd047cd938a;hpb=932f289597f4466ab198317b7edaa474ed9ed45d;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;