]> lifelog.hopto.org Git - PerlCNFWEBServer.git/commitdiff
init
authorWill Budic <redacted>
Thu, 15 May 2025 08:51:14 +0000 (18:51 +1000)
committerWill Budic <redacted>
Thu, 15 May 2025 08:51:14 +0000 (18:51 +1000)
install_cpan_modules_required.pl

index c57391228b9993bb868b78bcce3f3fcbf9b0d04b..65bb0ea4c3b88cbb81c3d4cbe07355eaea4c7f6f 100755 (executable)
@@ -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";