Checking if your kit is complete... Looks good Writing Makefile for Crypt::RIPEMD160 Microsoft (R) Program Maintenance Utility Version 6.00.8168.0 Copyright (C) Microsoft Corp 1988-1998. All rights reserved. cp RIPEMD160/MAC.pm blib\lib\Crypt\RIPEMD160\MAC.pm cp RIPEMD160.pm blib\lib\Crypt\RIPEMD160.pm AutoSplitting blib\lib\Crypt\RIPEMD160.pm (blib\lib\auto\Crypt\RIPEMD160) 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 RIPEMD160.xs > RIPEMD160.xsc && C:\cpanrun\build\5-10-0\bin\perl.exe -MExtUtils::Command -e mv RIPEMD160.xsc RIPEMD160.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.04\" -DXS_VERSION=\"0.04\" "-IC:\cpanrun\build\5-10-0\lib\CORE" -DPERL_BYTEORDER=1234 RIPEMD160.c RIPEMD160.c RIPEMD160.xs(55) : warning C4101: 'svdata' : unreferenced local variable RIPEMD160.c(182) : warning C4101: 'RETVAL' : unreferenced local variable 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.04\" -DXS_VERSION=\"0.04\" "-IC:\cpanrun\build\5-10-0\lib\CORE" -DPERL_BYTEORDER=1234 rmd160.c rmd160.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.04\" -DXS_VERSION=\"0.04\" "-IC:\cpanrun\build\5-10-0\lib\CORE" -DPERL_BYTEORDER=1234 wrap_160.c wrap_160.c wrap_160.c(75) : warning C4013: 'printf' undefined; assuming extern returning int wrap_160.c(75) : warning C4129: '%' : unrecognized character escape sequence Running Mkbootstrap for Crypt::RIPEMD160 () C:\cpanrun\build\5-10-0\bin\perl.exe -MExtUtils::Command -e chmod 644 RIPEMD160.bs C:\cpanrun\build\5-10-0\bin\perl.exe -MExtUtils::Mksymlists -e "Mksymlists('NAME'=>\"Crypt::RIPEMD160\", 'DLBASE' => 'RIPEMD160', 'DL_FUNCS' => { }, 'FUNCLIST' => [], 'IMPORTS' => { }, 'DL_VARS' => []);" link -out:blib\arch\auto\Crypt\RIPEMD160\RIPEMD160.dll -dll -nologo -nodefaultlib -debug -opt:ref,icf -libpath:"C:\cpanrun\build\5-10-0\lib\CORE" -machine:x86 RIPEMD160.obj rmd160.obj wrap_160.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:RIPEMD160.def Creating library blib\arch\auto\Crypt\RIPEMD160\RIPEMD160.lib and object blib\arch\auto\Crypt\RIPEMD160\RIPEMD160.exp C:\cpanrun\build\5-10-0\bin\perl.exe -MExtUtils::Command -e chmod 755 blib\arch\auto\Crypt\RIPEMD160\RIPEMD160.dll C:\cpanrun\build\5-10-0\bin\perl.exe -MExtUtils::Command -e cp RIPEMD160.bs blib\arch\auto\Crypt\RIPEMD160\RIPEMD160.bs C:\cpanrun\build\5-10-0\bin\perl.exe -MExtUtils::Command -e chmod 644 blib\arch\auto\Crypt\RIPEMD160\RIPEMD160.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 "-Iblib\lib" "-Iblib\arch" test.pl 1..25 ok 1 (use Crypt::RIPEMD160;) ok 2 (new) ok 3 (std-test-vectors) ok 4 (A...Za...z0...9) ok 5 (8 x "1234567890") ok 6 (1e6 x "a") ok 7 (Various flavours of file-handle to addfile) ok 8 (Fully qualified with ' operator) ok 9 (Fully qualified with :: operator) ok 10 (Type glob) ok 11 (Type glob reference (the prefered mechanism)) ok 12 (File-handle passed by name (really the same as 9)) ok 13 (Other ways of reading the data -- line at a time) ok 14 (Input lines as a list to add()) ok 15 (Random chunks up to 128 bytes) ok 16 (All the data at once) ok 17 (Using static member function) ok 18 (Crypt::RIPEMD160::MAC std-test-vector from RFC2286) ok 19 (Crypt::RIPEMD160::MAC std-test-vector from RFC2286) ok 20 (Crypt::RIPEMD160::MAC std-test-vector from RFC2286) ok 21 (Crypt::RIPEMD160::MAC std-test-vector from RFC2286) ok 22 (Crypt::RIPEMD160::MAC std-test-vector from RFC2286) ok 23 (Crypt::RIPEMD160::MAC std-test-vector from RFC2286) ok 24 (Crypt::RIPEMD160::MAC std-test-vector from RFC2286) ok 25 (Crypt::RIPEMD160::MAC std-test-vector from RFC2286) 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\Crypt\RIPEMD160\RIPEMD160.bs Installing C:\cpanrun\build\5-10-0\site\lib\auto\Crypt\RIPEMD160\RIPEMD160.dll Installing C:\cpanrun\build\5-10-0\site\lib\auto\Crypt\RIPEMD160\RIPEMD160.exp Installing C:\cpanrun\build\5-10-0\site\lib\auto\Crypt\RIPEMD160\RIPEMD160.lib Installing C:\cpanrun\build\5-10-0\site\lib\auto\Crypt\RIPEMD160\RIPEMD160.pdb Installing C:\cpanrun\build\5-10-0\html\site\lib\Crypt\RIPEMD160.html Installing C:\cpanrun\build\5-10-0\html\site\lib\Crypt\RIPEMD160\MAC.html Installing C:\cpanrun\build\5-10-0\site\lib\auto\Crypt\RIPEMD160\autosplit.ix Installing C:\cpanrun\build\5-10-0\site\lib\Crypt\RIPEMD160.pm Installing C:\cpanrun\build\5-10-0\site\lib\Crypt\RIPEMD160\MAC.pm Appending installation info to C:\cpanrun\build\5-10-0\lib/perllocal.pod