]> lifelog.hopto.org Git - LifeLog.git/commitdiff
upd.
authorWill Budic <redacted>
Mon, 28 Oct 2019 16:40:59 +0000 (03:40 +1100)
committerWill Budic <redacted>
Mon, 28 Oct 2019 16:40:59 +0000 (03:40 +1100)
Current Development Check List.md
Installation.txt

index 183ec72f642a1155befaa35914c680aad8594602..8540210e436755f02e64db3041b1f3259a02b78d 100644 (file)
@@ -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.
 &#10004; Dynamic toggle of page sections, interaction fixed, bettered.
 &#10004; View by Date - search not showing current month entries.
index b746eb96a7eb9e8eade8b54f5cd8eec80056c2ec..53f681992b7c44c496cf8a0a722f8391121a1996 100644 (file)
@@ -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;