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.54) - Carp ...loaded. (0) [JSON] - JSON ...loaded. (1.15) [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 *** Module::AutoInstall configuration finished. Checking if your kit is complete... Looks good Writing Makefile for JSON::Any /bin/sh -c true /bin/sh -c true cp lib/JSON/Any.pm blib/lib/JSON/Any.pm Manifying blib/man3/JSON::Any.3 /bin/sh -c true /bin/sh -c true PERL_DL_NONLAZY=1 /export/home/cpanrun/build/5.6.1/bin/perl -Iinc -Iblib/arch -Iblib/lib -I/export/home/cpanrun/build/5.6.1/lib/5.6.1/sun4-solaris-thread-multi -e 'use Test::Harness qw(&runtests $verbose); $verbose=1; runtests @ARGV;' t/00-load.t t/01-JSON.t t/02-JSON-XS.t t/03-JSON-DWIW.t t/04-ENV.t t/10_unicode.t t/kwalitee.t t/pod-coverage.t t/pod.t t/00-load...........1..7 ok 1 - use JSON::Any; # Testing JSON::Any 1.09, Perl 5.006001, /export/home/cpanrun/build/5.6.1/bin/perl 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...........1..15 # Testing JSON.pm backend 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 2 # BEGIN failed--compilation aborted at (eval 3) line 2. # skipped: JSON::XS not installed: Couldn't find a JSON Package. at (eval 3) line 2 t/03-JSON-DWIW......1..0 # Skip JSON::DWIW not installed: Couldn't find a JSON Package. at (eval 3) line 2 # BEGIN failed--compilation aborted at (eval 3) line 2. # skipped: JSON::DWIW not installed: Couldn't find a JSON Package. at (eval 3) line 2 t/04-ENV............ok 1 ok 2 ok 3 # skip JSON::XS not installed: Can't locate JSON/XS.pm in @INC (@INC contains: inc blib/arch blib/lib /export/home/cpanrun/build/5.6.1/lib/5.6.1/sun4-solaris-thread-multi /export/home/cpanrun/depot/main/Apps/CPAN_Run/lib /export/home/cpanrun/build/5.6.1/lib/5.6.1/sun4-solaris-thread-multi /export/home/cpanrun/build/5.6.1/lib/5.6.1/sun4-solaris-thread-multi /export/home/cpanrun/build/5.6.1/lib/5.6.1 /export/home/cpanrun/build/5.6.1/lib/site_perl/5.6.1/sun4-solaris-thread-multi /export/home/cpanrun/build/5.6.1/lib/site_perl/5.6.1/sun4-solaris-thread-multi /export/home/cpanrun/build/5.6.1/lib/site_perl/5.6.1 /export/home/cpanrun/build/5.6.1/lib/site_perl/5.6.1/sun4-solaris-thread-multi /export/home/cpanrun/build/5.6.1/lib/site_perl/5.6.1 /export/home/cpanrun/build/5.6.1/lib/site_perl . /export/home/cpanrun/build/5.6.1/lib/5.6.1/sun4-solaris-thread-multi /export/home/cpanrun/build/5.6.1/lib/5.6.1 /export/home/cpanrun/build/5.6.1/lib/site_perl/5.6.1/sun4-solaris-thread-multi /export/home/cpanrun/build/5.6.1/lib/site_perl/5.6.1 /export/home/cpanrun/build/5.6.1/lib/site_perl .) at t/04-ENV.t line 19. # 1..3 FAILED tests 1-3 Failed 3/3 tests, 0.00% okay t/10_unicode........# XS: Couldn't find a JSON Package. at t/10_unicode.t line 13 # handler is JSON JSON::Converter couldn't use utf8. at /export/home/cpanrun/build/5.6.1/lib/site_perl/5.6.1/JSON/Converter.pm line 324. Undefined subroutine utf8::is_utf8 called at blib/lib/JSON/Any.pm line 306 # Looks like your test died before it could output anything. dubious Test returned status 255 (wstat 65280, 0xff00) t/kwalitee..........1..0 # Skip Test::Kwalitee not installed; skipping skipped: Test::Kwalitee not installed; skipping t/pod-coverage......1..0 # Skip Test::Pod::Coverage 1.04 required for testing POD coverage skipped: Test::Pod::Coverage 1.04 required for testing POD coverage t/pod...............1..0 # Skip Test::Pod 1.14 required for testing POD skipped: Test::Pod 1.14 required for testing POD Failed Test Status Wstat Total Fail Failed List of Failed -------------------------------------------------------------------------------- t/04-ENV.t 3 3 100.00% 1-3 t/10_unicode.t 255 65280 ?? ?? % ?? 5 tests skipped. Failed 2/9 test scripts, 77.78% okay. 3/25 subtests failed, 88.00% okay. make: *** [test_dynamic] Error 29