From: Will Budic Date: Thu, 18 Sep 2025 04:00:51 +0000 (+1000) Subject: upd. X-Git-Url: https://lifelog.hopto.org/gitweb/?a=commitdiff_plain;h=eb59bee233d8a4d4e982bbfa7eaf14bb1cdc5ad0;p=PerlCNF.git upd. --- diff --git a/tests/testSQL map_macro.pl b/tests/testSQL map_macro.pl index 5df5440..9f7fdaf 100644 --- a/tests/testSQL map_macro.pl +++ b/tests/testSQL map_macro.pl @@ -4,7 +4,7 @@ use Syntax::Keyword::Try; use Benchmark; use lib "tests"; -use lib '/home/will/dev_new/PerlCNF/system/modules'; +use lib 'system/modules'; # use lib "system/modules"; diff --git a/tests/testSQLPostgres_on_elite.pl b/tests/testSQLPostgres_on_elite.pl index 5337c05..5b07bba 100644 --- a/tests/testSQLPostgres_on_elite.pl +++ b/tests/testSQLPostgres_on_elite.pl @@ -3,7 +3,7 @@ use warnings; use strict; use Syntax::Keyword::Try; use Benchmark; use lib "tests"; -use lib '/home/will/dev_new/PerlCNF/system/modules'; +use lib 'system/modules'; # use lib "system/modules"; require TestManager;