Setting PATH to /opt/SUNWspro/bin:/usr/local/bin:/opt/csw/bin:/usr/ccs/bin:/usr/bin:/usr/sbin Start 2009-06-14T16:30:05 ActivePerl-818 CPAN-1.94 Going to read '/export/home/fly818/var/cpan/Metadata' Database was generated on Sun, 14 Jun 2009 08:27:34 GMT Running make for R/RO/ROODE/Config-Vars-0.01.tar.gz Checksum for /net/nas/data/cpan/authors/id/R/RO/ROODE/Config-Vars-0.01.tar.gz ok Config-0.01/ Config-0.01/Changes Config-0.01/Makefile.PL Config-0.01/MANIFEST Config-0.01/README Config-0.01/t/ Config-0.01/t/vHash.pm Config-0.01/t/warn.t Config-0.01/t/rHash.pm Config-0.01/t/vScalarV.pm Config-0.01/t/rArray.pm Config-0.01/t/cvWarn.pm Config-0.01/t/cvExp.pm Config-0.01/t/vScalar.pm Config-0.01/t/var.t Config-0.01/t/vArrayV.pm Config-0.01/t/vArray.pm Config-0.01/t/vHashV.pm Config-0.01/t/rArrayV.pm Config-0.01/t/rHashV.pm Config-0.01/t/rScalar.pm Config-0.01/t/rScalarV.pm Config-0.01/t/ro.t Config-0.01/t/export.t Config-0.01/t/cvExpall.pm Config-0.01/t/nowarn.t Config-0.01/t/cvNowarn.pm Config-0.01/Vars.pm CPAN.pm: Going to build R/RO/ROODE/Config-Vars-0.01.tar.gz >>> /export/home/fly818/bin/perl Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for Config::Vars >>> make cp Vars.pm blib/lib/Config/Vars.pm Manifying blib/man3/Config::Vars.3 ROODE/Config-Vars-0.01.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /export/home/fly818/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/export.t .. 1..2 ok 1 - No default export ok 2 - All symbols exported ok 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 exited with 255 before it could output anything. t/nowarn.t .. 1..1 Dubious, test returned 255 (wstat 65280, 0xff00) Failed 1/1 subtests # Failed test 'Scalar variable use' # at t/ro.t 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 8) line 1. # BEGIN failed--compilation aborted at (eval 8) line 1. # ' # expected: '' # Failed test 'null Scalar ro variable use' # at t/ro.t 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 15) line 1. # BEGIN failed--compilation aborted at (eval 15) line 1. # ' # expected: '' # Failed test 'ro Array variable use' # at t/ro.t 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 17) line 1. # BEGIN failed--compilation aborted at (eval 17) line 1. # ' # expected: '' # Failed test 'empty Array variable use' # at t/ro.t 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 19) line 1. # BEGIN failed--compilation aborted at (eval 19) line 1. # ' # expected: '' # Failed test 'ro Hash use' # at t/ro.t 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 21) line 1. # BEGIN failed--compilation aborted at (eval 21) line 1. # ' # expected: '' # Failed test 'ro empty Hash use' # at t/ro.t 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 23) line 1. # BEGIN failed--compilation aborted at (eval 23) line 1. # ' # expected: '' # Looks like you planned 28 tests but ran 6. # Looks like you failed 6 tests of 6 run. t/ro.t ...... 1..28 not ok 1 - Scalar variable use not ok 2 - null Scalar ro variable use not ok 3 - ro Array variable use not ok 4 - empty Array variable use not ok 5 - ro Hash use not ok 6 - ro empty Hash use Dubious, test returned 6 (wstat 1536, 0x600) Failed 28/28 subtests Useless use of a variable in void context at t/vScalar.pm line 7. Useless use of a variable in void context at t/vArray.pm line 7. Useless use of a variable in void context at t/vHash.pm line 7. t/var.t ..... 1..32 ok 1 - Scalar variable value ok 2 - Scalar variable is writeable ok 3 - Scalar write successful ok 4 - Scalar variable use 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 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 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 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 exited with 255 before it could output anything. t/warn.t .... 1..4 Dubious, test returned 255 (wstat 65280, 0xff00) Failed 4/4 subtests Test Summary Report ------------------- t/nowarn.t (Wstat: 65280 Tests: 0 Failed: 0) Non-zero exit status: 255 Parse errors: Bad plan. You planned 1 tests but ran 0. t/ro.t (Wstat: 1536 Tests: 6 Failed: 6) Failed tests: 1-6 Non-zero exit status: 6 Parse errors: Bad plan. You planned 28 tests but ran 6. t/warn.t (Wstat: 65280 Tests: 0 Failed: 0) Non-zero exit status: 255 Parse errors: Bad plan. You planned 4 tests but ran 0. Files=5, Tests=40, 1 wallclock secs ( 0.10 usr 0.07 sys + 0.99 cusr 0.12 csys = 1.28 CPU) Result: FAIL Failed 3/5 test programs. 6/40 subtests failed. make: *** [test_dynamic] Error 29 ROODE/Config-Vars-0.01.tar.gz make test TEST_VERBOSE=1 -- NOT OK //hint// to see the cpan-testers results for installing this module, try: reports ROODE/Config-Vars-0.01.tar.gz Finished 2009-06-14T16:30:13