Cannot determine perl version info from lib/JSON/Any.pm *** Module::AutoInstall version 1.03 *** Checking for Perl dependencies... [Core Features] - Test::More ...loaded. (0.72) - Carp ...loaded. (1.08) - JSON ...missing. (would need 2.02) ==> Auto-install the 1 mandatory module(s) from CPAN? [Y/n] y [JSON::XS] - JSON::XS ...missing. ==> Auto-install the 1 optional module(s) from CPAN? [y/N] n [JSON::PC] - JSON::PC ...missing. ==> Auto-install the 1 optional module(s) from CPAN? [y/N] n [JSON::DWIW] - JSON::DWIW ...missing. ==> Auto-install the 1 optional module(s) from CPAN? [y/N] n [JSON::Syck] - JSON::Syck ...missing. ==> Auto-install the 1 optional module(s) from CPAN? [y/N] n *** Dependencies will be installed the next time you type 'nmake'. *** Module::AutoInstall configuration finished. Checking if your kit is complete... Looks good Warning: prerequisite JSON 2.02 not found. Writing Makefile for JSON::Any 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 "-Iinc" Makefile.PL --config= --installdeps=JSON,2.02 Cannot determine perl version info from lib/JSON/Any.pm *** Installing dependencies... [MSG] No 'C:\Documents and Settings\cpanrun\Application Data\.cpanplus\custom-sources' dir, skipping custom sources [MSG] No 'C:\Documents and Settings\cpanrun\Application Data\.cpanplus\custom-sources' dir, skipping custom sources [MSG] No 'C:\Documents and Settings\cpanrun\Application Data\.cpanplus\custom-sources' dir, skipping custom sources *** Installing JSON... Running [C:\cpanrun\build\5-10-0\bin\perl.exe C:\cpanrun\build\5-10-0\bin\cpanp-run-perl.bat C:\DOCUME~1\cpanrun\APPLIC~1\CPANPL~1\510~1.0\build\JSON-2.07\Makefile.PL ]... Wellcome to JSON (v.2.07) ============================= If you install JSON::XS v.2.01, it makes JSON faster. ************************** CAUTION ************************** * This is 'JSON version 2' and there are many differences * * to version 1.xx * * Please check your applications useing old version. * * See to 'INCOMPATIBLE CHANGES TO OLD VERSION' and 'TIPS' * ************************************************************* Checking if your kit is complete... Looks good Writing Makefile for JSON Running [C:\PROGRA~1\MICROS~3\VC98\BIN\nmake.EXE test UNINST=1]... 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(0, 'blib\lib', 'blib\arch')" t/*.t t/00_load..................ok t/00_pod...................ok t/01_utf8..................ok t/02_error.................ok t/03_types.................ok t/04_pretty................ok t/06_pc_pretty.............ok t/07_pc_esc................ok t/08_pc_base...............ok t/09_pc_extra_number.......ok t/10_pc_keysort............ok t/11_pc_expo...............ok t/12_blessed...............ok t/13_limit.................ok t/14_latin1................ok t/15_prefix................ok t/16_tied..................ok t/17_relaxed...............ok t/18_json_checker..........ok t/99_binary................ok t/e00_func.................ok t/e01_property.............ok t/e02_bool.................ok t/e03_bool2................ok t/e04_sortby...............ok t/e05_esc_slash............ok t/e06_allow_barekey........ok t/e07_allow_singlequote....ok t/e08_decode...............ok t/e09_encode...............ok t/e10_bignum...............ok t/e11_as_nonblessed........ok t/x00_load.................ok 1/1 skipped: various reasons t/x02_error................ok 31/31 skipped: various reasons t/x12_blessed..............ok 16/16 skipped: various reasons t/x16_tied.................ok 2/2 skipped: various reasons t/xe01_property............ok 90/90 skipped: various reasons t/xe02_bool................ok 11/11 skipped: various reasons t/xe03_bool2...............ok 26/26 skipped: various reasons t/xe04support_by_pp........ok 3/3 skipped: various reasons t/xe05_indent_length.......ok 7/7 skipped: various reasons t/xe08_decode..............ok 6/6 skipped: various reasons t/xe10_bignum..............ok 6/6 skipped: various reasons t/xe11_as_nonblessed.......ok 3/3 skipped: various reasons All tests successful, 202 subtests skipped. Files=44, Tests=3066, 14 wallclock secs ( 0.00 cusr + 0.00 csys = 0.00 CPU) *** JSON successfully installed. *** Module::AutoInstall installation finished. cp lib/JSON/Any.pm blib\lib\JSON\Any.pm 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 "-Iinc" Makefile.PL --config= --installdeps=JSON,2.02 Cannot determine perl version info from lib/JSON/Any.pm C:\cpanrun\build\5-10-0\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(1, 'inc', 'blib\lib', 'blib\arch')" t/00-load.t t/01-JSON.t t/02-JSON-XS.t t/03-JSON-DWIW.t t/04-ENV.t t/05-JSON-Syck.t t/10_unicode.t t/00-load.........1..7 ok 1 - use JSON::Any; # Testing JSON::Any 1.16, Perl 5.010000, C:\cpanrun\build\5-10-0\bin\perl.exe ok 2 - JSON::Any->can('new') ok 3 - JSON::Any->can(...) ok 4 - JSON::Any->can(...) ok 5 - JSON::Any->can(...) ok 6 - JSON::Any->can(...) ok 7 ok t/01-JSON.........# Testing JSON.pm backend 1..15 ok 1 ok 2 - The object isa JSON::Any ok 3 - The object isa JSON 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 t/02-JSON-XS......1..0 # Skip JSON::XS not installed: Couldn't find a JSON Package. at (eval 3) line 1 # BEGIN failed--compilation aborted at (eval 3) line 2. # skipped all skipped: JSON::XS not installed: Couldn't find a JSON Package. at (eval 3) line 1 t/03-JSON-DWIW....1..0 # Skip JSON::DWIW not installed: Couldn't find a JSON Package. at (eval 3) line 1 # BEGIN failed--compilation aborted at (eval 3) line 2. # skipped all skipped: JSON::DWIW not installed: Couldn't find a JSON Package. at (eval 3) line 1 t/04-ENV..........ok 1 ok 2 ok 3 # skip JSON::XS not installed: Can't locate JSON/XS.pm in @INC (@INC contains: C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\JSON-Any\inc C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\JSON-Any\blib\lib C:\cpanrun\depot\main\contrib-patched\perl\CPAN\src\JSON-Any\blib\arch C:/cpanrun/build/5-10-0/site/lib C:/cpanrun/build/5-10-0/lib . C:/cpanrun/build/5-10-0/site/lib C:/cpanrun/build/5-10-0/lib .) at t/04-ENV.t line 26. # 1..3 ok 1/3 skipped: various reasons t/05-JSON-Syck....1..0 # Skip JSON::Syck not installed: Couldn't find a JSON Package. at (eval 3) line 1 # BEGIN failed--compilation aborted at (eval 3) line 2. # skipped all skipped: JSON::Syck not installed: Couldn't find a JSON Package. at (eval 3) line 1 t/10_unicode......# XS: Couldn't find a JSON Package. at t/10_unicode.t line 18 # handler is JSON ok 1 - json output is utf8 ok 2 - deeply ok 3 - text is the same ok 4 - text is utf8 if it needs to be ok 5 - deeply ok 6 - text is the same ok 7 - text is utf8 if it needs to be ok 8 - json output is utf8 ok 9 - deeply ok 10 - text is the same ok 11 - text is utf8 if it needs to be ok 12 - deeply ok 13 - text is the same ok 14 - text is utf8 if it needs to be # DWIW: Couldn't find a JSON Package. at t/10_unicode.t line 18 # Syck: Couldn't find a JSON Package. at t/10_unicode.t line 18 # PC: Couldn't find a JSON Package. at t/10_unicode.t line 18 1..14 ok All tests successful, 3 tests and 1 subtest skipped. Files=7, Tests=39, 1 wallclock secs ( 0.00 cusr + 0.00 csys = 0.00 CPU) 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 "-Iinc" Makefile.PL --config= --installdeps=JSON,2.02 Cannot determine perl version info from lib/JSON/Any.pm Installing C:\cpanrun\build\5-10-0\html\site\lib\JSON\Any.html Installing C:\cpanrun\build\5-10-0\site\lib\JSON\Any.pm Appending installation info to C:\cpanrun\build\5-10-0\lib/perllocal.pod