From 629b13f88ad59e95bc84b7c726e0e9c1b44d3ece Mon Sep 17 00:00:00 2001 From: Will Budic Date: Tue, 28 Nov 2023 21:57:27 +1100 Subject: [PATCH] New APP_SETTINGS instruction dev., version 3.1 changed. --- system/modules/CNFParser.pm | 2 +- tests/testAppSettings.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; -- 2.34.1