PATH=C:\Program Files\Microsoft Platform SDK\Bin;C:\Program Files\Microsoft Platform SDK\Bin\WinNT;C:\Program Files\Microsoft Visual Studio\VC98\Bin;C:\Program Files\Microsoft Visual Studio\Common\MSDev98\Bin;C:\Perl-5.14\site\bin;C:\Perl-5.14\bin;C:\cygwin\bin;C:\Program Files\Perforce;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WindowsPowerShell\v1.0;C:\mysql\bin Start 2011-04-30T04:21:52 ActivePerl-1400 CPAN-1.9402 LIB=C:\PROGRA~1\MICROS~3\VC98\Lib\PSDK;C:\PROGRA~1\MICROS~2\Lib;C:\PROGRA~1\MICROS~3\VC98\Lib;C:\PROGRA~1\MICROS~3\VC98\MFC\Lib INCLUDE=C:\PROGRA~1\MICROS~2\Include;C:\PROGRA~1\MICROS~3\VC98\ATL\Include;C:\PROGRA~1\MICROS~3\VC98\Include;C:\PROGRA~1\MICROS~3\VC98\MFC\Include PATH=C:/CPANFL~1.14/var/libs/bin;C:\PROGRA~1\MICROS~2\Bin;C:\PROGRA~1\MICROS~2\Bin\WinNT;C:\PROGRA~1\MICROS~3\VC98\Bin;C:\PROGRA~1\MICROS~3\Common\MSDev98\Bin;C:\Perl-5.14\site\bin;C:\Perl-5.14\bin;C:\cygwin\bin;C:\PROGRA~1\Perforce;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WINDOW~2\v1.0;C:\mysql\bin Going to read 'C:\cpanfly-5.14\var\cpan\Metadata' Database was generated on Fri, 29 Apr 2011 22:27:44 GMT Running make for B/BD/BDFOY/Object-Iterate-1.12.tar.gz Fetching with LWP: http://cpan.nas.activestate.com/authors/id/B/BD/BDFOY/Object-Iterate-1.12.tar.gz Checksum for C:\cpanfly-5.14\var\cpan\sources\authors\id\B\BD\BDFOY\Object-Iterate-1.12.tar.gz ok Object-Iterate-1.12/ Object-Iterate-1.12/Changes Object-Iterate-1.12/examples/ Object-Iterate-1.12/examples/README Object-Iterate-1.12/lib/ Object-Iterate-1.12/lib/Iterate.pm Object-Iterate-1.12/lib/Tester.pm Object-Iterate-1.12/LICENSE Object-Iterate-1.12/Makefile.PL Object-Iterate-1.12/MANIFEST Object-Iterate-1.12/META.yml Object-Iterate-1.12/README Object-Iterate-1.12/t/ Object-Iterate-1.12/t/check_arg.t Object-Iterate-1.12/t/final.t Object-Iterate-1.12/t/grep.t Object-Iterate-1.12/t/import.t Object-Iterate-1.12/t/init.t Object-Iterate-1.12/t/iterate.t Object-Iterate-1.12/t/load.t Object-Iterate-1.12/t/map.t Object-Iterate-1.12/t/pod.t Object-Iterate-1.12/t/pod_coverage.t Object-Iterate-1.12/t/prereq.t Object-Iterate-1.12/t/test_manifest Object-Iterate-1.12/t/tester.t CPAN.pm: Going to build B/BD/BDFOY/Object-Iterate-1.12.tar.gz >>> C:\Perl-5.14\bin\perl.exe Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for Object::Iterate Writing MYMETA.yml >>> nmake Microsoft (R) Program Maintenance Utility Version 7.00.8882 Copyright (C) Microsoft Corp 1988-2000. All rights reserved. cp lib/Iterate.pm blib\lib\Object/Iterate.pm cp lib/Tester.pm blib\lib\Object/Iterate/Tester.pm BDFOY/Object-Iterate-1.12.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:\Perl-5.14\bin\perl.exe "-MTest::Manifest" "-e" "run_t_manifest(1, 'blib\lib', 'blib\arch', )" Test::Manifest 1.23 Level is 0 # Test level is 0 Test::Manifest::test_harness found [t\load.t t\pod.t t\pod_coverage.t t\prereq.t t\import.t t\tester.t t\check_arg.t t\grep.t t\map.t t\iterate.t t\init.t t\final.t] t\load.t .......... 1..2 ok 1 - use Object::Iterate; ok 2 - use Object::Iterate::Tester; ok t\pod.t ........... 1..2 ok 1 - POD test for blib\lib\Object\Iterate.pm ok 2 - POD test for blib\lib\Object\Iterate\Tester.pm ok t\pod_coverage.t .. 1..2 ok 1 - Pod coverage on Object::Iterate ok 2 - Pod coverage on Object::Iterate::Tester ok t\prereq.t ........ 1..1 ok 1 - Prereq test ok t\import.t ........ 1..3 ok 1 - function prototype is correct ok 2 - function prototype is correct ok 3 - function prototype is correct ok t\tester.t ........ 1..15 ok 1 - The object isa Object::Iterate::Tester ok 2 - Object::Iterate::Tester->can('__more__') ok 3 - Object::Iterate::Tester->can('__next__') ok 4 - Fetched right element ok 5 - Object has more elements ok 6 - Fetched right element ok 7 - Object has more elements ok 8 - Fetched right element ok 9 - Object has more elements ok 10 - Fetched right element ok 11 - Object has more elements ok 12 - Fetched right element ok 13 - Object has more elements ok 14 - Fetched right element ok 15 - Object has no more elements ok t\check_arg.t ..... 1..6 ok 1 - Tester object can use Object::Iterate ok 2 - Thought anonymous hash would work! ok 3 - Thought anonymous array would work! ok 4 - Thought blessed hash would work! ok 5 - Thought undef would work! ok 6 - Thought empty arg list would work! ok t\grep.t .......... 1..2 ok 1 - The object isa Object::Iterate::Tester ok 2 - igrep gives the right results ok t\map.t ........... 1..2 ok 1 - The object isa Object::Iterate::Tester ok 2 - imap outputs right results ok t\iterate.t ....... 1..2 ok 1 - The object isa T ok 2 - Iterate returned the right thing ok t\init.t .......... 1..2 ok 1 - imap returns the right items on the first try ok 2 - imap returns the right items on the second try ok t\final.t ......... 1..2 ok 1 - imap returns the right items on the first try ok 2 - __final__ did the right thing ok All tests successful. Files=12, Tests=41, 8 wallclock secs ( 0.03 usr + 0.03 sys = 0.06 CPU) Result: PASS BDFOY/Object-Iterate-1.12.tar.gz nmake test TEST_VERBOSE=1 -- OK Fetching with LWP: http://cpan.nas.activestate.com/authors/id/B/BD/BDFOY/CHECKSUMS brian d foy <bdfoy@cpan.org> iterators for objects that know the next element >>> (cd C:\cpanfly-5.14\var\cpan\build\Object-Iterate-1.12-f0VVJW && tar cvf - Object-Iterate-1.12.ppd blib) | gzip -c >C:/cpanfly-5.14/var/REPO/B/BD/BDFOY/Object-Iterate-1.12.tar.gz Object-Iterate-1.12.ppd blib/ blib/lib/ blib/lib/Object/ blib/lib/Object/Iterate/ blib/lib/Object/Iterate/Tester.pm blib/lib/Object/Iterate.pm >>> mv C:\cpanfly-5.14\var\cpan\build\Object-Iterate-1.12-f0VVJW/Object-Iterate-1.12.ppd C:/cpanfly-5.14/var/REPO/B/BD/BDFOY Finished 2011-04-30T04:22:05