Checking if your kit is complete... Looks good Writing Makefile for later cp lib/later.pm blib/lib/later.pm Manifying blib/man3/later.3 PERL_DL_NONLAZY=1 /Users/cpanrun/build/5.10.0/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/01_test_compile............1..3 ok 1 - use later succeeds on existing module ok 2 - use later succeeds on non existing module ok 3 - use later fails if no module name ok t/02_test_no_args............1..6 ok 1 - module test1 has not been used yet ok 2 - module test1 has not been used yet use later: Failed to use package test1 inside package main. Eval says: Undefined subroutine &test1::export_to_level called at t//test1.pm line 15 BEGIN failed--compilation aborted at (eval 3) line 1. at t/02_test_no_args.t line 30 # Looks like you planned 6 tests but only ran 2. # Looks like your test died just after 2. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 3-6 Failed 4/6 tests, 33.33% okay t/03_test_import_args........1..7 ok 1 - module test2 has not been used yet ok 2 - module test2 has not been used yet use later: Failed to use package test2 inside package main. Eval says: Undefined subroutine &test2::export_to_level called at t//test2.pm line 22 BEGIN failed--compilation aborted at (eval 3) line 1. at t/03_test_import_args.t line 31 # Looks like you planned 7 tests but only ran 2. # Looks like your test died just after 2. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 3-7 Failed 5/7 tests, 28.57% okay t/04_test_invalid_module.....1..1 ok 1 - not compilable module cause exception ok t/05_test_unknown_module.....1..1 ok 1 - unkown module causes exception ok t/06_test_default_modules....1..2 ok 1 - loaded Data::Dumper ok 2 - Dumper returned the expected result ok t/07_test_object.............1..5 ok 1 - module is not used yet ok 2 - module is used now ok 3 - object looks good ok 4 - object says something ok 5 - undefined subroutines trigger error ok t/08_test_export_ok..........1..7 ok 1 - module is not used yet ok 2 - module is now used Undefined subroutine &main::foo called at t/08_test_export_ok.t line 36 ok 3 - foo says foo # Looks like you planned 7 tests but only ran 3. # Looks like your test died just after 3. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 4-7 Failed 4/7 tests, 42.86% okay t/09_test_later_in_later.....1..1 Undefined subroutine &main::foo called at t/09_test_later_in_later.t line 17 # Looks like your test died before it could output anything. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED test 1 Failed 1/1 tests, 0.00% okay t/pod-coverage...............1..0 # Skip Test::Pod::Coverage 1.04 required for testing POD coverage skipped all skipped: Test::Pod::Coverage 1.04 required for testing POD coverage t/pod........................1..1 ok 1 - blib/lib/later.pm ok Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/02_test_no_args.t 255 65280 6 8 3-6 t/03_test_import_args.t 255 65280 7 10 3-7 t/08_test_export_ok.t 255 65280 7 8 4-7 t/09_test_later_in_later.t 255 65280 1 2 1 1 test skipped. Failed 4/11 test scripts. 14/34 subtests failed. Files=11, Tests=34, 2 wallclock secs ( 0.81 cusr + 0.25 csys = 1.06 CPU) Failed 4/11 test programs. 14/34 subtests failed. make: *** [test_dynamic] Error 255