Microsoft (R) Program Maintenance Utility Version 7.00.8882 Copyright (C) Microsoft Corp 1988-2000. All rights reserved. C:\cpanrun-5.8\build\5-8-0\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib\lib', 'blib\arch')" t\01-basic.t t\02-api.t t\03-require.t t\04-errors.t t\01-basic......1..4 ok 1 - Devel::FIXME isn't loaded yet ok 2 - use Devel::FIXME; not ok 3 - emits proper FIXME # Failed test (t\01-basic.t at 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 tests 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; # Failed test (t\04-errors.t at line 18) # expecting: Regexp ((?-xism:syntax error at t/lib/Devel/FIXME/Test/Error.pm line 6, near "if this is "\nCompilation failed in require at t\04-errors.t line 17)) not ok 2 - syntax errors propegate ordinarily # found: syntax error at t/lib/Devel/FIXME/Test/Error.pm line 6, near "if this is " # Compilation failed in require at t\04-errors.t line 17. ok 3 - can't construct a fixme with a weird argument list ok 4 - readfile on something nonexistent doesn't complain ok 5 # skip Won't generate error, because file is readable # Failed test (t\04-errors.t at line 47) # found carped warning: FIXME's magic sub is no longer first in @INC at t\04-errors.t line 46 # expected to find carped warning: FIXME's magic sub is no longer first in @INC at t\04-errors.t line 47 not ok 6 - @INC sub not first, instead scalar # Failed test (t\04-errors.t at line 54) # 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 not ok 7 - @INC sub not first, instead other sub ok 8 - other sub was called ok 9 - importing a KVP list breaks # Looks like you failed 3 tests of 9. dubious Test returned status 3 (wstat 768, 0x300) DIED. FAILED tests 2, 6-7 Failed 3/9 tests, 66.67% okay (less 1 skipped test: 5 okay, 55.56%) Failed 2/4 test scripts, 50.00% okay. 4/50 subtests failed, 92.00% okay. Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t\01-basic.t 1 256 4 1 25.00% 3 t\04-errors.t 3 768 9 3 33.33% 2 6-7 1 subtest skipped. NMAKE : fatal error U1077: 'C:\cpanrun-5.8\build\5-8-0\bin\perl.exe' : return code '0x2' Stop.