Hi Folks,

I'm trying to install HTML::Tidy on OS X 10.3.9 with perl 5.8.3

I've followed Andy Lester's instructions for OSX. I've tried installing the tidy libraries via Fink (tidy-dev package) AND directly from source. Either way, one test fails as detailed below. I thought it might have been a line ending problem with the test file but that does not seem to be the case. For what it's worth, I had no trouble installing both tidy and HTML::Tidy on a linux (Fedora) box using the same distributions. Has anyone else seen this error?

Thanks!
Sergej



sergej# make test
PERL_DL_NONLAZY=1 /usr/local/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00-load............ok
t/extra-quote........ok
t/ignore-text........ok
t/ignore.............ok
t/levels.............ok
t/message............ok
t/perfect............ok
t/pod-coverage.......ok
t/pod................ok
t/segfault-form......ok
t/simple.............ok
t/too-many-titles....ok
t/venus..............NOK 3
#   Failed test 'Cooked stuff looks like what we expected'
#   in t/venus.t at line 34.
#     Structures begin differing at:
#          $got->[47] = '    <center>'
#     $expected->[47] = '    <address>'
# Looks like you failed 1 test of 3.
t/venus..............dubious
        Test returned status 1 (wstat 256, 0x100)
DIED. FAILED test 3
        Failed 1/3 tests, 66.67% okay
Failed Test Stat Wstat Total Fail  Failed  List of Failed
-------------------------------------------------------------------------------
t/venus.t      1   256     3    1  33.33%  3
Failed 1/13 test scripts, 92.31% okay. 1/56 subtests failed, 98.21% okay.
make: *** [test_dynamic] Error 2

Reply via email to