backing out previous fix to importxml.pl. It fixed it on Perl 5.6 and broke it…

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.
parent ce7bf3fe
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment