I downloaded newly released HTML::Parser 3.07 and managed to install without 
error. But when I use libwww 5.47 to compile, below error message occurs. 
Anyone knows what went wrong?

...LTW

[root@wonder libwww-perl-5.47]# make test
/usr/bin/perl -e 'use Config; chdir q{./blib/script}; foreach (qw(GET HEAD 
POST)) {' \
-e 'unlink "$_";' \
-e 'system("$Config{\"lns\"} lwp-request $_") && die; }'
/usr/bin/perl t/TEST 0
base/common-req.....ok
base/cookies........ok
base/date...........ok
base/headers-auth...ok
base/headers-etag...ok
base/headers-util...ok
base/headers........ok
base/listing........ok
base/mediatypes.....ok
base/message........ok
base/negotiate......ok
base/response.......ok
base/status.........ok
html/form...........Modification of a read-only value attempted at 
/usr/lib/perl5/site_perl/HTML/TokeParser.pm line 27.
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] Error 2

----Original Message Follows----
From: Paul Schinder <[EMAIL PROTECTED]>
To: "Lee Theam Wah" <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
Subject: Re: problem making HTML::Parser module in linux
Date: Sun, 19 Mar 2000 21:37:01 -0500

At 9:59 AM -0500 3/20/00, Lee Theam Wah wrote:
>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

Upgrade your perl version (current is 5.005_03, and 5.6 is imminent),
or use HTML::Parser 3.05.

>
>
>______________________________________________________
>Get Your Private, Free Email at http://www.hotmail.com

--
--
Paul Schinder
[EMAIL PROTECTED]

______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com

Reply via email to