PATH=C:\MinGW-64\bin;C:\cygwin\bin;C:\cpanfly-5.22-64\var\megalib\bin;C:\Perl-5.22-64\site\bin;C:\Perl-5.22-64\bin;C:\MinGW-64\bin;C:\cygwin\bin;C:\cpanfly-5.22-64\var\megalib\bin;C:\Perl-5.22-64\site\bin;C:\Perl-5.22-64\bin;C:\p4;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\mysql-5.5.45-x64\bin;C:\mysql-5.5.45-x64\bin Start 2015-09-21T07:17:46 ActivePerl-2200 CPAN-2.00 PATH=C:/CPANFL~2.22-/var/libs/bin;C:\MinGW-64\bin;C:\cygwin\bin;C:\CPANFL~2.22-\var\megalib\bin;C:\PERL-5~2.22-\site\bin;C:\PERL-5~2.22-\bin;C:\MinGW-64\bin;C:\cygwin\bin;C:\CPANFL~2.22-\var\megalib\bin;C:\PERL-5~2.22-\site\bin;C:\PERL-5~2.22-\bin;C:\p4;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WINDOW~1\v1.0\ Reading 'C:\cpanfly-5.22-64\var\cpan\Metadata' Database was generated on Mon, 21 Sep 2015 03:53:40 GMT Running make for R/RO/ROODE/Iterator-Util-0.02.tar.gz Checksum for C:\cpanfly-5.22-64\var\cpan\sources\authors\id\R\RO\ROODE\Iterator-Util-0.02.tar.gz ok Iterator-Util-0.02/ Iterator-Util-0.02/Changes Iterator-Util-0.02/Iterator-Util-ppm.tar.gz Iterator-Util-0.02/Iterator-Util.ppd Iterator-Util-0.02/Makefile.PL Iterator-Util-0.02/MANIFEST Iterator-Util-0.02/META.yml Iterator-Util-0.02/README Iterator-Util-0.02/t/ Iterator-Util-0.02/t/doc.t Iterator-Util-0.02/t/iappend.t Iterator-Util-0.02/t/iarray.t Iterator-Util-0.02/t/ihead.t Iterator-Util-0.02/t/ilist.t Iterator-Util-0.02/t/imap.t Iterator-Util-0.02/t/ipairwise.t Iterator-Util-0.02/t/irange.t Iterator-Util-0.02/t/iskip.t Iterator-Util-0.02/Util.pm CPAN.pm: Building R/RO/ROODE/Iterator-Util-0.02.tar.gz >>> C:\Perl-5.22-64\bin\perl.exe Makefile.PL Checking if your kit is complete... Looks good Generating a dmake-style Makefile Writing Makefile for Iterator::Util Writing MYMETA.yml and MYMETA.json >>> dmake cp Util.pm blib\lib\Iterator\Util.pm ROODE/Iterator-Util-0.02.tar.gz dmake -- OK Running make test >>> dmake test TEST_VERBOSE=1 "C:\Perl-5.22-64\bin\perl.exe" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib\lib', 'blib\arch')" t/*.t t/doc.t ........ 1..33 ok 1 - $evens created fine ok 2 - $evens executed fine ok 3 - $evens returns what I said it would ok 4 - $squares created fine ok 5 - $squares created fine ok 6 - $squares returns what I said it would ok 7 - $fives created fine ok 8 - $fives created fine ok 9 - $fives returns what I said it would ok 10 - $small created fine ok 11 - $small executed fine ok 12 - $small returns what I said it would ok 13 - $iota5 created fine ok 14 - $iota5 executed fine ok 15 - $iota5 returns what I said it would ok 16 - 1, 2, 3 iterators created fine ok 17 - $third executed fine ok 18 - $ithird returns what I said it would ok 19 - $cdr iterators created fine ok 20 - $cdr executed fine ok 21 - $cdr returns what I said it would ok 22 - $iter iterators created fine ok 23 - $iter executed fine ok 24 - $iter returns what I said it would ok 25 - imesh iterator created fine ok 26 - imesh executed fine ok 27 - imesh returns what I said it would ok 28 - izip iterator created fine ok 29 - izip executed fine ok 30 - izip returns what I said it would ok 31 - iuniq iterator created fine ok 32 - iuniq executed fine ok 33 - iuniq returns what I said it would ok t/iappend.t .... 1..2 ok 1 - Created iappend iterator, no errors ok 2 - iappend returned expected values ok t/iarray.t ..... 1..6 ok 1 - Created iarray iterator, no errors ok 2 - Executed array iterator, no errors ok 3 - iarray returned expected values ok 4 - Created iarray iterator, no errors ok 5 - Executed array iterator, no errors ok 6 - iarray returned expected values ok t/ihead.t ...... 1..29 ok 1 - Created ihead iterator, no errors ok 2 - Executed ihead iterator, no errors ok 3 - ihead returned expected values ok 4 - Created ihead iterator, no errors ok 5 - Executed ihead iterator, no errors ok 6 - ihead returned expected values ok 7 - Created ihead iterator, no errors ok 8 - Executed ihead iterator, no errors ok 9 - ihead returned expected values ok 10 - Created ihead iterator, no errors ok 11 - ihead exception: proper base class ok 12 - ihead exception: proper specific class ok 13 - ihead exception formatted properly. ok 14 - Called ihead, no errors ok 15 - ihead returned expected values ok 16 - Iterator advanced correctly ok 17 - Created ihead iterator, no errors ok 18 - ihead returned expected values ok 19 - Iterator advanced correctly ok 20 - Created ihead iterator, no errors ok 21 - ihead returned expected values ok 22 - Iterator advanced correctly ok 23 - Created ihead iterator, no errors ok 24 - ihead returned expected values ok 25 - ihead exhausted the iterator ok 26 - Created ihead iterator, no errors ok 27 - ihead exception: proper base class ok 28 - ihead exception: proper specific class ok 29 - ihead exception formatted properly. ok t/ilist.t ...... 1..3 ok 1 - Created ilist iterator, no errors ok 2 - Executed ilist iterator, no errors ok 3 - ilist returned expected values ok t/imap.t ....... 1..13 ok 1 - Wrong-type; exception thrown ok 2 - Wrong-type base exception type ok 3 - Wrong-type specific exception type ok 4 - Wrong-type exception formatted properly ok 5 - Normal; no exception thrown ok 6 - No exception when imapping ok 7 - imap transformation returned expected result ok 8 - No exception when imapping. ok 9 - Square imap returned expected results ok 10 - Imapped too far; exception thrown ok 11 - Too-far base exception type ok 12 - Too-far specific exception type ok 13 - Too-far exception formatted properly ok t/ipairwise.t .. 1..2 ok 1 - Created ipairwise iterator, no errors ok 2 - ipairwise returned expected values ok t/irange.t ..... 1..42 ok 1 - Created one-arg iterator; no exception ok 2 - Looped over one-arg iterator; no exception ok 3 - One-arg iterator gave expected values ok 4 - Created two-arg iterator; no exception ok 5 - Invoked two-arg iterator until exhausted ok 6 - Two-arg iterator returned expected results ok 7 - Created two-arg iterator; no exception ok 8 - Invoked two-arg iterator until exhausted ok 9 - Two-arg iterator returned expected results ok 10 - Created two-arg iterator; no exception ok 11 - Invoked two-arg iterator until exhausted ok 12 - Two-arg iterator returned expected results ok 13 - Created three-arg iterator; no exception ok 14 - Invoked three-arg iterator until exhausted ok 15 - Three-arg iterator returned expected results ok 16 - Created three-arg iterator; no exception ok 17 - Invoked three-arg iterator until exhausted ok 18 - Three-arg iterator returned expected results ok 19 - Created three-arg iterator; no exception ok 20 - Invoked three-arg iterator until exhausted ok 21 - Three-arg iterator returned expected results ok 22 - Created three-arg iterator; no exception ok 23 - Invoked three-arg iterator until exhausted ok 24 - Three-arg iterator returned expected results ok 25 - Created three-arg iterator; no exception ok 26 - Invoked three-arg iterator until exhausted ok 27 - Three-arg iterator returned expected results ok 28 - Created three-arg iterator; no exception ok 29 - Invoked three-arg iterator until exhausted ok 30 - Three-arg iterator returned expected results ok 31 - Created three-arg iterator; no exception ok 32 - Invoked three-arg (zero) iterator for a while ok 33 - Three-arg iterator returned expected results ok 34 - Created three-arg iterator; no exception ok 35 - Invoked three-arg terator until exhausted ok 36 - Three-arg iterator returned expected results ok 37 - Created three-arg iterator; no exception ok 38 - Invoked three-arg terator until exhausted ok 39 - Three-arg iterator returned expected results ok 40 - Created three-arg iterator; no exception ok 41 - Invoked three-arg terator until exhausted ok 42 - Three-arg iterator returned expected results ok t/iskip.t ...... 1..4 ok 1 - Created iskip iterator, no errors ok 2 - iskip returned expected values. ok 3 - Created iskip_until iterator, no errors ok 4 - iskip_until returned expected values. ok All tests successful. Files=9, Tests=134, 1 wallclock secs ( 0.11 usr + 0.02 sys = 0.12 CPU) Result: PASS ROODE/Iterator-Util-0.02.tar.gz dmake test TEST_VERBOSE=1 -- OK Picked up abstract from Makefile Eric J. Roode <eric.roode.cpan@gmail.com> Essential utilities for the Iterator class. >>> (cd C:\cpanfly-5.22-64\var\cpan\build\Iterator-Util-0.02-FcJast && tar cvf - Iterator-Util-0.02.ppd blib) | gzip -c >C:/cpanfly-5.22-64/var/REPO/R/RO/ROODE/Iterator-Util-0.02.tar.gz Iterator-Util-0.02.ppd blib/ blib/lib/ blib/lib/Iterator/ blib/lib/Iterator/Util.pm >>> mv C:\cpanfly-5.22-64\var\cpan\build\Iterator-Util-0.02-FcJast/Iterator-Util-0.02.ppd C:/cpanfly-5.22-64/var/REPO/R/RO/ROODE Finished 2015-09-21T07:17:54