aboutsummaryrefslogtreecommitdiffstats
path: root/importxml.pl
diff options
context:
space:
mode:
authorjustdave%syndicomm.com <>2001-06-01 09:27:52 +0000
committerjustdave%syndicomm.com <>2001-06-01 09:27:52 +0000
commit4946538c42e146a7d2ac309f69f12991caa305e1 (patch)
tree5b896d2ffeab754162a094b15311305de89f505c /importxml.pl
parentce7bf3fec2b2e1aaef1d538692d9dfe7bec93f17 (diff)
downloadbugs-4946538c42e146a7d2ac309f69f12991caa305e1.tar
bugs-4946538c42e146a7d2ac309f69f12991caa305e1.tar.gz
bugs-4946538c42e146a7d2ac309f69f12991caa305e1.tar.bz2
bugs-4946538c42e146a7d2ac309f69f12991caa305e1.tar.xz
bugs-4946538c42e146a7d2ac309f69f12991caa305e1.zip
backing out previous fix to importxml.pl. It fixed it on Perl 5.6 and broke it on Perl 5.005. Will need to investigate.
Diffstat (limited to 'importxml.pl')
-rwxr-xr-ximportxml.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/importxml.pl b/importxml.pl
index 6f2ca2706..b4b27b1e0 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;