From: wbudic Date: Fri, 17 Dec 2021 00:12:52 +0000 (+1100) Subject: upd. to now default to v.30+. X-Git-Url: https://lifelog.hopto.org/gitweb/?a=commitdiff_plain;h=3431e28e451f89349491b56c8e04b67ed3700fa9;p=LifeLog.git upd. to now default to v.30+. --- diff --git a/Installation.txt b/Installation.txt index e01e647..9669928 100644 --- a/Installation.txt +++ b/Installation.txt @@ -254,6 +254,11 @@ sudo update-rc.d startDevWebServer.sh defaults #Developer Notes +* For vscode. Before installing perl, and perl::LanguageServer extension. + *$ sudo cpan -r Perl::LanguageServer + * This will recompile and test the language server with the system default installation of perl you have. + * With out the -r option, you might have experimental features compatibilities issues. + ##Automate GIT Push vim your ./LifeLog/.git/conf file to include: diff --git a/htdocs/cgi-bin/main.cgi b/htdocs/cgi-bin/main.cgi index 3411144..1172638 100755 --- a/htdocs/cgi-bin/main.cgi +++ b/htdocs/cgi-bin/main.cgi @@ -3,12 +3,11 @@ # Programed by: Will Budic # Open Source License -> https://choosealicense.com/licenses/isc/ # -use v5.15; +use v5.30; #use diagnostics; use warnings; use strict; -use experimental qw( switch ); -no warnings 'experimental'; +#no warnings 'experimental'; use Exception::Class ('LifeLogException'); use Syntax::Keyword::Try; use DBI; @@ -530,14 +529,14 @@ sub buildLog { #Replace with a full link an HTTP URI if ( $log =~ /);