From cd71354160c16768196599d34286dbdd5e3d480f Mon Sep 17 00:00:00 2001 From: Maps Date: Thu, 22 Aug 2019 14:28:25 +0200 Subject: [PATCH] further 'use lib ".";' fixes --- tools/jtageditor.pl | 1 + tools/xmlOperation.pl | 1 + 2 files changed, 2 insertions(+) diff --git a/tools/jtageditor.pl b/tools/jtageditor.pl index 99ff677..699ae0d 100755 --- a/tools/jtageditor.pl +++ b/tools/jtageditor.pl @@ -58,6 +58,7 @@ my $me = "jtageditor.pl"; use strict; use warnings; +use lib "."; use XML::LibXML; use POSIX; use CGI::Carp qw(fatalsToBrowser); diff --git a/tools/xmlOperation.pl b/tools/xmlOperation.pl index b825347..c76f561 100755 --- a/tools/xmlOperation.pl +++ b/tools/xmlOperation.pl @@ -8,6 +8,7 @@ my $me = "xmlOperation.pl"; use strict; use warnings; +use lib "."; use XML::LibXML; use POSIX; use CGI ':standard'; -- 2.43.0