Checking if your kit is complete... Looks good Writing Makefile for Games::Resource Microsoft (R) Program Maintenance Utility Version 7.10.3077 Copyright (C) Microsoft Corporation. All rights reserved. cp lib/Games/Resource.pm blib\lib\Games\Resource.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/resource....1..19 ok 1 - use Games::Resource; ok 2 - Games::Resource->can(...) ok 3 - config returns hash ok 4 - en is default ok 5 - set books ok 6 # Failed test 'test.txt opened and read' not ok 7 - test.txt opened and read # at t/resource.t line 65. # got: 'Test # test # ' # expected: 'Test # test # ' # Failed test 'test.txt contents()' # at t/resource.t line 68. not ok 8 - test.txt contents() # got: 'Test # test # ' # expected: 'Test # test # ' ok 9 # Failed test 'book1.txt opened and read' # at t/resource.t line 65. not ok 10 - book1.txt opened and read # got: 'Test # test # ' # expected: 'Test # test # ' # Failed test 'book1.txt contents()' # at t/resource.t line 68. not ok 11 - book1.txt contents() # got: 'Test # test # ' # expected: 'Test # test # ' ok 12 # Failed test 'books/book2.txt opened and read' # at t/resource.t line 65. not ok 13 - books/book2.txt opened and read # got: 'Test # test # ' # expected: 'Test # test # ' # Failed test 'books/book2.txt contents()' # at t/resource.t line 68. not ok 14 - books/book2.txt contents() # got: 'Test # test # ' # expected: 'Test # test # ' ok 15 # Failed test 'books/book2.txt opened and read' # at t/resource.t line 65. not ok 16 - books/book2.txt opened and read # got: 'Test # test # ' # expected: 'Test # test # ' # Failed test 'books/book2.txt contents()' # at t/resource.t line 68. not ok 17 - books/book2.txt contents() # got: 'Test # test # ' # expected: 'Test # test # ' ok 18 ok 19 - books/book4.txt contents() # Looks like you failed 8 tests of 19. dubious Test returned status 8 (wstat 2048, 0x800) DIED. FAILED tests 7-8, 10-11, 13-14, 16-17 Failed 8/19 tests, 57.89% okay Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/resource.t 8 2048 19 8 7-8 10-11 13-14 16-17 Failed 1/1 test scripts. 8/19 subtests failed. Files=1, Tests=19, 1 wallclock secs ( 0.00 cusr + 0.00 csys = 0.00 CPU) Failed 1/1 test programs. 8/19 subtests failed. NMAKE : fatal error U1077: 'C:\cpanrun\build\5-10-0\bin\perl.exe' : return code '0x8' Stop.