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.

git-svn-id: svn://10.0.0.236/trunk@96165 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
justdave%syndicomm.com
2001-06-01 02:27:52 +00:00
parent f693a23060
commit 0ed9a380b7

View File

@@ -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;