Checking if your kit is complete... Looks good Writing Makefile for App::Env cp lib/App/Env/Example.pm blib/lib/App/Env/Example.pm cp lib/App/Env.pm blib/lib/App/Env.pm Manifying blib/man3/App::Env::Example.3 Manifying blib/man3/App::Env.3 PERL_DL_NONLAZY=1 /home/cpanrun/pa-risc1.1/build/5.6.1/bin/perl -Iblib/arch -Iblib/lib -I/home/cpanrun/pa-risc1.1/build/5.6.1/lib/5.6.1/PA-RISC1.1-thread-multi -I/home/cpanrun/pa-risc1.1/build/5.6.1/lib/5.6.1 -e 'use Test::Harness qw(&runtests $verbose); $verbose=1; runtests @ARGV;' t/*.t t/App-Env....1..1 ok 1 - use App::Env; ok t/cache......1..22 ok 1 - use App::Env; ok 2 - import func 1, cache on ok 3 - import func 2, cache on ok 4 - import func 2, deleted cache ok 5 - import func 2, cache on ok 6 - import func 3, cache on, new cache id ok 7 - import func 2, cache on, old cache id ok 8 - import func 3, cache on, old cache id ok 9 - merge cache: 1 ok 10 - merge cache: 2 ok 11 - merge cache: 3 ok 12 - merge cache: 4 ok 13 - merge cache: 5 ok 14 - merge cache: 6 ok 15 - uncache all ok 16 - method 1, cache on ok 17 - method 2, cache on ok 18 - method 1, cache on ok 19 - method 1, cache on ok 20 - obj merge: 1 ok 21 - obj merge: 2 ok 22 - obj merge: 1 check ok t/env........1..5 ok 1 - env ok 2 - env; exclude regexp ok 3 - env; exclude scalar ok 4 - env; exclude array ok 5 - env; exclude code ok t/envstr.....1..5 ok 1 - envstr ok 2 - envstr; exclude regexp ok 3 - envstr; exclude scalar ok 4 - envstr; exclude array ok 5 - envstr; exclude code ok t/site1......1..1 ok 1 - import func: pre-existing APP_ENV_SITE ok t/site2......1..1 ok 1 - import func: use App::Env::Site ok t/site3......1..1 ok 1 - import func: empty APP_ENV_SITE; override App::Env::Site ok t/system.....1..2 Can't locate object method "new" via package "File::Temp" (perhaps you forgot to load "File::Temp"?) at t/system.t line 16. # Looks like your test died before it could output anything. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-2 Failed 2/2 tests, 0.00% okay t/use1.......1..1 ok 1 - use App1 ok t/use2.......1..1 ok 1 - use App1 App2 ok t/use3.......1..1 ok 1 - use App1 App2; AppOpts ok Failed 1/11 test scripts, 90.91% okay. 2/41 subtests failed, 95.12% okay. Failed Test Stat Wstat Total Fail Failed List of Failed ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- t/system.t 255 65280 2 4 200.00% 1-2 make: *** [test_dynamic] Error 11