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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user