Checking if your kit is complete... Looks good Writing Makefile for Devel::FIXME cp lib/Devel/FIXME.pm blib/lib/Devel/FIXME.pm cp lib/Devel/FIXME/Rules/PerlFile.pm blib/lib/Devel/FIXME/Rules/PerlFile.pm Manifying blib/man3/Devel::FIXME.3 Manifying blib/man3/Devel::FIXME::Rules::PerlFile.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-basic......1..4 ok 1 - Devel::FIXME isn't loaded yet ok 2 - use Devel::FIXME; # Failed test 'emits proper FIXME' not ok 3 - emits proper FIXME # at t/01-basic.t line 22. # found warning: # FIXME: foo at t/01-basic.t line 22. # expected to find warning: # FIXME: foo at t/01-basic.t line 22. ok 4 - Now it has been loaded # Looks like you failed 1 test of 4. dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 3 Failed 1/4 tests, 75.00% okay t/02-api........1..34 ok 1 - require Devel::FIXME; ok 2 - @INC isn't yet changed ok 3 - $INC[0] is a CODE ref ok 4 - no other refs in @INC (relying on taint mode to ensure this) ok 5 - %INC files were read on import ok 6 - $INC[0] is the same as it was before the second import ok 7 - still no other refs in @INC ok 8 - did not read all of %INC a second time ok 9 - SHOUT has not yet been imported ok 10 - SHOUT was imported ok 11 - DROP has not yet been imported ok 12 - DROP was imported ok 13 - CONT has not yet been imported ok 14 - CONT was imported ok 15 - ->FIXME('foo') object is shouted ok 16 - use Devel::FIXME 'laadi'; object is shouted using import interface ok 17 - use Devel::FIXME 'laadi'; object is shouted using import interface ok 18 - ::FIXME(5) object is shouted ok 19 - ::FIXME('Scalar::Util') object is shouted ok 20 - ::FIXME('Some::Class') object is shouted ok 21 - ::FIXME('blart') object is shouted ok 22 - ::FIXME('Devel::FIXME::Test', 'blart') object is shouted ok 23 - ::FIXME(text => 'yaap') object is shouted ok 24 - require Text::Soundex; ok 25 - require issued no FIXMEs ok 26 - Text::Soundex was read by require hook ok 27 - Rule 1 was evaluated ok 28 - Rule 2 was not evaluated, because Rule 1 DROPped ok 29 - FIXME wasn't shouted due to rule ok 30 - Rule was evaluated ok 31 - FIXME object is shouted, due to rule ok 32 - Rule was evaluated ok 33 - FIXME object is shouted, due to default fall back ok 34 - no warnings ok t/03-require....1..3 ok 1 - use Devel::FIXME; ok 2 - return value is valid even if proxied ok 3 - no warnings ok t/04-errors.....1..9 ok 1 - use Devel::FIXME; ok 2 - syntax errors propegate ordinarily ok 3 - can't construct a fixme with a weird argument list ok 4 - readfile on something nonexistent doesn't complain ok 5 - readfile on something restricted yields permission denied # Failed test '@INC sub not first, instead scalar' # at t/04-errors.t line 47. # found carped warning: FIXME's magic sub is no longer first in @INC at t/04-errors.t line 46 not ok 6 - @INC sub not first, instead scalar # expected to find carped warning: FIXME's magic sub is no longer first in @INC at t/04-errors.t line 47 # Failed test '@INC sub not first, instead other sub' # at t/04-errors.t line 54. not ok 7 - @INC sub not first, instead other sub # found carped warning: FIXME's magic sub is no longer first in @INC at t/04-errors.t line 53 # expected to find carped warning: FIXME's magic sub is no longer first in @INC at t/04-errors.t line 54 ok 8 - other sub was called ok 9 - importing a KVP list breaks # Looks like you failed 2 tests of 9. dubious Test returned status 2 (wstat 512, 0x200) DIED. FAILED tests 6-7 Failed 2/9 tests, 77.78% okay Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/01-basic.t 1 256 4 1 3 t/04-errors.t 2 512 9 2 6-7 Failed 2/4 test scripts. 3/50 subtests failed. Files=4, Tests=50, 3 wallclock secs ( 1.13 cusr + 0.26 csys = 1.39 CPU) Failed 2/4 test programs. 3/50 subtests failed. make: *** [test_dynamic] Error 2