Cannot determine perl version info from lib/Data/Hive.pm *** Module::AutoInstall version 1.03 *** Checking for Perl dependencies... [Core Features] - Test::More ...loaded. (0.54) - Test::use::ok ...loaded. (0.02) - Test::MockObject ...loaded. (0.12) - Carp::Clan ...loaded. (5.4) *** Module::AutoInstall configuration finished. Checking if your kit is complete... Looks good Writing Makefile for Data::Hive /bin/sh -c true /bin/sh -c true cp lib/Data/Hive/Store/Hash.pm blib/lib/Data/Hive/Store/Hash.pm cp lib/Data/Hive/Store/Param.pm blib/lib/Data/Hive/Store/Param.pm cp lib/Data/Hive/Store.pm blib/lib/Data/Hive/Store.pm cp lib/Data/Hive.pm blib/lib/Data/Hive.pm Manifying blib/man3/Data::Hive::Store::Hash.3 Manifying blib/man3/Data::Hive::Store::Param.3 Manifying blib/man3/Data::Hive::Store.3 Manifying blib/man3/Data::Hive.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/hash.t t/param.t t/pod-coverage.t t/pod.t t/00-load...........1..1 ok 1 - use Data::Hive; # Testing Data::Hive 0.052, Perl 5.006001, /export/home/cpanrun/build/5.6.1/bin/perl ok t/hash..............ok 1 - use Data::Hive; ok 2 - use Data::Hive::Store::Hash; ok 3 - The object isa Data::Hive ok 4 - changes made to store ok 5 - did not autovivify ok 6 - deep set ok 7 - error on wrongly nested get ok 8 - error on wrongly nested set ok 9 - non-existent key doesn't EXISTS ok 10 - existing key does EXISTS ok 11 - get from saved leaf ok 12 - delete returned old value ok 13 - deep delete 1..13 FAILED tests 1-13 Failed 13/13 tests, 0.00% okay t/param.............ok 1 - use Data::Hive; ok 2 - use Data::Hive::Store::Param; ok 3 - GET ok 4 - SET ok 5 - NAME ok 6 - non-existent key doesn't EXISTS ok 7 - existing key does EXISTS ok 8 - SET (with escape) ok 9 - GET (with escape) ok 10 - delete returns old value ok 11 - delete removed item 1..11 FAILED tests 1-11 Failed 11/11 tests, 0.00% okay 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/hash.t 13 13 100.00% 1-13 t/param.t 11 11 100.00% 1-11 2 tests skipped. Failed 2/5 test scripts, 60.00% okay. 24/25 subtests failed, 4.00% okay. make: *** [test_dynamic] Error 29