Checking if your kit is complete... Looks good Writing Makefile for Win32::FetchCommand Microsoft (R) Program Maintenance Utility Version 6.00.8168.0 Copyright (C) Microsoft Corp 1988-1998. All rights reserved. cp FetchCommand.pm blib\lib\Win32\FetchCommand.pm AutoSplitting blib\lib\Win32\FetchCommand.pm (blib\lib\auto\Win32\FetchCommand) C:\cpanrun\build\5-10-0\bin\perl.exe C:\cpanrun\build\5-10-0\lib\ExtUtils\xsubpp -typemap C:\cpanrun\build\5-10-0\lib\ExtUtils\typemap FetchCommand.xs > FetchCommand.xsc && C:\cpanrun\build\5-10-0\bin\perl.exe -MExtUtils::Command -e mv FetchCommand.xsc FetchCommand.c cl -c -I. -nologo -GF -W3 -MD -Zi -DNDEBUG -O1 -DWIN32 -D_CONSOLE -DNO_STRICT -DHAVE_DES_FCRYPT -DUSE_SITECUSTOMIZE -DPRIVLIB_LAST_IN_INC -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -DPERL_MSVCRT_READFIX -MD -Zi -DNDEBUG -O1 -DVERSION=\"0.02\" -DXS_VERSION=\"0.02\" "-IC:\cpanrun\build\5-10-0\lib\CORE" FetchCommand.c FetchCommand.c Running Mkbootstrap for Win32::FetchCommand () C:\cpanrun\build\5-10-0\bin\perl.exe -MExtUtils::Command -e chmod 644 FetchCommand.bs C:\cpanrun\build\5-10-0\bin\perl.exe -MExtUtils::Mksymlists -e "Mksymlists('NAME'=>\"Win32::FetchCommand\", 'DLBASE' => 'FetchCommand', 'DL_FUNCS' => { }, 'FUNCLIST' => [], 'IMPORTS' => { }, 'DL_VARS' => []);" link -out:blib\arch\auto\Win32\FetchCommand\FetchCommand.dll -dll -nologo -nodefaultlib -debug -opt:ref,icf -libpath:"C:\cpanrun\build\5-10-0\lib\CORE" -machine:x86 FetchCommand.obj C:\cpanrun\build\5-10-0\lib\CORE\perl510.lib oldnames.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib netapi32.lib uuid.lib ws2_32.lib mpr.lib winmm.lib version.lib odbc32.lib odbccp32.lib msvcrt.lib -def:FetchCommand.def Creating library blib\arch\auto\Win32\FetchCommand\FetchCommand.lib and object blib\arch\auto\Win32\FetchCommand\FetchCommand.exp C:\cpanrun\build\5-10-0\bin\perl.exe -MExtUtils::Command -e chmod 755 blib\arch\auto\Win32\FetchCommand\FetchCommand.dll C:\cpanrun\build\5-10-0\bin\perl.exe -MExtUtils::Command -e cp FetchCommand.bs blib\arch\auto\Win32\FetchCommand\FetchCommand.bs C:\cpanrun\build\5-10-0\bin\perl.exe -MExtUtils::Command -e chmod 644 blib\arch\auto\Win32\FetchCommand\FetchCommand.bs 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/1....1..19 ok 1 - use Win32::FetchCommand; ok 2 - OS is Windows ok 3 - os ext.error ok ok 4 - check number of elements(a) # Failed test 'ext .pl perl path check' not ok 5 - ext .pl perl path check # at t/1.t line 23. # got: 'C:\Perl\bin\perl.exe' # expected: 'C:\cpanrun\build\5-10-0\bin\perl.exe' ok 6 # Failed test 'os ext.error ok(b)' # at t/1.t line 27. not ok 7 - os ext.error ok(b) ok 8 - check number of elements(b) # Failed test 'os ext.error ok(c)' # at t/1.t line 31. not ok 9 - os ext.error ok(c) ok 10 - os ext.error ok(d) ok 11 - check number of elements(d) ok 12 - os ext.error ok(e) ok 13 - check number of elements(e) ok 14 - os ext.error ok(f) ok 15 - check number of elements(f) ok 16 - check number of elements(g) ok 17 - check there is a program for print ok 18 - check number of elements(h) ok 19 - check there is no program for print # Looks like you failed 3 tests of 19. dubious Test returned status 3 (wstat 768, 0x300) DIED. FAILED tests 5, 7, 9 Failed 3/19 tests, 84.21% okay Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/1.t 3 768 19 3 5 7 9 Failed 1/1 test scripts. 3/19 subtests failed. Files=1, Tests=19, 0 wallclock secs ( 0.00 cusr + 0.00 csys = 0.00 CPU) Failed 1/1 test programs. 3/19 subtests failed. NMAKE : fatal error U1077: 'C:\cpanrun\build\5-10-0\bin\perl.exe' : return code '0x3' Stop.