From f30e92711a48569225bd1810b11c7ea91bae14d1 Mon Sep 17 00:00:00 2001 From: "justdave%syndicomm.com" <> Date: Fri, 1 Jun 2001 09:07:27 +0000 Subject: Fix for bug 57848, perl warnings in several files. Patch by Nick Hibma r= justdave@syndicomm.com --- importxml.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'importxml.pl') diff --git a/importxml.pl b/importxml.pl index b4b27b1e0..6f2ca2706 100755 --- a/importxml.pl +++ b/importxml.pl @@ -49,7 +49,7 @@ use strict; my $path = $0; $path =~ s#(.*)/[^/]+#$1#; chdir $path; -use lib ($path); +use lib "$path"; use XML::Parser; use Data::Dumper; -- cgit v1.2.3-24-g4f1b