Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 1cff7d80

Von Sven Schöling vor etwa 6 Jahren hinzugefügt

  • ID 1cff7d8034b00f4fd365a716596b54b798f035d7
  • Vorgänger 932f2895
  • Nachfolger fc9548f8

InstallationCheck: String::Shellcode nicht zur compilezeit laden

Unterschiede anzeigen:

SL/InstallationCheck.pm
127 127

  
128 128
sub classes_from_latex {
129 129
  my ($path, $class) = @_;
130
  eval { use String::ShellQuote; 1 } or warn "can't load String::ShellQuote" && return;
130
  eval { require String::ShellQuote; 1 } or warn "can't load String::ShellQuote" && return;
131 131
  $path  = shell_quote $path;
132 132
  $class = shell_quote $class;
133 133

  

Auch abrufbar als: Unified diff