Checking if your kit is complete... Looks good Writing Makefile for Text::Soundex Microsoft (R) Program Maintenance Utility Version 6.00.8168.0 Copyright (C) Microsoft Corp 1988-1998. All rights reserved. cp Soundex.pm blib\lib\Text\Soundex.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 Soundex.xs > Soundex.xsc && C:\cpanrun\build\5-10-0\bin\perl.exe -MExtUtils::Command -e mv Soundex.xsc Soundex.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=\"3.03\" -DXS_VERSION=\"3.03\" "-IC:\cpanrun\build\5-10-0\lib\CORE" Soundex.c Soundex.c Running Mkbootstrap for Text::Soundex () C:\cpanrun\build\5-10-0\bin\perl.exe -MExtUtils::Command -e chmod 644 Soundex.bs C:\cpanrun\build\5-10-0\bin\perl.exe -MExtUtils::Mksymlists -e "Mksymlists('NAME'=>\"Text::Soundex\", 'DLBASE' => 'Soundex', 'DL_FUNCS' => { }, 'FUNCLIST' => [], 'IMPORTS' => { }, 'DL_VARS' => []);" link -out:blib\arch\auto\Text\Soundex\Soundex.dll -dll -nologo -nodefaultlib -debug -opt:ref,icf -libpath:"C:\cpanrun\build\5-10-0\lib\CORE" -machine:x86 Soundex.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:Soundex.def Creating library blib\arch\auto\Text\Soundex\Soundex.lib and object blib\arch\auto\Text\Soundex\Soundex.exp C:\cpanrun\build\5-10-0\bin\perl.exe -MExtUtils::Command -e chmod 755 blib\arch\auto\Text\Soundex\Soundex.dll C:\cpanrun\build\5-10-0\bin\perl.exe -MExtUtils::Command -e cp Soundex.bs blib\arch\auto\Text\Soundex\Soundex.bs C:\cpanrun\build\5-10-0\bin\perl.exe -MExtUtils::Command -e chmod 644 blib\arch\auto\Text\Soundex\Soundex.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 use Text::Soundex 'soundex'.................................ok use Text::Soundex 'soundex_nara'............................ok use Text::Soundex;..........................................ok soundex('Euler') eq 'E460'..................................ok soundex('Gauss') eq 'G200'..................................ok soundex('Hilbert') eq 'H416'................................ok soundex('Knuth') eq 'K530'..................................ok soundex('Lloydi') eq 'L300'.................................ok soundex('Lukasiewicz') eq 'L222'............................ok soundex('2 + 2 = 4') eq undef...............................ok soundex(undef) eq undef.....................................ok soundex('Ellery', 'Ghosh', 'Heilbronn', 'Kant', 'Ladd', 'Lissajous') eq ('E460', 'G200', 'H416', 'K530', 'L300', 'L222')....................ok soundex('Mark', 'Mielke') eq ('M620', 'M420')...............ok soundex('Mike', undef, 'Stok') eq ('M200', undef, 'S320')...ok setting $soundex_nocode.....................................ok $soundex_nocode eq $Text::Soundex::nocode...................ok empty list..................................................ok soundex('CZARKOWSKA') eq 'C622'.............................ok 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\lib\auto\Text\Soundex\Soundex.bs Installing C:\cpanrun\build\5-10-0\lib\auto\Text\Soundex\Soundex.dll Installing C:\cpanrun\build\5-10-0\lib\auto\Text\Soundex\Soundex.exp Installing C:\cpanrun\build\5-10-0\lib\auto\Text\Soundex\Soundex.lib Installing C:\cpanrun\build\5-10-0\lib\auto\Text\Soundex\Soundex.pdb Appending installation info to C:\cpanrun\build\5-10-0\lib/perllocal.pod