From 36607734949d1736c36ed7b9f3a12a74d7a8ce86 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 15 Mar 2021 03:01:24 +0000 Subject: CTAN sync 202103150301 --- support/latexindent/latexindent-module-installer.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'support/latexindent/latexindent-module-installer.pl') 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"; } -- cgit v1.2.3