Checking if your kit is complete... Looks good Writing Makefile for Readonly::XS Microsoft (R) Program Maintenance Utility Version 6.00.8168.0 Copyright (C) Microsoft Corp 1988-1998. All rights reserved. cp XS.pm blib\lib\Readonly\XS.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 XS.xs > XS.xsc && C:\cpanrun\build\5-10-0\bin\perl.exe -MExtUtils::Command -e mv XS.xsc XS.c 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=\"1.04\" -DXS_VERSION=\"1.04\" "-IC:\cpanrun\build\5-10-0\lib\CORE" XS.c XS.c Running Mkbootstrap for Readonly::XS () C:\cpanrun\build\5-10-0\bin\perl.exe -MExtUtils::Command -e chmod 644 XS.bs C:\cpanrun\build\5-10-0\bin\perl.exe -MExtUtils::Mksymlists -e "Mksymlists('NAME'=>\"Readonly::XS\", 'DLBASE' => 'XS', 'DL_FUNCS' => { }, 'FUNCLIST' => [], 'IMPORTS' => { }, 'DL_VARS' => []);" link -out:blib\arch\auto\Readonly\XS\XS.dll -dll -nologo -nodefaultlib -debug -opt:ref,icf -libpath:"C:\cpanrun\build\5-10-0\lib\CORE" -machine:x86 XS.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:XS.def Creating library blib\arch\auto\Readonly\XS\XS.lib and object blib\arch\auto\Readonly\XS\XS.exp C:\cpanrun\build\5-10-0\bin\perl.exe -MExtUtils::Command -e chmod 755 blib\arch\auto\Readonly\XS\XS.dll C:\cpanrun\build\5-10-0\bin\perl.exe -MExtUtils::Command -e cp XS.bs blib\arch\auto\Readonly\XS\XS.bs C:\cpanrun\build\5-10-0\bin\perl.exe -MExtUtils::Command -e chmod 644 blib\arch\auto\Readonly\XS\XS.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/test....1..10 String found where operator expected at C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\Readonly-XS\blib\lib/Readonly/XS.pm line 36, near "Carp::croak "Readonly::XS is not a standalone module. You should not use it directly."" (Do you need to predeclare Carp::croak?) # Failed test 'Unauthorized use' # at t/test.t line 17. not ok 1 - Unauthorized use # got: 'syntax error # BEGIN not safe after errors--compilation aborted at C:\cpa' # expected: 'Readonly::XS is not a standalone module. You should not use it directly' String found where operator expected at C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\Readonly-XS\blib\lib/Readonly/XS.pm line 36, near "Carp::croak "Readonly::XS is not a standalone module. You should not use it directly."" (Do you need to predeclare Carp::croak?) # Failed test 'Authorized use' # at t/test.t line 22. not ok 2 - Authorized use # got: 'syntax error at C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\Readonly-XS\blib\lib/Readonly/XS.pm line 36, near "Carp::croak "Readonly::XS is not a standalone module. You should not use it directly."" # BEGIN not safe after errors--compilation aborted at C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\Readonly-XS\blib\lib/Readonly/XS.pm line 38. # Compilation failed in require at (eval 5) line 2. # BEGIN failed--compilation aborted at (eval 5) line 2. # ' # expected: '' # Failed test 'is_sv_readonly loaded' # at t/test.t line 26. not ok 3 - is_sv_readonly loaded # Failed test 'make_sv_readonly loaded' # at t/test.t line 27. not ok 4 - make_sv_readonly loaded Undefined subroutine &Readonly::is_sv_readonly called at t/test.t line 30. # Looks like you planned 10 tests but only ran 4. # Looks like you failed 4 tests of 4 run. # Looks like your test died just after 4. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-10 Failed 10/10 tests, 0.00% okay Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/test.t 255 65280 10 16 1-10 Failed 1/1 test scripts. 10/10 subtests failed. Files=1, Tests=10, 1 wallclock secs ( 0.00 cusr + 0.00 csys = 0.00 CPU) Failed 1/1 test programs. 10/10 subtests failed. NMAKE : fatal error U1077: 'C:\cpanrun\build\5-10-0\bin\perl.exe' : return code '0xff' Stop.