Checking if your kit is complete... Looks good Writing Makefile for Win32 Microsoft (R) Program Maintenance Utility Version 6.00.8168.0 Copyright (C) Microsoft Corp 1988-1998. All rights reserved. cp Win32.pm blib\lib\Win32.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 Win32.xs > Win32.xsc && C:\cpanrun\build\5-10-0\bin\perl.exe -MExtUtils::Command -e mv Win32.xsc Win32.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.34\" -DXS_VERSION=\"0.34\" "-IC:\cpanrun\build\5-10-0\lib\CORE" Win32.c Win32.c Running Mkbootstrap for Win32 () C:\cpanrun\build\5-10-0\bin\perl.exe -MExtUtils::Command -e chmod 644 Win32.bs C:\cpanrun\build\5-10-0\bin\perl.exe -MExtUtils::Mksymlists -e "Mksymlists('NAME'=>\"Win32\", 'DLBASE' => 'Win32', 'DL_FUNCS' => { }, 'FUNCLIST' => [], 'IMPORTS' => { }, 'DL_VARS' => []);" link -out:blib\arch\auto\Win32\Win32.dll -dll -nologo -nodefaultlib -debug -opt:ref,icf -libpath:"C:\cpanrun\build\5-10-0\lib\CORE" -machine:x86 Win32.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:Win32.def Creating library blib\arch\auto\Win32\Win32.lib and object blib\arch\auto\Win32\Win32.exp C:\cpanrun\build\5-10-0\bin\perl.exe -MExtUtils::Command -e chmod 755 blib\arch\auto\Win32\Win32.dll C:\cpanrun\build\5-10-0\bin\perl.exe -MExtUtils::Command -e cp Win32.bs blib\arch\auto\Win32\Win32.bs C:\cpanrun\build\5-10-0\bin\perl.exe -MExtUtils::Command -e chmod 644 blib\arch\auto\Win32\Win32.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/CreateFile..................1..15 # Running under perl version 5.010000 for MSWin32 # Win32::BuildNumber 1001 # Current time local: Thu Feb 28 15:06:22 2008 # Current time GMT: Thu Feb 28 23:06:22 2008 # Using Test.pm version 1.25 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok t/ExpandEnvironmentStrings....1..1 # Running under perl version 5.010000 for MSWin32 # Win32::BuildNumber 1001 # Current time local: Thu Feb 28 15:06:22 2008 # Current time GMT: Thu Feb 28 23:06:22 2008 # Using Test.pm version 1.25 ok 1 ok t/GetCurrentThreadId..........1..1 # Running under perl version 5.010000 for MSWin32 # Win32::BuildNumber 1001 # Current time local: Thu Feb 28 15:06:22 2008 # Current time GMT: Thu Feb 28 23:06:22 2008 # Using Test.pm version 1.25 ok 1 ok t/GetFileVersion..............1..2 # Running under perl version 5.010000 for MSWin32 # Win32::BuildNumber 1001 # Current time local: Thu Feb 28 15:06:22 2008 # Current time GMT: Thu Feb 28 23:06:22 2008 # Using Test.pm version 1.25 ok 1 ok 2 ok t/GetFolderPath...............1..1 # Running under perl version 5.010000 for MSWin32 # Win32::BuildNumber 1001 # Current time local: Thu Feb 28 15:06:22 2008 # Current time GMT: Thu Feb 28 23:06:22 2008 # Using Test.pm version 1.25 ok 1 ok t/GetFullPathName.............1..16 # Running under perl version 5.010000 for MSWin32 # Win32::BuildNumber 1001 # Current time local: Thu Feb 28 15:06:22 2008 # Current time GMT: Thu Feb 28 23:06:22 2008 # Using Test.pm version 1.25 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok t/GetLongPathName.............1..36 # Running under perl version 5.010000 for MSWin32 # Win32::BuildNumber 1001 # Current time local: Thu Feb 28 15:06:22 2008 # Current time GMT: Thu Feb 28 23:06:22 2008 # Using Test.pm version 1.25 # '/' => expect '/' => got '/' ok 1 # '//' => expect '//' => got '//' ok 2 # '.' => expect '.' => got '.' ok 3 # '..' => expect '..' => got '..' ok 4 # 'C:' => expect 'C:' => got 'C:' ok 5 # 'C:/' => expect 'C:/' => got 'C:/' ok 6 # 'C:./' => expect 'C:./' => got 'C:./' ok 7 # 'C:/.' => expect 'C:/.' => got 'C:/.' ok 8 # 'C:/..' => expect 'C:/..' => got 'C:/..' ok 9 # 'C:./..' => expect 'C:./..' => got 'C:./..' ok 10 # '//./' => expect '//./' => got '//./' ok 11 # '//.' => expect '//.' => got '//.' ok 12 # '//..' => expect '//..' => got '//..' ok 13 # '//./..' => expect '//./..' => got '//./..' ok 14 # '\' => expect '\' => got '\' ok 15 # '\\' => expect '\\' => got '\\' ok 16 # '.' => expect '.' => got '.' ok 17 # '..' => expect '..' => got '..' ok 18 # 'C:' => expect 'C:' => got 'C:' ok 19 # 'C:\' => expect 'C:\' => got 'C:\' ok 20 # 'C:.\' => expect 'C:.\' => got 'C:.\' ok 21 # 'C:\.' => expect 'C:\.' => got 'C:\.' ok 22 # 'C:\..' => expect 'C:\..' => got 'C:\..' ok 23 # 'C:.\..' => expect 'C:.\..' => got 'C:.\..' ok 24 # '\\.\' => expect '\\.\' => got '\\.\' ok 25 # '\\.' => expect '\\.' => got '\\.' ok 26 # '\\..' => expect '\\..' => got '\\..' ok 27 # '\\.\..' => expect '\\.\..' => got '\\.\..' ok 28 # '../\' => expect '../' => got '../' ok 29 # 'C:.\../\' => expect 'C:.\../' => got 'C:.\../' ok 30 # 'C:/\..//' => expect 'C:/../' => got 'C:/../' ok 31 # 'C://.\/./\' => expect 'C:/.\./' => got 'C:/.\./' ok 32 # '\.\../\' => expect '\.\../' => got '\.\../' ok 33 # '//\..//' => expect '//../' => got '//../' ok 34 # '//.\/./\' => expect '//.\./' => got '//.\./' ok 35 # 'C:\WINNT' => expect 'C:\WINNT' => got 'C:\WINNT' ok 36 ok t/GetOSVersion................1..1 # Running under perl version 5.010000 for MSWin32 # Win32::BuildNumber 1001 # Current time local: Thu Feb 28 15:06:22 2008 # Current time GMT: Thu Feb 28 23:06:22 2008 # Using Test.pm version 1.25 ok 1 ok t/GetShortPathName............1..5 # Running under perl version 5.010000 for MSWin32 # Win32::BuildNumber 1001 # Current time local: Thu Feb 28 15:06:23 2008 # Current time GMT: Thu Feb 28 23:06:23 2008 # Using Test.pm version 1.25 ok 1 ok 2 ok 3 ok 4 ok 5 ok t/GuidGen.....................1..3 # Running under perl version 5.010000 for MSWin32 # Win32::BuildNumber 1001 # Current time local: Thu Feb 28 15:06:23 2008 # Current time GMT: Thu Feb 28 23:06:23 2008 # Using Test.pm version 1.25 ok 1 ok 2 ok 3 ok t/Names.......................1..16 ok 1 - Win32::DomainName() ok 2 - - checking returned domain ok 3 - Win32::GetArchName() ok 4 - - checking returned architecture name ok 5 - Win32::GetChipName() ok 6 - - checking returned chip name ok 7 - Win32::GetOSName() in scalar context ok 8 - - checking returned OS name ok 9 - Win32::GetOSName() in list context ok 10 - - checking returned OS name ok 11 - - checking returned description ok 12 - - checking that OS name is the same in both calls ok 13 - Win32::LoginName() ok 14 - - checking returned login name ok 15 - Win32::NodeName() ok 16 - - checking returned node name ok t/Unicode.....................1..12 # Running under perl version 5.010000 for MSWin32 # Win32::BuildNumber 1001 # Current time local: Thu Feb 28 15:06:23 2008 # Current time GMT: Thu Feb 28 23:06:23 2008 # Using Test.pm version 1.25 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok All tests successful. Files=12, Tests=109, 1 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. WARNING: Unable to unlink 'C:\cpanrun\build\5-10-0\lib\auto\Win32\Win32.dll': Permission denied Going to try to rename it to 'C:\cpanrun\build\5-10-0\lib\auto\Win32\Win32.dll.AAA'. Rename succesful. Scheduling 'C:\cpanrun\build\5-10-0\lib\auto\Win32\Win32.dll.AAA' for deletion at reboot. Files found in blib\arch: installing files in blib\lib into architecture dependent library tree Installing C:\cpanrun\build\5-10-0\lib\auto\Win32\Win32.bs Installing C:\cpanrun\build\5-10-0\lib\auto\Win32\Win32.dll Installing C:\cpanrun\build\5-10-0\lib\auto\Win32\Win32.exp Installing C:\cpanrun\build\5-10-0\lib\auto\Win32\Win32.lib Installing C:\cpanrun\build\5-10-0\lib\auto\Win32\Win32.pdb Appending installation info to C:\cpanrun\build\5-10-0\lib/perllocal.pod