]> jspc29.x-matter.uni-frankfurt.de Git - mvdsensorcontrol.git/commitdiff
further 'use lib ".";' fixes
authorMaps <maps@ikf>
Thu, 22 Aug 2019 12:28:25 +0000 (14:28 +0200)
committerMaps <maps@ikf>
Thu, 22 Aug 2019 12:28:25 +0000 (14:28 +0200)
tools/jtageditor.pl
tools/xmlOperation.pl

index 99ff677e7073d06d9e51c21b383835dc625af6a3..699ae0d540de91c8b389b887bbfce2ff158e2472 100755 (executable)
@@ -58,6 +58,7 @@ my $me = "jtageditor.pl";
 
 use strict;
 use warnings;
+use lib ".";
 use XML::LibXML;
 use POSIX;
 use CGI::Carp qw(fatalsToBrowser);
index b8253472e6743871c44d34f35fbbcfb0fd14d50c..c76f5617f211d971b3ac1a2dce0127800c677771 100755 (executable)
@@ -8,6 +8,7 @@ my $me = "xmlOperation.pl";
 
 use strict;
 use warnings;
+use lib ".";
 use XML::LibXML;
 use POSIX;
 use CGI ':standard';