Cannot determine perl version info from lib/Tie/Scalar/AsArray.pm *** Module::AutoInstall version 1.03 *** Checking for Perl dependencies... [Core Features] - Test::More ...loaded. (0.72) - parent ...loaded. (0.218) - Carp ...loaded. (0) - Scalar::Util ...loaded. (1.15) *** Module::AutoInstall configuration finished. Checking if your kit is complete... Looks good Writing Makefile for Tie::Scalar::AsArray /bin/sh -c true /bin/sh -c true cp lib/Tie/Scalar/AsArray.pm blib/lib/Tie/Scalar/AsArray.pm Manifying blib/man3/Tie::Scalar::AsArray.3 /bin/sh -c true /bin/sh -c true PERL_DL_NONLAZY=1 /home/cpanrun/pa-risc1.1/build/5.6.1/bin/perl -Iinc -Iblib/arch -Iblib/lib -I/home/cpanrun/pa-risc1.1/build/5.6.1/lib/5.6.1/PA-RISC1.1-thread-multi -e 'use Test::Harness qw(&runtests $verbose); $verbose=1; runtests @ARGV;' t/00-load.t t/01-synopsis.t t/02-comprehensive.t t/03-missing.t t/00-load.............1..1 ok 1 - use Tie::Scalar::AsArray; ok t/01-synopsis.........1..7 ok 1 - saw 'this' ok 2 - saw 'that' # Failed test 'saw ONLY 'this' and 'that'' not ok 3 - saw ONLY 'this' and 'that' # at t/01-synopsis.t line 15. # got: '3' # expected: '2' # Failed test 'saw ONLY 'this', 'that', and 'the other'' # at t/01-synopsis.t line 25. # got: '4' # expected: '3' # Looks like you failed 2 tests of 7. ok 4 - saw 'this' ok 5 - saw 'that' ok 6 - saw 'the other' not ok 7 - saw ONLY 'this', 'that', and 'the other' dubious Test returned status 2 (wstat 512, 0x200) DIED. FAILED tests 3, 7 Failed 2/7 tests, 71.43% okay t/02-comprehensive....1..45 ok 1 - BUILD called on tie ok 2 - FETCH not called on tie ok 3 - STORE not called on tie ok 4 - UNTIE not called on tie ok 5 - DESTROY not called on tie ok 6 - BUILD not called on $tied = 5 ok 7 - FETCH not called on $tied = 5 ok 8 - STORE called on $tied = 5 ok 9 - UNTIE not called on $tied = 5 ok 10 - DESTROY not called on $tied = 5 ok 11 - BUILD not called on $other = $tied ok 12 - FETCH called on $other = $tied ok 13 - STORE not called on $other = $tied ok 14 - UNTIE not called on $other = $tied ok 15 - DESTROY not called on $other = $tied ok 16 - BUILD not called on untie ok 17 - FETCH not called on untie ok 18 - STORE not called on untie ok 19 - UNTIE called on untie ok 20 - DESTROY called on untie ok 21 - BUILD not called on $tied = 100 after untie ok 22 - FETCH not called on $tied = 100 after untie ok 23 - STORE not called on $tied = 100 after untie ok 24 - UNTIE not called on $tied = 100 after untie ok 25 - DESTROY not called on $tied = 100 after untie ok 26 - BUILD not called on $other = $tied after untie ok 27 - FETCH not called on $other = $tied after untie ok 28 - STORE not called on $other = $tied after untie ok 29 - UNTIE not called on $other = $tied after untie ok 30 - DESTROY not called on $other = $tied after untie ok 31 - BUILD not called on scope exit after untie ok 32 - FETCH not called on scope exit after untie ok 33 - STORE not called on scope exit after untie ok 34 - UNTIE not called on scope exit after untie ok 35 - DESTROY not called on scope exit after untie ok 36 - BUILD called on second tie ok 37 - FETCH not called on second tie ok 38 - STORE not called on second tie ok 39 - UNTIE not called on second tie ok 40 - DESTROY not called on second tie ok 41 - BUILD not called on scope exit while tied ok 42 - FETCH not called on scope exit while tied ok 43 - STORE not called on scope exit while tied ok 44 - UNTIE not called on scope exit while tied ok 45 - DESTROY called on scope exit while tied ok t/03-missing..........1..3 ok 1 - lacking BUILD is OK ok 2 - no FETCH is an error ok 3 - no STORE is an error ok Failed 1/4 test scripts, 75.00% okay. 2/56 subtests failed, 96.43% okay. Failed Test Stat Wstat Total Fail Failed List of Failed ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- t/01-synopsis.t 2 512 7 2 28.57% 3 7 make: *** [test_dynamic] Error 11