I've been puzzling over this one for the last couple days and I'm stumped.
All I can think of is a corrupted HTML-Parser archive, but I don't see how
that could cause what you are seeing.

First rebuild again from a brand new temporary directory after downloading a
fresh copy of HTML-Parser-3.07.tar.gz, be sure to download in binary mode.
Then try single stepping through some of the t/*.t files that are failing to
see exactly what they are trying to do.  The command for that would be
(modulo the line wraps):

/opt/TWWfsw/perl5005/bin/perl -Iblib/arch -Iblib/lib
 -I/opt/TWWfsw/perl5005/lib/5.00503/PA-RISC1.1
 -I/opt/TWWfsw/perl5005/lib/5.00503 t/api_version.t
--
Mac :})
** I may forward private database questions to the DBI mail lists. **
----- Original Message -----
From: "Albert Chin-A-Young" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, March 27, 2000 11:10 AM
Subject: HTML-Parser 3.07 on HP-UX 11.00


> I'm getting the following errors from 'make test' with HTML-Parser
> 3.07 on HP-UX 11.00:
> PERL_DL_NONLAZY=1 /opt/TWWfsw/perl5005/bin/perl -Iblib/arch -Iblib/lib
> -I/opt/TWWfsw/perl5005/lib/5.00503/PA-RISC1.1
> -I/opt/TWWfsw/perl5005/lib/5.00503 -e 'use Test::Harness qw(&runtests
> $verbose); $verbose=0; runtests @ARGV;' t/*.t
> t/api_version.......Unrecognized identifier s in argspec at
> blib/lib/HTML/Parser.pm line 44.
> dubious
>         Test returned status 2 (wstat 512, 0x200)
> DIED. FAILED test 3
>         Failed 1/3 tests, 66.67% okay
> t/argspec-bad.......FAILED tests 1-4, 6
>         Failed 5/6 tests, 16.67% okay
> t/argspec...........Unrecognized identifier s in argspec at
> blib/lib/HTML/Parser.pm line 75.
> dubious
>         Test returned status 255 (wstat 65280, 0xff00)
> t/cases.............Unrecognized identifier s in argspec at
> blib/lib/HTML/Parser.pm line 44.
>
> HP-UX 10.20 compiled this just fine.
>
> --
> albert chin ([EMAIL PROTECTED])

Reply via email to