Setting PATH to /opt/SUNWspro/bin:/usr/local/bin:/opt/csw/bin:/usr/ccs/bin:/usr/bin:/usr/sbin Start 2010-03-20T01:12:34 ActivePerl-1003 CPAN-1.9402 Going to read '/export/home/fly1064/var/cpan/Metadata' Database was generated on Fri, 19 Mar 2010 22:13:59 GMT Running make for S/SW/SWALTERS/autobox-Core-1.2.tar.gz Checksum for /net/nas/data/cpan/authors/id/S/SW/SWALTERS/autobox-Core-1.2.tar.gz ok Will not use Archive::Tar, need 1.00 autobox-Core-1.2/ autobox-Core-1.2/t/ autobox-Core-1.2/t/shift.t autobox-Core-1.2/t/join.t autobox-Core-1.2/t/chop.t autobox-Core-1.2/t/ref.t autobox-Core-1.2/t/lcfirst.t autobox-Core-1.2/t/s.t autobox-Core-1.2/t/numeric.t autobox-Core-1.2/t/chomp.t autobox-Core-1.2/t/for.t autobox-Core-1.2/t/flip.t autobox-Core-1.2/t/values.t autobox-Core-1.2/t/sprintf.t autobox-Core-1.2/t/flatten.t autobox-Core-1.2/t/push.t autobox-Core-1.2/t/say.t autobox-Core-1.2/t/map.t autobox-Core-1.2/t/ord.t autobox-Core-1.2/t/curry.t autobox-Core-1.2/t/first_index.t autobox-Core-1.2/t/rindex.t autobox-Core-1.2/t/last_index.t autobox-Core-1.2/t/ucfirst.t autobox-Core-1.2/t/bless.t autobox-Core-1.2/t/lc.t autobox-Core-1.2/t/pack.t autobox-Core-1.2/t/scalar.t autobox-Core-1.2/t/foreach.t autobox-Core-1.2/t/range.t autobox-Core-1.2/t/split.t autobox-Core-1.2/t/reverse.t autobox-Core-1.2/t/grep.t autobox-Core-1.2/t/length.t autobox-Core-1.2/t/head.t autobox-Core-1.2/t/substr.t autobox-Core-1.2/t/elems.t autobox-Core-1.2/t/print.t autobox-Core-1.2/t/slice.t autobox-Core-1.2/t/number.t autobox-Core-1.2/t/each.t autobox-Core-1.2/t/unshift.t autobox-Core-1.2/t/added.t autobox-Core-1.2/t/center.t autobox-Core-1.2/t/sort.t autobox-Core-1.2/t/tail.t autobox-Core-1.2/t/array-slice.t autobox-Core-1.2/t/elements.t autobox-Core-1.2/t/index.t autobox-Core-1.2/t/uc.t autobox-Core-1.2/t/chr.t autobox-Core-1.2/t/unpack.t autobox-Core-1.2/t/size.t autobox-Core-1.2/t/keys.t autobox-Core-1.2/t/pop.t autobox-Core-1.2/t/vec.t autobox-Core-1.2/MANIFEST autobox-Core-1.2/lib/ autobox-Core-1.2/lib/autobox/ autobox-Core-1.2/lib/autobox/Core.pm autobox-Core-1.2/META.yml autobox-Core-1.2/Makefile.PL autobox-Core-1.2/README CPAN.pm: Going to build S/SW/SWALTERS/autobox-Core-1.2.tar.gz >>> /export/home/fly1064/bin/perl Makefile.PL Checking if your kit is complete... Warning: the following files are missing in your kit: lib lib/autobox t Please inform the author. Writing Makefile for autobox::Core >>> make cp lib/autobox/Core.pm blib/lib/autobox/Core.pm Manifying blib/man3/autobox::Core.3 SWALTERS/autobox-Core-1.2.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /export/home/fly1064/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/added.t ........ 1..73 ok 1 ok 2 ok 3 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 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 ok 26 ok 27 ok 28 ok 29 ok 30 ok 31 ok 32 ok 33 ok 34 ok 35 ok 36 ok 37 ok 38 ok 39 ok 40 ok 41 ok 42 ok 43 ok 44 ok 45 ok 46 ok 47 ok 48 ok 49 ok 50 ok 51 ok 52 ok 53 ok 54 ok 55 - flattening gets us all the contents ok 56 ok 57 ok 58 ok 59 ok 60 ok 61 ok 62 ok 63 ok 64 ok 65 ok 66 ok 67 ok 68 ok 69 ok 70 ok 71 ok 72 ok 73 ok t/array-slice.t .. ok 1 ok 2 ok 3 ok 4 - Returns an array in list context ok 5 - Returns an arrayref in scalar context 1..5 ok t/bless.t ........ ok 1 ok 2 ok 3 not ok 4 # TODO & SKIP Make it work for Regexp, Scalar and Glob not ok 5 # TODO & SKIP Make it work for Regexp, Scalar and Glob not ok 6 # TODO & SKIP Make it work for Regexp, Scalar and Glob 1..6 ok t/center.t ....... ok 1 - ->center() with even length has equal whitespace on both sides ok 2 - ->center() with even length has equal whitespace on both sides ok 3 - ->center() with odd length pads left ok 4 - ->center() with too-short length returns the string unmodified ok 5 - ->center(0) ok 6 - ->center(-1) ok 7 - ->center(6, "-") ok 8 - ->center(7, "-") ok 9 - ->center(0, "-") ok 10 - center(5) returns that size ok 11 - center(6) returns that size ok 12 - center(7) returns that size ok 13 - center(8) returns that size ok 14 - center(9) returns that size ok 15 - center(10) returns that size ok 16 - center(11) returns that size ok 17 - center(12) returns that size ok 18 - center(13) returns that size ok 19 - center(14) returns that size ok 20 - center(15) returns that size ok 21 - center(16) returns that size ok 22 - center(17) returns that size ok 23 - center(18) returns that size ok 24 - center(19) returns that size ok 25 - center(20) returns that size 1..25 ok t/chomp.t ........ ok 1 1..1 ok t/chop.t ......... ok 1 - Chop modifies the string ok 2 - ... and returns the last character not ok 3 # TODO & SKIP Chop should work on lists too not ok 4 # TODO & SKIP Chop should work on lists too 1..4 ok t/chr.t .......... ok 1 1..1 ok t/curry.t ........ ok 1 ok 2 1..2 ok t/each.t ......... ok 1 ok 2 1..2 ok t/elements.t ..... ok 1 ok 2 1..2 ok t/elems.t ........ ok 1 1..1 ok t/first_index.t .. ok 1 ok 2 ok 3 1..3 ok t/flatten.t ...... ok 1 ok 2 1..2 ok t/flip.t ......... ok 1 ok 2 - Returns hash in list context 1..2 ok t/for.t .......... ok 1 1..1 ok t/foreach.t ...... ok 1 1..1 ok t/grep.t ......... ok 1 - Expected coderef grep results ok 2 - Returns arrayref in scalar context ok 3 - Should accept code refs ok 4 - Should accept Regexps ok 5 - Works with SCALAR ok 6 - Works with SCALAR ok 7 - Works with Regexp ok 8 - ... as with Code refs ok 9 - Returns an array in list context ok 10 ok 11 - Works with HASH ok 12 - Works with ARRAY ok 13 - Works with ARRAY 1..13 ok t/head.t ......... ok 1 ok 2 1..2 ok t/index.t ........ ok 1 ok 2 1..2 ok t/join.t ......... ok 1 ok 2 1..2 ok t/keys.t ......... ok 1 ok 2 - Returns arrayref in scalar context 1..2 ok t/last_index.t ... ok 1 ok 2 ok 3 1..3 ok t/lc.t ........... ok 1 1..1 ok t/lcfirst.t ...... ok 1 1..1 ok t/length.t ....... ok 1 ok 2 1..2 ok t/map.t .......... ok 1 ok 2 - Returns arrayref in scalar context ok 3 ok 4 - Returns arrayref in scalar context 1..4 ok t/number.t ....... ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 - zero is not negative ok 15 - zero is not positive ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 ok 26 not ok 27 # TODO hex is weird # Failed (TODO) test at t/number.t line 54. # got: '597' # expected: 'FF' not ok 28 # TODO hex is weird # Failed (TODO) test at t/number.t line 55. # got: '-1' # expected: '255' not ok 29 # TODO hex is weird # Failed (TODO) test at t/number.t line 56. # got: '254' # expected: '255' not ok 30 # TODO & SKIP Make number methods work on non-scalar refs not ok 31 # TODO & SKIP Make number methods work on non-scalar refs not ok 32 # TODO & SKIP Make number methods work on non-scalar refs not ok 33 # TODO & SKIP Make number methods work on non-scalar refs not ok 34 # TODO & SKIP Make number methods work on non-scalar refs not ok 35 # TODO & SKIP Make number methods work on non-scalar refs not ok 36 # TODO & SKIP Make number methods work on non-scalar refs not ok 37 # TODO & SKIP Make number methods work on non-scalar refs not ok 38 # TODO & SKIP Make number methods work on non-scalar refs not ok 39 # TODO & SKIP Make number methods work on non-scalar refs not ok 40 # TODO & SKIP Make number methods work on non-scalar refs not ok 41 # TODO & SKIP Make number methods work on non-scalar refs not ok 42 # TODO & SKIP Make number methods work on non-scalar refs not ok 43 # TODO & SKIP Make number methods work on non-scalar refs not ok 44 # TODO & SKIP Make number methods work on non-scalar refs not ok 45 # TODO & SKIP Make number methods work on non-scalar refs not ok 46 # TODO & SKIP Make number methods work on non-scalar refs not ok 47 # TODO & SKIP Make number methods work on non-scalar refs not ok 48 # TODO & SKIP Make number methods work on non-scalar refs not ok 49 # TODO & SKIP Make number methods work on non-scalar refs 1..49 ok t/numeric.t ...... ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 1..11 ok t/ord.t .......... ok 1 1..1 ok t/pack.t ......... ok 1 ok 2 ok 3 1..3 ok t/pop.t .......... ok 1 ok 2 1..2 ok t/print.t ........ ok 1 ok 2 ok 3 1..3 ok t/push.t ......... ok 1 ok 2 ok 3 - Returns arrayref in scalar context ok 4 1..4 ok t/range.t ........ ok 1 ok 2 ok 3 - Returns an array in list context ok 4 - Returns an arrayref in scalar context 1..4 ok t/ref.t .......... ok 1 ok 2 ok 3 not ok 4 # TODO & SKIP Make it work for Regexp, Scalar and Glob not ok 5 # TODO & SKIP Make it work for Regexp, Scalar and Glob not ok 6 # TODO & SKIP Make it work for Regexp, Scalar and Glob 1..6 ok t/reverse.t ...... ok 1 ok 2 ok 3 - returns an arrayref in scalar context 1..3 ok t/rindex.t ....... ok 1 ok 2 1..2 ok t/s.t ............ ok 1 1..1 ok t/say.t .......... ok 1 ok 2 ok 3 1..3 ok t/scalar.t ....... ok 1 ok 2 ok 3 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 16 ok 17 1..17 ok t/shift.t ........ ok 1 ok 2 1..2 ok t/size.t ......... ok 1 1..1 ok t/slice.t ........ ok 1 ok 2 ok 3 ok 4 1..4 ok t/sort.t ......... ok 1 ok 2 ok 3 - Returns an arrayref in scalar context 1..3 ok t/split.t ........ ok 1 ok 2 - Returns arrayref in scalar context 1..2 ok t/sprintf.t ...... ok 1 1..1 ok t/substr.t ....... ok 1 ok 2 ok 3 ok 4 ok 5 1..5 ok t/tail.t ......... ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 - Returns a list in list context ok 7 - Returns an arrayref in scalar context 1..7 ok t/uc.t ........... ok 1 1..1 ok t/ucfirst.t ...... ok 1 1..1 ok t/unpack.t ....... ok 1 1..1 ok t/unshift.t ...... ok 1 ok 2 ok 3 - Returns arrayref in scalar context ok 4 1..4 ok t/values.t ....... ok 1 ok 2 - Returns arrayref in scalar context 1..2 ok t/vec.t .......... ok 1 ok 2 ok 3 1..3 ok All tests successful. Files=54, Tests=309, 19 wallclock secs ( 0.79 usr 0.56 sys + 15.36 cusr 1.98 csys = 18.69 CPU) Result: PASS SWALTERS/autobox-Core-1.2.tar.gz make test TEST_VERBOSE=1 -- OK Scott Walters <scott@illogics.org> Core functions exposed as methods in primitive types >>> (cd /export/home/fly1064/var/cpan/build/autobox-Core-1.2-q0fg7K && tar cvf - autobox-Core-1.2.ppd blib) | gzip -c >/export/home/fly1064/var/REPO/S/SW/SWALTERS/autobox-Core-1.2.tar.gz autobox-Core-1.2.ppd blib/ blib/lib/ blib/lib/autobox/ blib/lib/autobox/Core.pm blib/man3/ blib/man3/autobox::Core.3 >>> mv /export/home/fly1064/var/cpan/build/autobox-Core-1.2-q0fg7K/autobox-Core-1.2.ppd /export/home/fly1064/var/REPO/S/SW/SWALTERS Finished 2010-03-20T01:13:04