Gisle just uploaded HTML-Parser-3.02 which should fix this.
--
Mac :})
----- Original Message -----
From: Marek Rouchal DAT CAD HW Tel 25849 <[EMAIL PROTECTED]>
To: Gisle Aas <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: 21 December, 1999 7:02
Subject: Re: HTML-Parser-3.00
> I've fetched HTML-Parser-3.01 which now runs beautifully, all tests
> succeed. Then I fetched HTML-Tree-0.53 and get errors:
>
> make test TEST_VERBOSE=1
> PERL_DL_NONLAZY=1
/opt/perl_5.005.03/bin/perl -Iblib/arch -Iblib/lib -I/opt/perl_5.005.03/lib
-I/opt/perl_5.005.03/share/lib -e 'use Test::Harness qw(&runtests $verbose);
$verbose=1; runtests @ARGV;' t/*.t
> t/oldparse..........Bad signature in parser state object at 31e60 at
blib/lib/HTML/Parse.pm line 144.
> 1..1
> dubious
> Test returned status 255 (wstat 65280, 0xff00)
> DIED. FAILED test 1
> Failed 1/1 tests, 0.00% okay
> t/parsefile.........Bad signature in parser state object at 3ba10 at
/opt/perl_5.005.03/lib/site_perl/HTML/Parser.pm line 96.
> 1..1
> dubious
> Test returned status 255 (wstat 65280, 0xff00)
> DIED. FAILED test 1
> Failed 1/1 tests, 0.00% okay
> t/split.............1..147 Bad signature in parser state object at 58c28
at t/split.t line 30.
> dubious
> Test returned status 255 (wstat 65280, 0xff00)
> DIED. FAILED tests 1-147
> Failed 147/147 tests, 0.00% okay
> Failed Test Status Wstat Total Fail Failed List of failed
> --------------------------------------------------------------------------
-----
> t/oldparse.t 255 65280 1 1 100.00% 1
> t/parsefile.t 255 65280 1 1 100.00% 1
> t/split.t 255 65280 147 147 100.00% 1-147
> Failed 3/3 test scripts, 0.00% okay. 149/149 subtests failed, 0.00% okay.
> *** Error code 255
> make: Fatal error: Command failed for target `test_dynamic'
>
> Does this ring any bell? Is there anything I can test additionally? I have
> perl5.005_03 on Solaris compiled with Sun WS Pro 5.0 with debugging turned
> on.