Start 2008-10-21T14:58:41 Going to read /Users/fly1003/var/cpan/Metadata Database was generated on Mon, 20 Oct 2008 08:27:31 GMT Running make for H/HD/HDP/Object-Array-0.060.tar.gz Fetching with LWP: http://cpan.nas.activestate.com/authors/id/H/HD/HDP/Object-Array-0.060.tar.gz Checksum for /Users/fly1003/var/cpan/sources/authors/id/H/HD/HDP/Object-Array-0.060.tar.gz ok Object-Array-0.060/ Object-Array-0.060/t/ Object-Array-0.060/t/pod.t Object-Array-0.060/t/boilerplate.t Object-Array-0.060/t/00-load.t Object-Array-0.060/t/util.t Object-Array-0.060/t/array.t Object-Array-0.060/t/pod-coverage.t Object-Array-0.060/inc/ Object-Array-0.060/inc/Module/ Object-Array-0.060/inc/Module/Install/ Object-Array-0.060/inc/Module/Install/Can.pm Object-Array-0.060/inc/Module/Install/Base.pm Object-Array-0.060/inc/Module/Install/Win32.pm Object-Array-0.060/inc/Module/Install/WriteAll.pm Object-Array-0.060/inc/Module/Install/AutoInstall.pm Object-Array-0.060/inc/Module/Install/Makefile.pm Object-Array-0.060/inc/Module/Install/Fetch.pm Object-Array-0.060/inc/Module/Install/Include.pm Object-Array-0.060/inc/Module/Install/Metadata.pm Object-Array-0.060/inc/Module/Install.pm Object-Array-0.060/inc/Module/AutoInstall.pm Object-Array-0.060/lib/ Object-Array-0.060/lib/Object/ Object-Array-0.060/lib/Object/Array/ Object-Array-0.060/lib/Object/Array/Plugin/ Object-Array-0.060/lib/Object/Array/Plugin/ListMoreUtils.pm Object-Array-0.060/lib/Object/Array/Plugin/Builtins.pm Object-Array-0.060/lib/Object/Array.pm Object-Array-0.060/README Object-Array-0.060/Changes Object-Array-0.060/Makefile.PL Object-Array-0.060/META.yml Object-Array-0.060/MANIFEST CPAN.pm: Going to build H/HD/HDP/Object-Array-0.060.tar.gz >>> /Users/fly1003/bin/perl Makefile.PL *** Module::AutoInstall version 1.03 *** Checking for Perl dependencies... [Core Features] - Test::More ...loaded. (0.84) - Scalar::Util ...loaded. (1.19) - Sub::Exporter ...loaded. (0.980) - Sub::Install ...loaded. (0.924) - Module::Pluggable ...loaded. (3.8) - List::MoreUtils ...loaded. (0.22) *** Module::AutoInstall configuration finished. Checking if your kit is complete... Looks good Writing Makefile for Object::Array >>> make cp lib/Object/Array.pm blib/lib/Object/Array.pm cp lib/Object/Array/Plugin/Builtins.pm blib/lib/Object/Array/Plugin/Builtins.pm cp lib/Object/Array/Plugin/ListMoreUtils.pm blib/lib/Object/Array/Plugin/ListMoreUtils.pm Manifying blib/man3/Object::Array.3 Manifying blib/man3/Object::Array::Plugin::Builtins.3 Manifying blib/man3/Object::Array::Plugin::ListMoreUtils.3 HDP/Object-Array-0.060.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /Users/fly1003/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'inc', 'blib/lib', 'blib/arch')" t/00-load.t t/array.t t/boilerplate.t t/pod-coverage.t t/pod.t t/util.t t/00-load......... 1..1 ok 1 - use Object::Array; # Testing Object::Array 0.060, Perl 5.010000, /Users/fly1003/bin/perl ok t/array........... ok 1 - The object isa Object::Array ok 2 - The object isa ARRAY ok 3 - size method ok 4 - size deref ok 5 - push method ok 6 - size after push method ok 7 - all method, all deref ok 8 - slice method get ok 9 - join method ok 10 - deref get after slice method set ok 11 - chained grep and join ok 12 - method get after slice set ok 13 - method get after deref set ok 14 - last element deref ok 15 - shift method ok 16 - shift builtin ok 17 - pop method ok 18 - pop builtin ok 19 - exists method ok 20 - exists builtin ok 21 - size after delete method/builtin ok 22 - size after push method ok 23 - size after deref clear ok 24 - deref get ok 25 - pop method ok 26 - original array ok 27 - grep method ok 28 - grep deref ok 29 - map deref ok 30 - map method chained 1..30 ok t/boilerplate..... 1..3 ok 1 - README contains no boilerplate text ok 2 - Changes contains no boilerplate text ok 3 - lib/Object/Array.pm contains no boilerplate text ok t/pod-coverage.... 1..3 ok 1 - Pod coverage on Object::Array ok 2 - Pod coverage on Object::Array::Plugin::Builtins ok 3 - Pod coverage on Object::Array::Plugin::ListMoreUtils ok t/pod............. 1..3 ok 1 - blib/lib/Object/Array.pm ok 2 - blib/lib/Object/Array/Plugin/Builtins.pm ok 3 - blib/lib/Object/Array/Plugin/ListMoreUtils.pm ok t/util............ 1..55 ok 1 - any: result ok 2 - any: arrays ok 3 - all: result ok 4 - all: arrays ok 5 - none: result ok 6 - none: arrays ok 7 - notall: result ok 8 - notall: arrays ok 9 - true: result ok 10 - true: arrays ok 11 - false: result ok 12 - false: arrays ok 13 - firstidx: result ok 14 - firstidx: arrays ok 15 - first_index: result ok 16 - first_index: arrays ok 17 - lastidx: result ok 18 - lastidx: arrays ok 19 - last_index: result ok 20 - last_index: arrays ok 21 - insert_after: result ok 22 - insert_after: arrays ok 23 - insert_after_string: result ok 24 - insert_after_string: arrays ok 25 - apply: result ok 26 - apply: arrays ok 27 - after: result ok 28 - after: arrays ok 29 - after_incl: result ok 30 - after_incl: arrays ok 31 - before: result ok 32 - before: arrays ok 33 - before_incl: result ok 34 - before_incl: arrays ok 35 - indexes: result ok 36 - indexes: arrays ok 37 - firstval: result ok 38 - firstval: arrays ok 39 - first_value: result ok 40 - first_value: arrays ok 41 - lastval: result ok 42 - lastval: arrays ok 43 - last_value: result ok 44 - last_value: arrays ok 45 - natatime: arrays ok 46 - uniq: result ok 47 - uniq: arrays ok 48 - minmax: result ok 49 - minmax: arrays ok 50 - array contains undef ok 51 - empty string doesn't match undef ok 52 - array contains string ok 53 - array contains number ok 54 - array contains number (string) ok 55 - array contains reference ok All tests successful. Files=6, Tests=95, 1 wallclock secs ( 0.12 usr 0.09 sys + 0.90 cusr 0.24 csys = 1.35 CPU) Result: PASS HDP/Object-Array-0.060.tar.gz make test TEST_VERBOSE=1 -- OK Hans Dieter Pearcey <hdp@cpan.org> array references with accessors >>> (cd /Users/fly1003/var/cpan/build/Object-Array-0.060-LuYjRv && tar cvf - Object-Array-0.060.ppd blib) | gzip -c >/Users/fly1003/var/REPO/H/HD/HDP/Object-Array-0.060.tar.gz Object-Array-0.060.ppd blib/ blib/lib/ blib/lib/Object/ blib/lib/Object/Array/ blib/lib/Object/Array/Plugin/ blib/lib/Object/Array/Plugin/Builtins.pm blib/lib/Object/Array/Plugin/ListMoreUtils.pm blib/lib/Object/Array.pm blib/man3/ blib/man3/Object::Array.3 blib/man3/Object::Array::Plugin::Builtins.3 blib/man3/Object::Array::Plugin::ListMoreUtils.3 >>> mv /Users/fly1003/var/cpan/build/Object-Array-0.060-LuYjRv/Object-Array-0.060.ppd /Users/fly1003/var/REPO/H/HD/HDP Finished 2008-10-21T14:58:49