PATH=/usr/bin:/bin Start 2011-04-28T14:46:57 ActivePerl-1400 CPAN-1.9402 Going to read '/home/fly1400/var/cpan/Metadata' Database was generated on Wed, 27 Apr 2011 22:27:21 GMT Running make for H/HD/HDP/Object-Array-0.060.tar.gz Checksum for /net/nas/data/cpan/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 >>> /home/fly1400/ap1400/bin/perl-static Makefile.PL *** Module::AutoInstall version 1.03 *** Checking for Perl dependencies... [Core Features] - Test::More ...loaded. (0.98) - Scalar::Util ...loaded. (1.23) - Sub::Exporter ...loaded. (0.982) - Sub::Install ...loaded. (0.925) - Module::Pluggable ...loaded. (3.9) - List::MoreUtils ...loaded. (0.30) *** Module::AutoInstall configuration finished. Checking if your kit is complete... Looks good Writing Makefile for Object::Array Writing MYMETA.yml >>> 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 /home/fly1400/ap1400/bin/perl-static "-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 # Testing Object::Array 0.060, Perl 5.014000, /home/fly1400/ap1400/bin/perl-static t/00-load.t ....... 1..1 ok 1 - use Object::Array; ok t/array.t ......... 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.t ... 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.t .. 1..3 ok 1 - Pod coverage on Object::Array ok 2 - Pod coverage on Object::Array::Plugin::ListMoreUtils ok 3 - Pod coverage on Object::Array::Plugin::Builtins ok t/pod.t ........... 1..3 ok 1 - POD test for blib/lib/Object/Array.pm ok 2 - POD test for blib/lib/Object/Array/Plugin/ListMoreUtils.pm ok 3 - POD test for blib/lib/Object/Array/Plugin/Builtins.pm ok t/util.t .......... 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.03 usr 0.02 sys + 0.25 cusr 0.04 csys = 0.34 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 /home/fly1400/var/cpan/build/Object-Array-0.060-ZvviFZ && tar cvf - Object-Array-0.060.ppd blib) | gzip -c >/home/fly1400/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/ListMoreUtils.pm blib/lib/Object/Array/Plugin/Builtins.pm blib/lib/Object/Array.pm blib/man3/ blib/man3/Object::Array::Plugin::Builtins.3 blib/man3/Object::Array.3 blib/man3/Object::Array::Plugin::ListMoreUtils.3 >>> mv /home/fly1400/var/cpan/build/Object-Array-0.060-ZvviFZ/Object-Array-0.060.ppd /home/fly1400/var/REPO/H/HD/HDP Finished 2011-04-28T14:47:00