rwburden has asked for the wisdom of the Perl Monks concerning the following question:
on the HTML-Parser-3.45 package from CPAN, make testproduced the following output:perl Makefile.PL make
Here's the entire output:t/headparser-http...FAILED before any test output arrived t/headparser......../\x{FEFF}/: Can't use \x{} without 'use utf8' decl +aration at blib/lib/HTML/HeadParser.pm line 211. Compilation failed in require at t/headparser.t line 84. dubious
PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib -I/System/Libra +ry/Perl/darwin -I/System/Library/Perl -e 'use Test::Harness qw(&runte +sts $verbose); $verbose=0; runtests @ARGV;' t/*.t t/api_version.......ok t/argspec-bad.......ok t/argspec...........ok t/argspec2..........ok t/attr-encoded......ok t/callback..........ok t/case-sensitive....ok t/cases.............ok t/comment...........ok t/crashme...........ok t/declaration.......ok t/default...........ok t/dtext.............ok t/entities..........ok t/entities2.........ok t/filter-methods....ok t/filter............ok t/handler-eof.......ok t/handler...........ok t/headparser-http...FAILED before any test output arrived t/headparser......../\x{FEFF}/: Can't use \x{} without 'use utf8' decl +aration at blib/lib/HTML/HeadParser.pm line 211. Compilation failed in require at t/headparser.t line 84. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-6 Failed 6/6 tests, 0.00% okay t/ignore............ok t/largetags.........ok t/linkextor-base....ok t/linkextor-rel.....ok t/magic.............ok t/marked-sect.......ok t/msie-compat.......ok t/offset............ok t/options...........ok t/parsefile.........ok t/parser............ok t/plaintext.........ok t/process...........ok t/pullparser........ok t/script............ok t/skipped-text......ok t/stack-realloc.....ok t/textarea..........ok t/tokeparser........ok t/uentities.........skipped: This perl does not support Unicode t/unbroken-text.....ok t/unicode-bom.......skipped: This perl does not support Unicode t/unicode...........skipped: This perl does not support Unicode t/xml-mode..........ok Failed Test Status Wstat Total Fail Failed List of failed ---------------------------------------------------------------------- +--------- t/headparser-ht ?? ?? % ?? t/headparser.t 255 65280 6 6 100.00% 1-6 3 tests skipped. Failed 2/45 test scripts, 95.56% okay. 6/242 subtests failed, 97.52% o +kay. make: *** [test_dynamic] Error 25
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: HTML::HeadParser install failure: can't \x{} without use utf8;
by dave_the_m (Monsignor) on Jan 24, 2005 at 23:56 UTC |