Checking if your kit is complete... Looks good Writing Makefile for Devel::TestEmbed cp lib/Devel/TestEmbed.pm blib/lib/Devel/TestEmbed.pm Manifying blib/man3/Devel::TestEmbed.3 PERL_DL_NONLAZY=1 /home/cpanrun/ia64/build/5.8.2/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/001_load..............1..8 ok 1 - use Devel::TestEmbed; Warning: Use of "require" without parentheses is ambiguous at (eval 2) line 2. # Failed test (t/001_load.t at line 19) # Tried to require 'perldb.sample'. # Error: Bareword "sample" not allowed while "strict subs" in use at (eval 2) line 2. # Failed test (t/001_load.t at line 20) # main->can('afterinit') failed # Failed test (t/001_load.t at line 21) # main->can('watchfunction') failed # Looks like you failed 3 tests of 8. ok 2 - DB->can('tdump') ok 3 - Devel::TestEmbed->can('_is_a_test') ok 4 - Devel::TestEmbed->can('_is_a_sub') ok 5 - Devel::TestEmbed->can('_get_test_names') not ok 6 - require perldb.sample; not ok 7 - main->can('afterinit') not ok 8 - main->can('watchfunction') dubious Test returned status 3 (wstat 768, 0x300) DIED. FAILED tests 6-8 Failed 3/8 tests, 62.50% okay t/002_is_a_test.........1..2 ok 1 - ok found as expected ok 2 - bad not found as expected ok t/003_is_a_sub..........1..4 ok 1 - ok is a sub ok 2 - blortch is not a sub ok 3 - _bad is not a sub ok 4 - _bogus_sort is a sub, but we're pretending it isn't ok t/004_get_test_names....1..4 ok 1 - Found some tests ok 2 - Found ok tests ok 3 - Found is tests ok 4 - No leading underscore subs ok t/005_tdump.............1..53 ok 1 - got a message ok 2 - expected message ok ok 3 - Something there ok 4 - one line as expected ok 5 - the output expected ok 6 - Something there ok 7 - one line as expected ok 8 - the output expected ok 9 - got a message ok 10 - expected message ok ok 11 - got a message ok 12 - expected error ok 13 - Something there ok 14 - two lines as expected ok 15 - the output expected ok 16 - got a message ok 17 - expected message ok ok 18 - Something there ok 19 - three lines as expected ok 20 - the output expected ok 21 - got a message ok 22 - expected message ok ok 23 - Something there ok 24 - three lines as expected ok 25 - the output expected ok 26 - got a message ok 27 - expected message ok ok 28 - Something there ok 29 - four lines as expected ok 30 - the output expected ok 31 - got a message ok 32 - expected message ok ok 33 - Something there ok 34 - five lines as expected ok 35 - the output expected ok 36 - got a message ok 37 - expected message ok ok 38 - Something there ok 39 - five lines as expected ok 40 - the output expected ok 41 - got a message ok 42 - expected message ok ok 43 - Something there ok 44 - six lines as expected ok 45 - the output expected ok 46 - got a message ok 47 - expected message ok ok 48 - default file now exists ok 49 - Something there ok 50 - six lines as expected ok 51 - the output expected ok 52 - got a message ok 53 - expected message ok ok 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..0 # Skip Test::Pod 1.14 required for testing POD skipped all skipped: Test::Pod 1.14 required for testing POD Failed 1/7 test scripts, 85.71% okay. 3/71 subtests failed, 95.77% okay. Failed Test Stat Wstat Total Fail Failed List of Failed --------------------------------------------------------------------------------------------------------------------------------------- t/001_load.t 3 768 8 3 37.50% 6-8 2 tests skipped. make: *** [test_dynamic] Error 25