Checking if your kit is complete... Looks good WARNING: Setting ABSTRACT via file 'lib/ChessKit.pm' failed at C:/cpanrun/build/5-10-0/lib/ExtUtils/MakeMaker.pm line 529 Writing Makefile for ChessKit Microsoft (R) Program Maintenance Utility Version 7.10.3077 Copyright (C) Microsoft Corporation. All rights reserved. cp lib/Board.pm blib\lib\Board.pm cp lib/Move.pm blib\lib\Move.pm cp lib/ChessKit.pm blib\lib\ChessKit.pm cp lib/Trad.pm blib\lib\Trad.pm Microsoft (R) Program Maintenance Utility Version 7.10.3077 Copyright (C) Microsoft Corporation. All rights reserved. C:\cpanrun\build\5-10-0\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib\lib', 'blib\arch')" t/*.t t/00-load.........1..4 ok 1 - use ChessKit; ok 2 - use Move; # Failed test 'use Board;' # at t/00-load.t line 8. not ok 3 - use Board; # Tried to use 'Board'. # Error: Can't locate Chess/ChessKit/Move.pm in @INC (@INC contains: C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\ChessKit\blib\lib C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\ChessKit\blib\arch C:/cpanrun/build/5-10-0/site/lib C:/cpanrun/build/5-10-0/lib . C:/cpanrun/build/5-10-0/site/lib C:/cpanrun/build/5-10-0/lib) at C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\ChessKit\blib\lib/Board.pm line 16. # BEGIN failed--compilation aborted at t/00-load.t line 8. # Compilation failed in require at (eval 5) line 2. # BEGIN failed--compilation aborted at (eval 5) line 2. # Failed test 'use Trad;' # at t/00-load.t line 9. not ok 4 - use Trad; # Tried to use 'Trad'. # Error: Can't locate Chess/ChessKit/Board.pm in @INC (@INC contains: C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\ChessKit\blib\lib C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\ChessKit\blib\arch C:/cpanrun/build/5-10-0/site/lib C:/cpanrun/build/5-10-0/lib . C:/cpanrun/build/5-10-0/site/lib C:/cpanrun/build/5-10-0/lib) at C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\ChessKit\blib\lib/Trad.pm line 95. # BEGIN failed--compilation aborted at t/00-load.t line 9. # Compilation failed in require at (eval 6) line 2. # BEGIN failed--compilation aborted at (eval 6) line 2. Use of uninitialized value $ChessKit::VERSION in concatenation (.) or string at t/00-load.t line 12. # Testing ChessKit , Perl 5.010000, C:\cpanrun\build\5-10-0\bin\perl.exe # Looks like you failed 2 tests of 4. dubious Test returned status 2 (wstat 512, 0x200) DIED. FAILED tests 3-4 Failed 2/4 tests, 50.00% okay 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..4 ok 1 - blib\lib\Board.pm ok 2 - blib\lib\ChessKit.pm ok 3 - blib\lib\Move.pm ok 4 - blib\lib\Trad.pm ok Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/00-load.t 2 512 4 2 3-4 1 test skipped. Failed 1/3 test scripts. 2/8 subtests failed. Files=3, Tests=8, 1 wallclock secs ( 0.00 cusr + 0.00 csys = 0.00 CPU) Failed 1/3 test programs. 2/8 subtests failed. NMAKE : fatal error U1077: 'C:\cpanrun\build\5-10-0\bin\perl.exe' : return code '0xff' Stop.