From: Will Budic Date: Thu, 15 May 2025 08:51:14 +0000 (+1000) Subject: init X-Git-Url: https://lifelog.hopto.org/gitweb/?a=commitdiff_plain;h=b359b2d6a0d546ffa4bc074afe8a44a42de3d8f8;p=PerlCNFWEBServer.git init --- diff --git a/install_cpan_modules_required.pl b/install_cpan_modules_required.pl index c573912..65bb0ea 100755 --- a/install_cpan_modules_required.pl +++ b/install_cpan_modules_required.pl @@ -10,7 +10,7 @@ use warnings; use strict; # cpan Term::ANSIColor; ## no critic (ProhibitStringyEval) use Term::ReadKey; -use Term::ANSIColor qw(:constants); +use Term::ANSIColor qw(:constants); use constant PERL_FILES_GLOB => "*local/*.pl local/*.pm system/modules/*.pm tests/*.pm tests/*.pl *.pl *.pm *.cgi";