summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/support/latexindent/latexindent-module-installer.pl
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/support/latexindent/latexindent-module-installer.pl')
-rwxr-xr-xMaster/texmf-dist/doc/support/latexindent/latexindent-module-installer.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/support/latexindent/latexindent-module-installer.pl b/Master/texmf-dist/doc/support/latexindent/latexindent-module-installer.pl
index e45fdcbe73d..786c37b6419 100755
--- a/Master/texmf-dist/doc/support/latexindent/latexindent-module-installer.pl
+++ b/Master/texmf-dist/doc/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";
}