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 /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/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 (t/03-block-require-module.t at 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 (t/03-block-require-module.t at line 25) # got: 'Digest/MD5.pm did not return a true value at (eval 5) line 2. # BEGIN failed--compilation aborted at (eval 5) line 2. # ' # expected: '' FAILED tests 5-6 Failed 2/6 tests, 66.67% okay 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..0 # Skip Test::Pod required for testing POD skipped: Test::Pod required for testing POD 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.......# Checking for $VERSION = 0.11; ok 1 - blib/lib/Test/Without/Module.pm 1..1 FAILED test 1 Failed 1/1 tests, 0.00% okay t/embedded-Test-Without-Module.ok 1 # skip Need module My::Module to run this test 1..1 FAILED test 1 Failed 1/1 tests, 0.00% okay Failed Test Status Wstat Total Fail Failed List of Failed -------------------------------------------------------------------------------- t/03-block-require-module.t 6 2 33.33% 5-6 t/99-versions.t 1 1 100.00% 1 t/embedded-Test-Without-Module.t 1 1 100.00% 1 1 test skipped. Failed 3/10 test scripts, 70.00% okay. 4/26 subtests failed, 84.62% okay. make: *** [test_dynamic] Error 29