Checking if your kit is complete... Looks good Writing Makefile for Perl Microsoft (R) Program Maintenance Utility Version 6.00.8168.0 Copyright (C) Microsoft Corp 1988-1998. All rights reserved. cp Perl.pm blib\lib\Perl.pm 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 -typemap typemap Perl.xs > Perl.xsc && C:\cpanrun\build\5-10-0\bin\perl.exe -MExtUtils::Command -e mv Perl.xsc Perl.c cl -c -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.05\" -DXS_VERSION=\"0.05\" "-IC:\cpanrun\build\5-10-0\lib\CORE" Perl.c Perl.c cl -c -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.05\" -DXS_VERSION=\"0.05\" "-IC:\cpanrun\build\5-10-0\lib\CORE" xsinit.c xsinit.c Running Mkbootstrap for Perl () C:\cpanrun\build\5-10-0\bin\perl.exe -MExtUtils::Command -e chmod 644 Perl.bs C:\cpanrun\build\5-10-0\bin\perl.exe -MExtUtils::Mksymlists -e "Mksymlists('NAME'=>\"Perl\", 'DLBASE' => 'Perl', 'DL_FUNCS' => { }, 'FUNCLIST' => [], 'IMPORTS' => { }, 'DL_VARS' => []);" link -out:blib\arch\auto\Perl\Perl.dll -dll -nologo -nodefaultlib -debug -opt:ref,icf -libpath:"C:\cpanrun\build\5-10-0\lib\CORE" -machine:x86 Perl.obj xsinit.obj -nologo -nodefaultlib -debug -opt:ref,icf -libpath:"C:\cpanrun\build\5-10-0\lib\CORE" -machine:x86 C:\cpanrun\build\5-10-0\lib\CORE\perl510.lib C:\PROGRA~1\MICROS~3\VC98\LIB\oldnames.lib C:\PROGRA~1\MICROS~3\VC98\LIB\kernel32.lib C:\PROGRA~1\MICROS~3\VC98\LIB\user32.lib C:\PROGRA~1\MICROS~3\VC98\LIB\gdi32.lib C:\PROGRA~1\MICROS~3\VC98\LIB\winspool.lib C:\PROGRA~1\MICROS~3\VC98\LIB\comdlg32.lib C:\PROGRA~1\MICROS~3\VC98\LIB\advapi32.lib C:\PROGRA~1\MICROS~3\VC98\LIB\shell32.lib C:\PROGRA~1\MICROS~3\VC98\LIB\ole32.lib C:\PROGRA~1\MICROS~3\VC98\LIB\oleaut32.lib C:\PROGRA~1\MICROS~3\VC98\LIB\netapi32.lib C:\PROGRA~1\MICROS~3\VC98\LIB\uuid.lib C:\PROGRA~1\MICROS~3\VC98\LIB\ws2_32.lib C:\PROGRA~1\MICROS~3\VC98\LIB\mpr.lib C:\PROGRA~1\MICROS~3\VC98\LIB\winmm.lib C:\PROGRA~1\MICROS~3\VC98\LIB\version.lib C:\PROGRA~1\MICROS~3\VC98\LIB\odbc32.lib C:\PROGRA~1\MICROS~3\VC98\LIB\odbccp32.lib C:\PROGRA~1\MICROS~3\VC98\LIB\msvcrt.lib 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:Perl.def Creating library blib\arch\auto\Perl\Perl.lib and object blib\arch\auto\Perl\Perl.exp C:\cpanrun\build\5-10-0\bin\perl.exe -MExtUtils::Command -e chmod 755 blib\arch\auto\Perl\Perl.dll C:\cpanrun\build\5-10-0\bin\perl.exe -MExtUtils::Command -e cp Perl.bs blib\arch\auto\Perl\Perl.bs C:\cpanrun\build\5-10-0\bin\perl.exe -MExtUtils::Command -e chmod 644 blib\arch\auto\Perl\Perl.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_eval......1..4 ok 1 - use Perl; ok 2 - The object isa Perl ok 3 - _eval returns correct string ok 4 - _eval returns string with null ok t/2run........1..9 ok 1 - -e script ok 2 - -le script ok 3 - -e with END block ok 4 - -e with DESTROY ok 5 - perl_parse died on invalid syntax ok 6 - correct error for invalid syntax ok 7 - Perl object created on runtime error isa Perl ok 8 - perl_run died on runtime error ok 9 - correct runtime error ok t/3inc........1..7 ok 1 - Perl without INC gets standard @INC ok 2 - Perl->new accepts INC isa Perl ok 3 - passing @INC into subperl ok 4 - Perl->new accepts INC => [] isa Perl ok 5 - passing a custom @INC into subperl ok 6 - Perl->new accepts USE => [] isa Perl ok 7 - Perl finds modules correctly ok t/4eval.......1..2 ok 1 - eval returns complex structures ok 2 - $Perl::Expr ok t/5multi......1..1 ok 1 - multiple Perls ok t/6threads....1..7 ok 1 - Perl inside async ok 2 - got back to the main thread ok 3 - threaded Perl isa Perl ok 4 - async inside Perl ok 5 - async inside Perl ok 6 - async inside Perl inside async ok 7 - Perls in two threads ok All tests successful. Files=6, Tests=30, 2 wallclock secs ( 0.00 cusr + 0.00 csys = 0.00 CPU) Microsoft (R) Program Maintenance Utility Version 6.00.8168.0 Copyright (C) Microsoft Corp 1988-1998. All rights reserved. Files found in blib\arch: installing files in blib\lib into architecture dependent library tree Installing C:\cpanrun\build\5-10-0\site\lib\auto\Perl\Perl.bs Installing C:\cpanrun\build\5-10-0\site\lib\auto\Perl\Perl.dll Installing C:\cpanrun\build\5-10-0\site\lib\auto\Perl\Perl.exp Installing C:\cpanrun\build\5-10-0\site\lib\auto\Perl\Perl.lib Installing C:\cpanrun\build\5-10-0\site\lib\auto\Perl\Perl.pdb Installing C:\cpanrun\build\5-10-0\html\site\lib\Perl.html Installing C:\cpanrun\build\5-10-0\site\lib\Perl.pm Appending installation info to C:\cpanrun\build\5-10-0\lib/perllocal.pod