Checking if your kit is complete... Looks good Writing Makefile for Win32::PerfCounter Microsoft (R) Program Maintenance Utility Version 6.00.8168.0 Copyright (C) Microsoft Corp 1988-1998. All rights reserved. cp PerfCounter.pm blib\lib\Win32\PerfCounter.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 PerfCounter.xs > PerfCounter.xsc && C:\cpanrun\build\5-10-0\bin\perl.exe -MExtUtils::Command -e mv PerfCounter.xsc PerfCounter.c Please specify prototyping behavior for PerfCounter.xs (see perlxs manual) cl -c -I. -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.02\" -DXS_VERSION=\"0.02\" "-IC:\cpanrun\build\5-10-0\lib\CORE" PerfCounter.c PerfCounter.c Running Mkbootstrap for Win32::PerfCounter () C:\cpanrun\build\5-10-0\bin\perl.exe -MExtUtils::Command -e chmod 644 PerfCounter.bs C:\cpanrun\build\5-10-0\bin\perl.exe -MExtUtils::Mksymlists -e "Mksymlists('NAME'=>\"Win32::PerfCounter\", 'DLBASE' => 'PerfCounter', 'DL_FUNCS' => { }, 'FUNCLIST' => [], 'IMPORTS' => { }, 'DL_VARS' => []);" link -out:blib\arch\auto\Win32\PerfCounter\PerfCounter.dll -dll -nologo -nodefaultlib -debug -opt:ref,icf -libpath:"C:\cpanrun\build\5-10-0\lib\CORE" -machine:x86 PerfCounter.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:PerfCounter.def Creating library blib\arch\auto\Win32\PerfCounter\PerfCounter.lib and object blib\arch\auto\Win32\PerfCounter\PerfCounter.exp C:\cpanrun\build\5-10-0\bin\perl.exe -MExtUtils::Command -e chmod 755 blib\arch\auto\Win32\PerfCounter\PerfCounter.dll C:\cpanrun\build\5-10-0\bin\perl.exe -MExtUtils::Command -e cp PerfCounter.bs blib\arch\auto\Win32\PerfCounter\PerfCounter.bs C:\cpanrun\build\5-10-0\bin\perl.exe -MExtUtils::Command -e chmod 644 blib\arch\auto\Win32\PerfCounter\PerfCounter.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_use.............1..1 ok 1 - use Win32::PerfCounter; ok t/2_frequency.......1..1 ok 1 - Win32::PerfCounter::frequency ok t/3_counter_diff....1..1 ok 1 - Win32::PerfCounter::counter ok t/pod-coverage......1..0 # Skip Test::Pod::Coverage 1.04 required for testing POD coverage skipped all skipped: Test::Pod::Coverage 1.04 required for testing POD coverage t/pod...............1..1 # Failed test 'blib\lib\Win32\PerfCounter.pm' # at C:/cpanrun/build/5-10-0/site/lib/Test/Pod.pm line 159. not ok 1 - blib\lib\Win32\PerfCounter.pm # blib\lib\Win32\PerfCounter.pm (55): '=item' outside of any '=over' # blib\lib\Win32\PerfCounter.pm (63): You forgot a '=back' before '=head1' # Looks like you failed 1 test of 1. dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 1 Failed 1/1 tests, 0.00% okay Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/pod.t 1 256 1 1 1 1 test skipped. Failed 1/5 test scripts. 1/4 subtests failed. Files=5, Tests=4, 2 wallclock secs ( 0.00 cusr + 0.00 csys = 0.00 CPU) Failed 1/5 test programs. 1/4 subtests failed. NMAKE : fatal error U1077: 'C:\cpanrun\build\5-10-0\bin\perl.exe' : return code '0x1' Stop.