I merged in the Pathtool 3.0.5 into my Perl 5.8.6 distribution, and it fixed most of the problems.
It does seem to have introduced three new problems though. Before: lib/ExtUtils/t/basic.................FAILED at test 2 lib/ExtUtils/t/INST_PREFIX...........FAILED at test 2 lib/ExtUtils/t/INST..................FAILED at test 2 lib/ExtUtils/t/Manifest..............FAILED at test 24 lib/ExtUtils/t/postamble.............FAILED at test 2 lib/ExtUtils/t/prereq_print..........FAILED at test 2 lib/ExtUtils/t/recurs................FAILED at test 5 lib/ExtUtils/t/VERSION_FROM..........FAILED at test 1 lib/ExtUtils/t/writemakefile_args....FAILED at test 1 After: lib/Test/Simple/t/fail-like..........FAILED at test 2 lib/Test/Simple/t/fail-more..........FAILED at test 2 lib/Test/Simple/t/is_deeply..........FAILED at test 23 possibly due to extra output Note is_deeply only has 22 tests, and they all pass when it is run by it self. -John [EMAIL PROTECTED] Personal Opinion Only