PATH=C:\PlatSDK\Bin\Win64\x86\AMD64;C:\PlatSDK\Bin;C:\PlatSDK\Bin\WinNT;C:\Perl64-5.14\site\bin;C:\Perl64-5.14\bin;C:\cygwin\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WindowsPowerShell\v1.0;C:\Program Files (x86)\Perforce;C:\mysql\bin Start 2011-05-04T19:57:07 ActivePerl-1400 CPAN-1.9402 LIB=C:\PlatSDK\Lib\AMD64;C:\PlatSDK\Lib\AMD64\atlmfc INCLUDE=C:\PlatSDK\Include;C:\PlatSDK\Include\crt;C:\PlatSDK\Include\crt\sys;C:\PlatSDK\Include\mfc;C:\PlatSDK\Include\atl PATH=C:/CPANFL~1.14/var/libs/bin;C:\PlatSDK\Bin\Win64\x86\AMD64;C:\PlatSDK\Bin;C:\PlatSDK\Bin\WinNT;C:\Perl64-5.14\site\bin;C:\Perl64-5.14\bin;C:\cygwin\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WINDOW~1\v1.0;C:\PROGRA~2\Perforce;C:\mysql\bin Going to read 'C:\cpanfly-5.14\var\cpan\Metadata' Database was generated on Wed, 04 May 2011 22:29:56 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 C:\cpanfly-5.14\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 >>> C:\Perl64-5.14\bin\perl.exe 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 >>> nmake Microsoft (R) Program Maintenance Utility Version 7.00.8882 Copyright (C) Microsoft Corp 1988-2000. All rights reserved. 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 HDP/Object-Array-0.060.tar.gz nmake -- OK Running make test >>> nmake test TEST_VERBOSE=1 Microsoft (R) Program Maintenance Utility Version 7.00.8882 Copyright (C) Microsoft Corp 1988-2000. All rights reserved. C:\Perl64-5.14\bin\perl.exe "-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, C:\Perl64-5.14\bin\perl.exe 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::Builtins ok 3 - Pod coverage on Object::Array::Plugin::ListMoreUtils 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\Builtins.pm ok 3 - POD test for blib\lib\Object\Array\Plugin\ListMoreUtils.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.05 usr + 0.00 sys = 0.05 CPU) Result: PASS HDP/Object-Array-0.060.tar.gz nmake test TEST_VERBOSE=1 -- OK Hans Dieter Pearcey <hdp@cpan.org> array references with accessors >>> (cd C:\cpanfly-5.14\var\cpan\build\Object-Array-0.060-b6srB_ && tar cvf - Object-Array-0.060.ppd blib) | gzip -c >C:/cpanfly-5.14/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 >>> mv C:\cpanfly-5.14\var\cpan\build\Object-Array-0.060-b6srB_/Object-Array-0.060.ppd C:/cpanfly-5.14/var/REPO/H/HD/HDP Finished 2011-05-04T19:57:15