From d3a242eb585b8e6f71ab82c2bdd34d0ddd5d002a Mon Sep 17 00:00:00 2001 From: Will Budic Date: Tue, 29 Oct 2019 03:40:59 +1100 Subject: [PATCH] upd. --- Current Development Check List.md | 1 + Installation.txt | 6 ++++++ 2 files changed, 7 insertions(+) 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; -- 2.34.1