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.

This commit is contained in:
justdave%syndicomm.com 2001-06-01 02:27:52 +00:00
Родитель bb1c25a4d0
Коммит 8ab8f92481
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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