Checking if your kit is complete... Looks good Writing Makefile for Test::Smart Microsoft (R) Program Maintenance Utility Version 6.00.8168.0 Copyright (C) Microsoft Corp 1988-1998. All rights reserved. cp lib/Test/Smart.pm blib\lib\Test\Smart.pm cp lib/Test/Smart/Interface/File.pm blib\lib\Test\Smart\Interface\File.pm cp lib/Test/Smart/Interface/Mock.pm blib\lib\Test\Smart\Interface\Mock.pm cp lib/Test/Smart/Question.pm blib\lib\Test\Smart\Question.pm cp lib/Test/Smart/Interface.pm blib\lib\Test\Smart\Interface.pm Microsoft (R) Program Maintenance Utility Version 6.00.8168.0 Copyright (C) Microsoft Corp 1988-1998. All rights reserved. D:\cpanrun\build\5-6-1\bin\perl.exe -Mblib -Id:\cpanrun\build\5-6-1\lib -Id:\cpanrun\build\5-6-1\lib -e "use Test::Harness qw(&runtests $verbose); $verbose=1; runtests @ARGV;" t\kwalitee.t t\pod-coverage.t t\pod.t t\Test-Smart-Interface-File.t t\Test-Smart-Interface-Mock.t t\Test-Smart-Interface.t t\Test-Smart-Question.t t\Test-Smart.t Using D:/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Test-Smart/blib t\kwalitee..........1..0 # Skip Test::Kwalitee not installed; skipping skipped: Test::Kwalitee not installed; skipping t\pod-coverage......1..0 # Skip Test::Pod::Coverage 1.00 required for testing POD coverage skipped: Test::Pod::Coverage 1.00 required for testing POD coverage t\pod...............1..0 # Skip Test::Pod 1.00 required for testing POD skipped: Test::Pod 1.00 required for testing POD t\Test-Smart-Interface-File.1..23 ok 1 - require Test::Smart::Interface::File; ok 2 - Interface loads properly ok 3 - Default directory set ok 4 - Existing directory sets ok 5 - Non-existing directory sets ok 6 - Properly creates directory ok 7 - Questions submit properly ok 8 - Creates question file ok 9 - Does not have an answer by default ok 10 - Answering skip creates answer ok 11 - Answering yes creates answer ok 12 - Answering no creates answer ok 13 - No answer when none available ok 14 - Error set when non-existant answer is asked for ok 15 - Answer returns true when skip is set ok 16 - Answer sets skip when skip is set ok 17 - Answer returns true when available ok 18 - Answer is correct when no comment ok 19 - Answer returns true when comments ok 20 - Answer gets comments ok 21 - Answer returns true when multiline comments ok 22 - Multiline comments handled properly ok 23 - Cleans up properly ok t\Test-Smart-Interface-Mock.1..12 ok 1 - require Test::Smart::Interface::Mock; ok 2 - Interface loads properly ok 3 - Questions submit properly ok 4 - Always has an answer ok 5 - Answer does not fail ok 6 - Populates correct answer ok 7 - Skip sets skip ok 8 - Skip stays set ok 9 - error causes errors ok 10 - error sets err properly ok 11 - error causes more errors ok 12 - error sets err properly ok t\Test-Smart-Interface.1..8 ok 1 - use Test::Smart::Interface; ok 2 - Interface loads properly ok 3 - Questions submit properly ok 4 - Defaults to skipping ok 5 - Always has an answer ok 6 - Answer does not fail ok 7 - Defaults to skipping after answer ok 8 - err function behaves properly ok t\Test-Smart-Question.1..17 ok 1 - use Test::Smart::Question; ok 2 - Proper constructon ok 3 - Retrieve question ok 4 - Question immutable ok 5 - Retrieve id ok 6 - Id immutable ok 7 - Retrieve name ok 8 - Change name ok 9 - Skip sets ok 10 - Skip mutable ok 11 - Skip does not clear from arguments ok 12 - Setting skip prevents answer ok 13 - test clears skip value ok 14 - Construct skipping ok 15 - Basic answer ok 16 - List context answer ok 17 - Answer chokes on something other than yes or no ok t\Test-Smart........1..16 Can't locate Test/Builder/Tester.pm in @INC (@INC contains: D:/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Test-Smart/blib/arch D:/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Test-Smart/blib/lib d:\cpanrun\build\5-6-1\lib d:\cpanrun\build\5-6-1\lib D:\cpanrun\depot\main\Apps\CPAN_Run\lib D:/cpanrun/build/5-6-1/lib D:/cpanrun/build/5-6-1/site/lib . D:/cpanrun/build/5-6-1/lib D:/cpanrun/build/5-6-1/site/lib .) at t\Test-Smart.t line 2. BEGIN failed--compilation aborted at t\Test-Smart.t line 2. dubious Test returned status 2 (wstat 512, 0x200) DIED. FAILED tests 1-16 Failed 16/16 tests, 0.00% okay Failed Test Status Wstat Total Fail Failed List of Failed -------------------------------------------------------------------------------- t\Test-Smart.t 2 512 16 16 100.00% 1-16 3 tests skipped. Failed 1/8 test scripts, 87.50% okay. 16/76 subtests failed, 78.95% okay. NMAKE : fatal error U1077: 'D:\cpanrun\build\5-6-1\bin\perl.exe' : return code '0x2' Stop.