Checking if your kit is complete... Looks good Writing Makefile for ExtUtils::CBuilder Microsoft (R) Program Maintenance Utility Version 6.00.8168.0 Copyright (C) Microsoft Corp 1988-1998. All rights reserved. cp lib/ExtUtils/CBuilder.pm blib\lib\ExtUtils\CBuilder.pm cp lib/ExtUtils/CBuilder/Platform/Windows.pm blib\lib\ExtUtils\CBuilder\Platform\Windows.pm cp lib/ExtUtils/CBuilder/Platform/aix.pm blib\lib\ExtUtils\CBuilder\Platform\aix.pm cp bleadcheck.pl blib\lib\ExtUtils\bleadcheck.pl cp lib/ExtUtils/CBuilder/Platform/cygwin.pm blib\lib\ExtUtils\CBuilder\Platform\cygwin.pm cp lib/ExtUtils/CBuilder/Platform/VMS.pm blib\lib\ExtUtils\CBuilder\Platform\VMS.pm cp lib/ExtUtils/CBuilder/Platform/Unix.pm blib\lib\ExtUtils\CBuilder\Platform\Unix.pm cp lib/ExtUtils/CBuilder/Platform/darwin.pm blib\lib\ExtUtils\CBuilder\Platform\darwin.pm cp lib/ExtUtils/CBuilder/Platform/os2.pm blib\lib\ExtUtils\CBuilder\Platform\os2.pm cp lib/ExtUtils/CBuilder/Platform/dec_osf.pm blib\lib\ExtUtils\CBuilder\Platform\dec_osf.pm cp lib/ExtUtils/CBuilder/Base.pm blib\lib\ExtUtils\CBuilder\Base.pm Microsoft (R) Program Maintenance Utility Version 6.00.8168.0 Copyright (C) Microsoft Corp 1988-1998. 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/01-basic....1..11 # Running under perl version 5.010000 for MSWin32 # Win32::BuildNumber 1001 # Current time local: Wed Feb 27 12:37:21 2008 # Current time GMT: Wed Feb 27 20:37:21 2008 # Using Test.pm version 1.25 ok 1 ok 2 Generating script 'C:\DOCUME~1\cpanrun\LOCALS~1\Temp\1\compilet.ccs' cl -nologo -c @"C:\DOCUME~1\cpanrun\LOCALS~1\Temp\1\compilet.ccs" -Fo"C:\DOCUME~1\cpanrun\LOCALS~1\Temp\1\compilet.obj" "C:\DOCUME~1\cpanrun\LOCALS~1\Temp\1\compilet.c" compilet.c Generating script 'C:\DOCUME~1\cpanrun\LOCALS~1\Temp\1\compilet.lds' link @"C:\DOCUME~1\cpanrun\LOCALS~1\Temp\1\compilet.lds" -out:"C:\DOCUME~1\cpanrun\LOCALS~1\Temp\1\compilet.dll" Creating library C:\DOCUME~1\cpanrun\LOCALS~1\Temp\1\compilet.lib and object C:\DOCUME~1\cpanrun\LOCALS~1\Temp\1\compilet.exp ok 3 ok 4 ok 5 Generating script 't\compilet.ccs' cl -nologo -c @"t\compilet.ccs" -Fo"t\compilet.obj" "t\compilet.c" compilet.c ok 6 ok 7 Generating script 't\compilet.lds' link @"t\compilet.lds" -out:"t\compilet.dll" Creating library t\compilet.lib and object t\compilet.exp ok 8 # Test 9 got: "1" (t/01-basic.t at line 56) # Expected: "2" # t/01-basic.t line 56 is: ok @words, 2; not ok 9 # Test 10 got: " foo bar" (t/01-basic.t at line 57) # Expected: "foo" # t/01-basic.t line 57 is: ok $words[0], 'foo'; not ok 10 # Test 11 got: (t/01-basic.t at line 58) # Expected: "bar" # t/01-basic.t line 58 is: ok $words[1], 'bar'; not ok 11 FAILED tests 9-11 Failed 3/11 tests, 72.73% okay t/02-link.....1..0 # Skipped: link_executable() is not implemented yet on Win32 skipped all skipped: link_executable() is not implemented yet on Win32 Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/01-basic.t 11 3 9-11 1 test skipped. Failed 1/2 test scripts. 3/11 subtests failed. Files=2, Tests=11, 1 wallclock secs ( 0.00 cusr + 0.00 csys = 0.00 CPU) Failed 1/2 test programs. 3/11 subtests failed. NMAKE : fatal error U1077: 'C:\cpanrun\build\5-10-0\bin\perl.exe' : return code '0xff' Stop.