Checking if your kit is complete... Looks good Writing Makefile for File::pushd cp lib/File/pushd.pod blib/lib/File/pushd.pod cp lib/File/pushd.pm blib/lib/File/pushd.pm Manifying blib/man3/File::pushd.3 PERL_DL_NONLAZY=1 /home/cpanrun/build/5.6.1/bin/perl -Iblib/arch -Iblib/lib -I/home/cpanrun/build/5.6.1/lib/5.6.1/i686-linux-thread-multi -I/home/cpanrun/build/5.6.1/lib/5.6.1 -e 'use Test::Harness qw(&runtests $verbose); $verbose=1; runtests @ARGV;' t/*.t t/File_pushd........1..37 ok 1 - use File::pushd; ok 2 - main->can(...) stat(DFASDFASDFASDFAS): No such file or directory at blib/lib/File/pushd.pm line 31 not ok 3 - pushd to nonexistant directory croaks # Failed test (t/File_pushd.t at line 38) # '' # doesn't match '/\ACan't/' stat(t): No such file or directory at blib/lib/File/pushd.pm line 31 ok 4 - The object isa File::pushd not ok 5 - change directory on pushd (relative path) # Failed test (t/File_pushd.t at line 49) # got: '/home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/File-pushd' # expected: '/home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/File-pushd/t' not ok 6 - object stringifies # Failed test (t/File_pushd.t at line 55) # got: '' # expected: '/home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/File-pushd/t' not ok 7 - revert directory when variable goes out of scope # Failed test (t/File_pushd.t at line 63) # got: '/home/cpanrun' # expected: '/home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/File-pushd' ok 8 - change directory on pushd (absolute path) not ok 9 - revert directory when variable goes out of scope # Failed test (t/File_pushd.t at line 78) # got: '/home/cpanrun' # expected: '/home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/File-pushd' ok 10 - change directory on pushd (upwards) not ok 11 - revert directory when variable goes out of scope # Failed test (t/File_pushd.t at line 91) # got: '/home/cpanrun' # expected: '/home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/File-pushd' ok 12 - change directory on pushd (rootdir) not ok 13 - revert directory when variable goes out of scope # Failed test (t/File_pushd.t at line 105) # got: '/home/cpanrun' # expected: '/home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/File-pushd' not ok 14 - pushd with no argument doesn't change directory # Failed test (t/File_pushd.t at line 115) # got: '/home/cpanrun' # expected: '/home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/File-pushd' not ok 15 - changing manually to another directory # Failed test (t/File_pushd.t at line 119) # got: '/home/cpanrun' # expected: '/home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/File-pushd/t' not ok 16 - revert directory when variable goes out of scope # Failed test (t/File_pushd.t at line 123) # got: '/home/cpanrun' # expected: '/home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/File-pushd' ok 17 - tempd changes to new temporary directory not ok 18 - revert directory when variable goes out of scope # Failed test (t/File_pushd.t at line 138) # got: '/home/cpanrun' # expected: '/home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/File-pushd' ok 19 - temporary directory removed ok 20 - tempd changes to new temporary directory ok 21 - mark temporary directory for preservation not ok 22 - revert directory when variable goes out of scope # Failed test (t/File_pushd.t at line 157) # got: '/home/cpanrun' # expected: '/home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/File-pushd' ok 23 - temporary directory preserved ok 24 - temporary directory manually cleaned up Can't locate object method "new" via package "File::Temp" (perhaps you forgot to load "File::Temp"?) at t/File_pushd.t line 169. # Looks like you planned 37 tests but only ran 24. # Looks like your test died just after 24. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 3, 5-7, 9, 11, 13-16, 18, 22, 25-37 Failed 25/37 tests, 32.43% okay Failed Test Status Wstat Total Fail Failed List of Failed -------------------------------------------------------------------------------- t/File_pushd.t 255 65280 37 25 67.57% 3, 5-7, 9, 11, 13-16, 18, 22, 25-37 Failed 1/1 test scripts, 0.00% okay. 25/37 subtests failed, 32.43% okay. make: *** [test_dynamic] Error 2