## DEPRECATED ##################################################### # This module is too buggy and is not maintained. # Please try to use JSON::XS which is faster than JSON::Syck and # properly works. # # Additionally, JSON module now use JSON::XS as the backend module # and if not available, it uses the pure Perl module JSON::PP. # Theire interfaces are incompatible to old JSON module (ver 1.xx). # # See to the new JSON module (ver 2.xx). ################################################################### Checking if your kit is complete... Looks good Writing Makefile for JSON::PC Microsoft (R) Program Maintenance Utility Version 6.00.8168.0 Copyright (C) Microsoft Corp 1988-1998. All rights reserved. cp lib/JSON/PC.pm blib\lib\JSON\PC.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 PC.xs > PC.xsc && C:\cpanrun\build\5-10-0\bin\perl.exe -MExtUtils::Command -e mv PC.xsc PC.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=\"0.03\" -DXS_VERSION=\"0.03\" "-IC:\cpanrun\build\5-10-0\lib\CORE" PC.c PC.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=\"0.03\" -DXS_VERSION=\"0.03\" "-IC:\cpanrun\build\5-10-0\lib\CORE" json_converter.c json_converter.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=\"0.03\" -DXS_VERSION=\"0.03\" "-IC:\cpanrun\build\5-10-0\lib\CORE" json_parser.c json_parser.c Running Mkbootstrap for JSON::PC () C:\cpanrun\build\5-10-0\bin\perl.exe -MExtUtils::Command -e chmod 644 PC.bs C:\cpanrun\build\5-10-0\bin\perl.exe -MExtUtils::Mksymlists -e "Mksymlists('NAME'=>\"JSON::PC\", 'DLBASE' => 'PC', 'DL_FUNCS' => { }, 'FUNCLIST' => [], 'IMPORTS' => { }, 'DL_VARS' => []);" link -out:blib\arch\auto\JSON\PC\PC.dll -dll -nologo -nodefaultlib -debug -opt:ref,icf -libpath:"C:\cpanrun\build\5-10-0\lib\CORE" -machine:x86 PC.obj json_converter.obj json_parser.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:PC.def Creating library blib\arch\auto\JSON\PC\PC.lib and object blib\arch\auto\JSON\PC\PC.exp C:\cpanrun\build\5-10-0\bin\perl.exe -MExtUtils::Command -e chmod 755 blib\arch\auto\JSON\PC\PC.dll C:\cpanrun\build\5-10-0\bin\perl.exe -MExtUtils::Command -e cp PC.bs blib\arch\auto\JSON\PC\PC.bs C:\cpanrun\build\5-10-0\bin\perl.exe -MExtUtils::Command -e chmod 644 blib\arch\auto\JSON\PC\PC.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/00-pod.............1..1 ok 1 - blib\lib\JSON\PC.pm ok t/01-use.............1..11 ok 1 - use JSON::PC; ok 2 - call sub : hash ok 3 - call sub : array ok 4 - call sub : member ok 5 - call sub : array ok 6 - The object isa JSON::PC ok 7 - hash ok 8 - array ok 9 - member ok 10 - array ok 11 ok t/02-base............1..46 ok 1 - {} ok 2 - [] ok 3 ok 4 - {"foo":"bar"} ok 5 - {"foo":""} ok 6 - {"foo":" "} ok 7 - {"foo":0} - autoconvert (default) ok 8 - {"foo":"0"} - no autoconv ok 9 - {"foo":"0 0"} ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 - The object isa JSON::NotString ok 21 - The object isa JSON::NotString ok 22 - The object isa JSON::NotString ok 23 - true ok 24 - false ok 25 - null ok 26 ok 27 - unmapping option true ok 28 - unmapping option false ok 29 - unmapping option null ok 30 - unmapping true (atr) ok 31 - unmapping false(atr) ok 32 - JSON::NotString [true,false,null] ok 33 ok 34 ok 35 ok 36 ok 37 - Bad string ok 38 - coderef bar circle ref at lib/JSON/PC.pm line 39. ok 39 - coderef undef # Looks like you planned 46 tests but only ran 39. # Looks like your test died just after 39. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 40-46 Failed 7/46 tests, 84.78% okay t/03-circleref.......1..4 ok 1 ok 2 ok 3 ok 4 ok t/04-autoconv........1..12 ok 1 - json::number ok 2 - normal default ok 3 - no autoconv ok 4 - autoconv ok 5 - option ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok t/05-esc.............1..17 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 14 ok 15 - {"id":"abc\ndef"} ok 16 - {"id":"abc\\ndef"} ok 17 - {"id":"abc\\\ndef"} ok t/06-comment.........1..11 ok 1 ok 2 ok 3 - unterminated comment ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok t/07-extra_number....1..24 ok 1 - hex 00 ok 2 - hex 01 ok 3 - hex 0a ok 4 - hex 10 ok 5 - hex ff ok 6 - oct 0 ok 7 - oct 1 ok 8 - oct 10 ok 9 - Bad object (hex) ok 10 - Bad object (oct) ok 11 - normal 0 ok 12 - normal 0.1 ok 13 - normal 10 ok 14 - normal -10 ok 15 - normal 0 ok 16 - normal 0.1 ok 17 - complex structure ok 18 - complex structure ok 19 - complex structure ok 20 - complex structure ok 21 - complex structure ok 22 - complex structure ok 23 - complex structure ok 24 - complex structure ok t/08-pretty..........1..17 ok 1 ok 2 ok 3 - indent => 1 ok 4 ok 5 ok 6 ok 7 - OOP ok 8 - OOP ok 9 - OOP ok 10 - OOP new JSON (pretty => 1) ok 11 - OOP (pretty => 1) ok 12 - OOP (pretty => 0) ok 13 - OOP (pretty => 1) ok 14 - OOP (pretty => 0) ok 15 - delimiter 0 ok 16 - delimiter 1 ok 17 - delimiter 2 ok t/09-quote...........1..47 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 - utf8 ok 8 - utf8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 ok 26 ok 27 ok 28 ok 29 ok 30 ok 31 ok 32 ok 33 ok 34 ok 35 ok 36 ok 37 ok 38 ok 39 ok 40 ok 41 ok 42 ok 43 ok 44 ok 45 ok 46 ok 47 ok t/10-ordered.........1..8 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok t/11-convblessed.....1..40 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 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 ok 26 ok 27 ok 28 ok 29 ok 30 ok 31 ok 32 ok 33 ok 34 ok 35 ok 36 ok 37 ok 38 ok 39 ok 40 ok t/12-selfconv........1..15 ok 1 - Everything works as usual if not enabled ok 2 - skip invalid if you want smth... ok 3 - Everything works as usual if not enabled ok 4 - self converted ! ok 5 - _toJson call ok 6 - call to hashToJson ok 7 - call to arrayToJson ok 8 - call to valueToJson ok 9 - hash - skipinvalid not necessary ok 10 - array - skipinvalid not necessary ok 11 - obj to null value ok 12 - obj to false value ok 13 - obj to true value ok 14 - don't ask an object to recursively jsonize itself ok 15 - usual circle ref is detected ok t/13-expo............1..8 ok 1 - digit -12.34 ok 2 - digit -12.34 ok 3 - digit -1.234e5 ok 4 - digit -1.234e5 ok 5 - digit 1.23E-4 ok 6 - digit 1.23E-4 ok 7 - digit 1.01e+30 ok 8 - digit 1.01e+30 ok t/14-utf8............1..21 ok 1 - no UTF8 option ok 2 - UTF8 option ok 3 - with UTF8 ok 4 - without UTF8 ok 5 - with UTF8 ok 6 - no utf8 option ok 7 - with utf8 option ok 8 - utf8 option ok 9 - with UTF8 flag ok 10 - utf8 => 1 ok 11 ok 12 - $JSON::UTF8 = 1 but option is 0 ok 13 ok 14 - no UTF8 ok 15 - ["\u3042\u3044"] ok 16 ok 17 ok 18 - \u3042\u3044 ok 19 ok 20 ok 21 ok t/15-singlequote.....1..7 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/02-base.t 255 65280 46 14 40-46 Failed 1/16 test scripts. 7/289 subtests failed. Files=16, Tests=289, 3 wallclock secs ( 0.00 cusr + 0.00 csys = 0.00 CPU) Failed 1/16 test programs. 7/289 subtests failed. NMAKE : fatal error U1077: 'C:\cpanrun\build\5-10-0\bin\perl.exe' : return code '0xff' Stop.