Home > Archive > LibWWW > December 2005 > LWP 5.803 build failure on Mac OS X 10.3.9
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
LWP 5.803 build failure on Mac OS X 10.3.9
|
|
| Ed Ravin 2005-12-05, 8:13 am |
| I'm trying to do CPANish things on my Panther system. Using the "cpan"
command to install things, inevitably leads to a download of LWP, but
the test phase fails:
html/form.............NOK 99# Test 99 got: '' (html/form.t at line 476)
# Expected: 'zero'
# html/form.t line 476 is: ok(join(":",
$f->find_input("r0")->value_names), "zero");
html/form.............FAILED test 99
Failed 1/103 tests, 99.03% okay
Are there any workarounds?
Thanks,
-- Ed
| |
| Gisle Aas 2005-12-06, 4:01 am |
| Ed Ravin <eravin@panix.com> writes:
> I'm trying to do CPANish things on my Panther system. Using the "cpan"
> command to install things, inevitably leads to a download of LWP, but
> the test phase fails:
>
> html/form.............NOK 99# Test 99 got: '' (html/form.t at line 476)
>
> # Expected: 'zero'
> # html/form.t line 476 is: ok(join(":",
> $f->find_input("r0")->value_names), "zero");
> html/form.............FAILED test 99
>
> Failed 1/103 tests, 99.03% okay
>
> Are there any workarounds?
Retry it. This failure is cased by HTML-Parser-3.47 and was fixed by
3.48 that was uploaded to CPAN Dec 2nd.
Regards,
Gisle
|
|
|
|
|