From: Will Budic Date: Mon, 28 Oct 2019 16:40:59 +0000 (+1100) Subject: upd. X-Git-Url: https://lifelog.hopto.org/gitweb/?a=commitdiff_plain;h=d3a242eb585b8e6f71ab82c2bdd34d0ddd5d002a;p=LifeLog.git upd. --- diff --git a/Current Development Check List.md b/Current Development Check List.md index 183ec72..8540210 100644 --- a/Current Development Check List.md +++ b/Current Development Check List.md @@ -22,6 +22,7 @@ This version is not compatible in data structure to prior versions. Data migrati ## Urgent FIXES and Known Issuses +* Expired sessions, swallow submits into void. * CVS Export and Import has not been implemented for RTF type log entries. ✔ Dynamic toggle of page sections, interaction fixed, bettered. ✔ View by Date - search not showing current month entries. diff --git a/Installation.txt b/Installation.txt index b746eb9..53f6819 100644 --- a/Installation.txt +++ b/Installation.txt @@ -74,6 +74,12 @@ sudo cpanm DBD::SQLite https://www.sqlite.org/download.html +# Install Perl, properly, don't use the distro provided perl interpreter. +https://learn.perl.org/installing/unix_linux.html +# Perl compiled based on your hardware infrastructure, is Very Good. + +sudo cpan Perl::LanguageServer + #Install or make sure you have following perl modules. sudo cpanm DateTime;