Checking if your kit is complete... Looks good Writing Makefile for File::Tools cp lib/File/Tools.pm blib/lib/File/Tools.pm Manifying blib/man3/File::Tools.3 PERL_DL_NONLAZY=1 /export/home/cpanrun/build/5.6.1/bin/perl -Iblib/arch -Iblib/lib -I/export/home/cpanrun/build/5.6.1/lib/5.6.1/sun4-solaris-thread-multi -I/export/home/cpanrun/build/5.6.1/lib/5.6.1 -e 'use Test::Harness qw(&runtests $verbose); $verbose=1; runtests @ARGV;' t/*.t t/01-load...........1..8 ok 1 - use File::Tools; ok 2 - awk not implemented ok 3 - cat not implemented ok 4 - df not implemented ok 5 - diff not implemented ok 6 - rm not implemented ok 7 - sed not implemented ok 8 - tail not implemented ok t/02-small..........1..12 ok 1 - catfile and basename ok 2 - catfile, dirname, catfile ok 3 - slurp of one file works ok 4 - slurp of two files works ok 5 - slurp of two files (and one missing) works ok 6 - warning received correctly ok 7 - pushd changes to the new directory ok 8 - pushd returns the new directory ok 9 - popd returns the original directory ok 10 - popd changes to the original directory ok 11 - filed copied is the same ok 12 - filed copied is the same ok t/90-pod............1..0 # Skip Test::Pod 1.00 required for testing POD skipped: Test::Pod 1.00 required for testing POD t/91-pod-coverage...1..0 # Skip Test::Pod::Coverage 1.00 required for testing POD coverage skipped: Test::Pod::Coverage 1.00 required for testing POD coverage t/cut...............ok 1 - bytes => 1 ok 2 - bytes => 4 ok 3 - bytes => 10 ok 4 - bytes => 15 1..4 FAILED tests 1-4 Failed 4/4 tests, 0.00% okay t/iterators.........1..0 # Skip Not implemented yet. skipped: Not implemented yet. t/oop...............1..0 # Skip Not implemented yet. skipped: Not implemented yet. t/tar...............1..0 # Skip Not implemented yet. skipped: Not implemented yet. t/uniq..............1..6 ok 1 - uniq originally ok 2 ok 3 ok 4 - uniq originally ok 5 ok 6 ok Failed Test Status Wstat Total Fail Failed List of Failed -------------------------------------------------------------------------------- t/cut.t 4 4 100.00% 1-4 5 tests skipped. Failed 1/9 test scripts, 88.89% okay. 4/30 subtests failed, 86.67% okay. make: *** [test_dynamic] Error 29