From: Maps Date: Thu, 22 Aug 2019 12:28:25 +0000 (+0200) Subject: further 'use lib ".";' fixes X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=cd71354160c16768196599d34286dbdd5e3d480f;p=mvdsensorcontrol.git further 'use lib ".";' fixes --- 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';