Checking if your kit is complete... Looks good Writing Makefile for Chess::FIDE Microsoft (R) Program Maintenance Utility Version 7.10.3077 Copyright (C) Microsoft Corporation. All rights reserved. cp lib/Chess/FIDE.pm blib\lib\Chess\FIDE.pm cp lib/Chess/FIDE/Player.pm blib\lib\Chess\FIDE\Player.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/Chess-FIDE....1..5 ok 1 - use Chess::FIDE; ok 2 - local file error: file not seekable at C:/cpanrun/build/5-10-0/lib/Archive/Zip/Archive.pm line 437 Archive::Zip::Archive::readFromFileHandle('Archive::Zip::Archive=HASH(0x4f4c644)', 'IO::Scalar=GLOB(0x4f61a14)') called at C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\Chess-FIDE\blib\lib/Chess/FIDE.pm line 73 Chess::FIDE::new('Chess::FIDE', '-www', 1, '-proxy', 'http://proxy.tau.ac.il:8080') called at t/Chess-FIDE.t line 25 main::remote_file() called at t/Chess-FIDE.t line 15 ok 3 - remote file Using $fide->{$_}->{surname} eq 'Kramnik' not ok 4 - simple search # Failed test 'simple search' # at t/Chess-FIDE.t line 16. Using $fide->{$_}->{surname} =~ /Kasparov/ && $fide->{$_}->{name} =~ /Garry/ # Failed test 'complex search' # at t/Chess-FIDE.t line 17. not ok 5 - complex search # Looks like you failed 2 tests of 5. dubious Test returned status 2 (wstat 512, 0x200) DIED. FAILED tests 4-5 Failed 2/5 tests, 60.00% okay Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/Chess-FIDE.t 2 512 5 2 4-5 Failed 1/1 test scripts. 2/5 subtests failed. Files=1, Tests=5, 20 wallclock secs ( 0.00 cusr + 0.00 csys = 0.00 CPU) Failed 1/1 test programs. 2/5 subtests failed. NMAKE : fatal error U1077: 'C:\cpanrun\build\5-10-0\bin\perl.exe' : return code '0x2' Stop.