Run make test with TEST_VERBOSE=1 to find out which test is failing.
--
Mac :})
----- Original Message -----
From: "Lee Theam Wah" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, March 20, 2000 1:59
Subject: problem making HTML::Parser module in linux
> I tried to make the HTML::Parser module unsuccessfully. Error message as
> shown. Can anyone tell me what I have done wrong?
>
> ltw
>
> [root@wonder HTML-Parser-3.06]# make test
> PERL_DL_NONLAZY=1 /usr/bin/perl -I./blib/arch -I./blib/lib
> -I/usr/lib/perl5/i386-linux/5.00404 -I/usr/lib/perl5 -e 'use Test::Harness
> qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t
> t/api_version.......ok
> t/argspec-bad.......ok
> t/argspec...........ok
> t/cases.............ok
> t/comment...........ok
> t/crashme...........ok
> t/default...........Modification of a read-only value attempted at
> blib/lib/HTML/Parser.pm line 74.
> dubious
> Test returned status 2 (wstat 512, 0x200)
> Undefined subroutine &Test::Harness::WCOREDUMP called at
> /usr/lib/perl5/Test/Harness.pm line 252.
> make: *** [test_dynamic] Error 2