Subject: | Make Test Fails |
Perl Version 5.8.5 running on OS X 10.3.5
After installing perl 5.8.5 with no problems I ran ( r ) in CPAN and found out that there was a newer version of URI. I downloaded the file and ran perl Makefile.pl and make with no problems. When I ran make tesst the following was the result:
t/abs............ok
t/clone..........ok
t/data...........ok
t/escape.........ok
t/file...........ok
t/ftp............ok
t/generic........ok
t/heuristic......FAILED test 7
Failed 1/15 tests, 93.33% okay
t/http...........ok
t/ldap...........ok
t/mailto.........ok
t/mix............ok
t/mms............ok
t/news...........ok
t/old-absconf....ok
t/old-base.......ok
t/old-file.......ok
t/old-relbase....ok
t/pop............ok
t/query-param....ok
t/query..........ok
t/rel............ok
t/rfc2732........ok
t/roy-test.......ok
t/rsync..........ok
t/rtsp...........ok
t/sip............ok
t/split..........ok
t/storable.......ok
t/urn-isbn.......skipped
all skipped: Needs the Business::ISBN module installed
t/urn-oid........ok
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/heuristic.t 15 1 6.67% 7
1 test skipped.
Failed 1/31 test scripts, 96.77% okay. 1/466 subtests failed, 99.79% okay.
make: *** [test_dynamic] Error 2
I decided to stay with the current version which produced no errors on make test.