Skip to content

Commit

Permalink
Installation-Check: uniq wird nicht standardmäßig exportiert von List…
Browse files Browse the repository at this point in the history
…::MoreUtils

Die Umstellung auf "require" hat damit die Prüfung der LaTeX-Pakete
kaputt gemacht.
  • Loading branch information
bblessmann committed May 23, 2024
1 parent 9dc7e74 commit 7c2a73e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/installation_check.pl
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ sub check_template_dir {
print_header("Checking LaTeX Dependencies for Master Templates '$dir'");
kpsewhich($path, 'cls', $_) for SL::InstallationCheck::classes_from_latex($path, '\documentclass');

my @sty = sort { $a cmp $b } uniq (
my @sty = sort { $a cmp $b } List::MoreUtils::uniq (
SL::InstallationCheck::classes_from_latex($path, '\usepackage'),
qw(textcomp ulem embedfile)
);
Expand Down

0 comments on commit 7c2a73e

Please sign in to comment.