Checking if your kit is complete... Looks good Writing Makefile for IO Microsoft (R) Program Maintenance Utility Version 6.00.8168.0 Copyright (C) Microsoft Corp 1988-1998. All rights reserved. cp IO/Dir.pm blib\lib\IO\Dir.pm cp IO/Handle.pm blib\lib\IO\Handle.pm cp IO/Socket/INET.pm blib\lib\IO\Socket\INET.pm cp IO/Poll.pm blib\lib\IO\Poll.pm cp IO/Pipe.pm blib\lib\IO\Pipe.pm cp IO/Seekable.pm blib\lib\IO\Seekable.pm cp IO/Socket.pm blib\lib\IO\Socket.pm cp IO/Select.pm blib\lib\IO\Select.pm cp IO/File.pm blib\lib\IO\File.pm cp IO.pm blib\lib\IO.pm cp IO/Socket/UNIX.pm blib\lib\IO\Socket\UNIX.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 IO.xs > IO.xsc && C:\cpanrun\build\5-10-0\bin\perl.exe -MExtUtils::Command -e mv IO.xsc IO.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=\"1.23\" -DXS_VERSION=\"1.23\" "-IC:\cpanrun\build\5-10-0\lib\CORE" IO.c IO.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=\"1.23\" -DXS_VERSION=\"1.23\" "-IC:\cpanrun\build\5-10-0\lib\CORE" poll.c poll.c Running Mkbootstrap for IO () C:\cpanrun\build\5-10-0\bin\perl.exe -MExtUtils::Command -e chmod 644 IO.bs C:\cpanrun\build\5-10-0\bin\perl.exe -MExtUtils::Mksymlists -e "Mksymlists('NAME'=>\"IO\", 'DLBASE' => 'IO', 'DL_FUNCS' => { }, 'FUNCLIST' => [], 'IMPORTS' => { }, 'DL_VARS' => []);" link -out:blib\arch\auto\IO\IO.dll -dll -nologo -nodefaultlib -debug -opt:ref,icf -libpath:"C:\cpanrun\build\5-10-0\lib\CORE" -machine:x86 IO.obj poll.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:IO.def Creating library blib\arch\auto\IO\IO.lib and object blib\arch\auto\IO\IO.exp C:\cpanrun\build\5-10-0\bin\perl.exe -MExtUtils::Command -e chmod 755 blib\arch\auto\IO\IO.dll C:\cpanrun\build\5-10-0\bin\perl.exe -MExtUtils::Command -e cp IO.bs blib\arch\auto\IO\IO.bs C:\cpanrun\build\5-10-0\bin\perl.exe -MExtUtils::Command -e chmod 644 blib\arch\auto\IO\IO.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/IO...............1..18 ok 1 - require IO ok 2 - IO should call XSLoader::load() ok 3 - ... loading the IO library ok 4 - ... with the current .pm version ok 5 - ... import default, should not warn ok 6 - ... import default, should not warn ok 7 - ... import default, should warn ok 8 - ... import default, should warn ok 9 - ... import default, should warn ok 10 - ... import should default load IO/Handle.pm ok 11 - ... import should default load IO/Seekable.pm ok 12 - ... import should default load IO/File.pm ok 13 - ... import should default load IO/Pipe.pm ok 14 - ... import should default load IO/Socket.pm ok 15 - ... import should default load IO/Dir.pm ok 16 - ... croaking on any error ok 17 - import() should import IO:: modules by name ok 18 - ... and should not call import() on imported modules ok t/io_const.........1..6 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok t/io_dir...........1..10 ok 1 rewinddir() attempted on invalid dirhandle GEN0 at C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\IO\blib\lib/IO/Dir.pm line 84. readdir() attempted on invalid dirhandle GEN0 at C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\IO\blib\lib/IO/Dir.pm line 66. ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok t/io_dup...........1..6 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok t/io_file..........1..9 ok 1 - use IO::File ok 2 - IO::File->can('binmode') ok 3 - The object isa IO::File ok 4 - Opened 'bin.2516' ok 5 - Content match fails without binmode ok 6 - The object isa IO::File ok 7 - Opened 'bin.2516' Bad file descriptor ok 8 - binmode enabled ok 9 - Content match passes with binmode ok t/io_linenum.......1..12 # Running under perl version 5.010000 for MSWin32 # Win32::BuildNumber 1001 # Current time local: Wed Feb 27 02:48:24 2008 # Current time GMT: Wed Feb 27 10:48:24 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 t/io_multihomed....1..0 # Skip: no fork skipped all skipped: no fork t/io_pipe..........1..0 # Skip: no fork skipped all skipped: no fork t/io_poll..........1..10 ok 1 ok 2 ok 3 # skipped, doesn't work on non-socket fds ok 4 # skipped, doesn't work on non-socket fds ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok t/io_sel...........1..23 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 # skip: 4-arg select is only valid on sockets ok 11 # skip: 4-arg select is only valid on sockets ok 12 # skip: 4-arg select is only valid on sockets ok 13 # skip: 4-arg select is only valid on sockets ok 14 # skip: 4-arg select is only valid on sockets ok 15 # skip: 4-arg select is only valid on sockets ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok t/io_sock..........1..0 # Skip: no fork skipped all skipped: no fork t/io_taint.........1..3 ok 1 ok 2 ok 3 ok t/io_tell..........1..13 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 t/io_udp...........1..7 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok t/io_unix..........1..0 # Skip: no fork skipped all skipped: no fork t/io_utf8..........1..5 ok 1 - use IO::File ok 2 - open >:utf8 ok 3 - print chr(256) ok 4 - open <:utf8 ok 5 - readline chr(256) ok t/io_xs............1..4 ok 1 ok 2 ok 3 ok 4 # Invalid argument ok All tests successful, 4 tests skipped. Files=17, Tests=126, 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. WARNING: Unable to unlink 'C:\cpanrun\build\5-10-0\lib\auto\IO\IO.dll': Permission denied Going to try to rename it to 'C:\cpanrun\build\5-10-0\lib\auto\IO\IO.dll.AAA'. Rename succesful. Scheduling 'C:\cpanrun\build\5-10-0\lib\auto\IO\IO.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\IO\IO.bs Installing C:\cpanrun\build\5-10-0\lib\auto\IO\IO.dll Installing C:\cpanrun\build\5-10-0\lib\auto\IO\IO.exp Installing C:\cpanrun\build\5-10-0\lib\auto\IO\IO.lib Installing C:\cpanrun\build\5-10-0\lib\auto\IO\IO.pdb Installing C:\cpanrun\build\5-10-0\html\lib\IO\File.html Installing C:\cpanrun\build\5-10-0\html\lib\IO\Handle.html Installing C:\cpanrun\build\5-10-0\html\lib\IO\Pipe.html Installing C:\cpanrun\build\5-10-0\html\lib\IO\Poll.html Installing C:\cpanrun\build\5-10-0\html\lib\IO\Seekable.html Installing C:\cpanrun\build\5-10-0\html\lib\IO\Select.html Installing C:\cpanrun\build\5-10-0\html\lib\IO\Socket.html Installing C:\cpanrun\build\5-10-0\html\lib\IO\Socket\INET.html Installing C:\cpanrun\build\5-10-0\html\lib\IO\Socket\UNIX.html Installing C:\cpanrun\build\5-10-0\lib\IO.pm Installing C:\cpanrun\build\5-10-0\lib\IO\Socket.pm Appending installation info to C:\cpanrun\build\5-10-0\lib/perllocal.pod