From: Will Budic Date: Tue, 28 Nov 2023 10:57:27 +0000 (+1100) Subject: New APP_SETTINGS instruction dev., version 3.1 changed. X-Git-Url: https://lifelog.hopto.org/gitweb/?a=commitdiff_plain;h=629b13f88ad59e95bc84b7c726e0e9c1b44d3ece;p=PerlCNF.git New APP_SETTINGS instruction dev., version 3.1 changed. --- diff --git a/system/modules/CNFParser.pm b/system/modules/CNFParser.pm index 648e3ae..61c7c0f 100644 --- a/system/modules/CNFParser.pm +++ b/system/modules/CNFParser.pm @@ -1147,7 +1147,7 @@ sub runPostParseProcessors { ### # Setup and pass to pluging CNF functionality. -# @TODO Current Under development. +# @TODO Currently Under development. ### sub doPlugin { my ($self, $struct) = @_; diff --git a/tests/testAppSettings.pl b/tests/testAppSettings.pl index 17ddc0e..da1f4ef 100644 --- a/tests/testAppSettings.pl +++ b/tests/testAppSettings.pl @@ -1,7 +1,7 @@ use warnings; use strict; use 5.36.0; use lib "tests"; -use lib "/system/modules"; +use lib "system/modules"; require TestManager; require CNFParser;