Checking if your kit is complete... Looks good Writing Makefile for Test::Without::Module cp lib/Test/Without/Module.pm blib/lib/Test/Without/Module.pm Manifying blib/man3/Test::Without::Module.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-api..........................1..1 ok 1 - use Test::Without::Module; ok t/02-block-use-module.............1..4 ok 1 - use Test::Without::Module; ok 2 - Module list ok 3 - Importing raises an error ok 4 - Hid module ok t/03-block-require-module.........1..6 ok 1 - use Test::Without::Module; ok 2 - Loading raised error ok 3 - Hid module ok 4 - Module list not ok 5 - Local (require) confinement # TODO Implement lexical scoping # Failed (TODO) test 'Local (require) confinement' # at t/03-block-require-module.t line 22. # got: 'Digest::MD5 did not return a true value at t/03-block-require-module.t line 21. # ' # expected: '' not ok 6 - Local (use) confinement # TODO Implement lexical scoping # Failed (TODO) test 'Local (use) confinement' # at t/03-block-require-module.t line 25. # got: 'Digest/MD5.pm did not return a true value at (eval 6) line 2. # BEGIN failed--compilation aborted at (eval 6) line 2. # ' # expected: '' ok t/04-import-export................1..3 ok 1 - use Test::Without::Module; ok 2 - Module list is empty ok 3 - unimport ok t/99-manifest.....................1..8 ok 1 - MANIFEST exists ok 2 - No empty lines in MANIFEST ok 3 - No whitespace-only lines in MANIFEST ok 4 - No trailing whitespace on lines in MANIFEST ok 5 - MANIFEST.skip exists ok 6 - No empty lines in MANIFEST.skip ok 7 - No whitespace-only lines in MANIFEST.skip ok 8 - No trailing whitespace on lines in MANIFEST.skip ok t/99-pod..........................1..1 ok 1 - POD test for blib/lib/Test/Without/Module.pm ok t/99-todo.........................1..1 ok 1 - Looking for XXXes in blib/lib/Test/Without/Module.pm ok t/99-unix-text....................1..1 ok 1 - 'blib/lib/Test/Without/Module.pm' contains no windows newlines ok t/99-versions.....................Undefined subroutine &main::read_file called at t/99-versions.t line 25. # Looks like your test died before it could output anything. dubious Test returned status 255 (wstat 65280, 0xff00) t/embedded-Test-Without-Module....ok 1 # skip Need module My::Module to run this test 1..1 ok 1/1 skipped: various reasons Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/99-versions.t 255 65280 ?? ?? ?? 1 subtest skipped. Failed 1/10 test scripts. 0/26 subtests failed. Files=10, Tests=26, 1 wallclock secs ( 0.85 cusr + 0.24 csys = 1.09 CPU) Failed 1/10 test programs. 0/26 subtests failed. make: *** [test_dynamic] Error 255