Checking if your kit is complete... Looks good Writing Makefile for Config::Vars cp Vars.pm blib/lib/Config/Vars.pm Manifying blib/man3/Config::Vars.3 PERL_DL_NONLAZY=1 /home/cpanrun/ia64-lp64/build/5.8.2/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/export....1..2 ok 1 - No default export ok 2 - All symbols exported ok t/nowarn....Type of arg 1 to Readonly::Readonly must be one of [$@%] (not single ref constructor) at t/cvNowarn.pm line 7, near "'Mittens';" BEGIN not safe after errors--compilation aborted at t/cvNowarn.pm line 8. Compilation failed in require at t/nowarn.t line 10. BEGIN failed--compilation aborted at t/nowarn.t line 10. # Looks like your test died before it could output anything. 1..1 dubious Test returned status 2 (wstat 512, 0x200) DIED. FAILED test 1 Failed 1/1 tests, 0.00% okay t/ro........1..28 # Failed test (t/ro.t at line 22) # got: 'Type of arg 1 to Readonly::Readonly must be one of [$@%] (not single ref constructor) at t/rScalarV.pm line 7, near "'Mountain Dew';" # Compilation failed in require at (eval 5) line 1. # BEGIN failed--compilation aborted at (eval 5) line 1. # ' # expected: '' not ok 1 - Scalar variable use # Failed test (t/ro.t at line 34) # got: 'Type of arg 1 to Readonly::Readonly must be one of [$@%] (not single ref constructor) at t/rScalar.pm line 7, near "$beer;" # Compilation failed in require at (eval 10) line 1. # BEGIN failed--compilation aborted at (eval 10) line 1. # ' # expected: '' not ok 2 - null Scalar ro variable use # Failed test (t/ro.t at line 48) # got: 'Type of arg 1 to Readonly::Readonly must be one of [$@%] (not reference constructor) at t/rArrayV.pm line 7, near ");" # Compilation failed in require at (eval 12) line 1. # BEGIN failed--compilation aborted at (eval 12) line 1. # ' # expected: '' not ok 3 - ro Array variable use # Failed test (t/ro.t at line 60) # got: 'Type of arg 1 to Readonly::Readonly must be one of [$@%] (not reference constructor) at t/rArray.pm line 7, near "@bev2;" # Compilation failed in require at (eval 14) line 1. # BEGIN failed--compilation aborted at (eval 14) line 1. # ' # expected: '' not ok 4 - empty Array variable use # Failed test (t/ro.t at line 74) # got: 'Type of arg 1 to Readonly::Readonly must be one of [$@%] (not reference constructor) at t/rHashV.pm line 7, near ");" # Compilation failed in require at (eval 16) line 1. # BEGIN failed--compilation aborted at (eval 16) line 1. # ' # expected: '' not ok 5 - ro Hash use # Failed test (t/ro.t at line 86) # got: 'Type of arg 1 to Readonly::Readonly must be one of [$@%] (not reference constructor) at t/rHash.pm line 7, near "%bev2;" # Compilation failed in require at (eval 18) line 1. # BEGIN failed--compilation aborted at (eval 18) line 1. # ' # expected: '' not ok 6 - ro empty Hash use # Looks like you planned 28 tests but only ran 6. dubious Test returned status 28 (wstat 7168, 0x1c00) DIED. FAILED tests 1-28 Failed 28/28 tests, 0.00% okay t/var.......1..32 ok 1 - Scalar variable value ok 2 - Scalar variable is writeable ok 3 - Scalar write successful ok 4 - Scalar variable use Useless use of a variable in void context at t/vScalar.pm line 7. ok 5 - Scalar variable valueless ok 6 - null scalar is writeable ok 7 - null scalar write successful ok 8 - null Scalar variable use ok 9 - Array variable value 1 ok 10 - Array variable value 2 ok 11 - Array variable value 3 ok 12 - Array is writeable ok 13 - Array assignment 1 ok 14 - Array assignment 2 ok 15 - Array variable use Useless use of a variable in void context at t/vArray.pm line 7. ok 16 - empty Array variable value ok 17 - empty Array is writeable ok 18 - empty Array assignment 1 ok 19 - empty Array assignment 2 ok 20 - empty Array variable use ok 21 - Hash variable value 1 ok 22 - Hash variable value 2 ok 23 - Hash variable value 3 ok 24 - Hash is writeable ok 25 - Hash assignment 1 ok 26 - Hash assignment 2 ok 27 - Hash variable use Useless use of a variable in void context at t/vHash.pm line 7. ok 28 - empty Hash variable value ok 29 - empty Hash is writeable ok 30 - empty Hash assignment 1 ok 31 - empty Hash assignment 2 ok 32 - empty Hash variable use ok t/warn......1..4 Type of arg 1 to Readonly::Readonly must be one of [$@%] (not single ref constructor) at t/cvWarn.pm line 7, near "'Mittens';" BEGIN not safe after errors--compilation aborted at t/cvWarn.pm line 8. Compilation failed in require at t/warn.t line 10. BEGIN failed--compilation aborted at t/warn.t line 10. # Looks like your test died before it could output anything. dubious Test returned status 2 (wstat 512, 0x200) DIED. FAILED tests 1-4 Failed 4/4 tests, 0.00% okay Failed 3/5 test scripts, 40.00% okay. 33/67 subtests failed, 50.75% okay. Failed Test Stat Wstat Total Fail Failed List of Failed --------------------------------------------------------------------------------------------------------------------------------------- t/nowarn.t 2 512 1 2 200.00% 1 t/ro.t 28 7168 28 50 178.57% 1-28 t/warn.t 2 512 4 8 200.00% 1-4 make: *** [test_dynamic] Error 2