summaryrefslogtreecommitdiff
path: root/support/latexindent/latexindent-module-installer.pl
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2021-03-15 03:01:24 +0000
committerNorbert Preining <norbert@preining.info>2021-03-15 03:01:24 +0000
commit36607734949d1736c36ed7b9f3a12a74d7a8ce86 (patch)
tree16f4b95c6487768dc8c9ab93a82bbcfe6e7f35df /support/latexindent/latexindent-module-installer.pl
parent954d393d844eacce4354b6174613f467bcd7a257 (diff)
CTAN sync 202103150301
Diffstat (limited to 'support/latexindent/latexindent-module-installer.pl')
-rwxr-xr-xsupport/latexindent/latexindent-module-installer.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/latexindent/latexindent-module-installer.pl b/support/latexindent/latexindent-module-installer.pl
index e45fdcbe73..786c37b641 100755
--- a/support/latexindent/latexindent-module-installer.pl
+++ b/support/latexindent/latexindent-module-installer.pl
@@ -20,7 +20,7 @@ use warnings;
print ("============\nlatexindent.pl module installer\n============\n");
print ("Would you like to run the following commands?\n");
-my @modulesToInstall = ("cpanm YAML::Tiny","cpanm File::HomeDir","cpanm Unicode::GCString","cpanm Log::Log4perl","cpanm Log::Dispatch");
+my @modulesToInstall = ("cpanm YAML::Tiny","cpanm File::HomeDir","cpanm Unicode::GCString");
foreach (@modulesToInstall) {
print $_,"\n";
}