PATH=/usr/bin:/bin:/Users/fly1800/cpanfly-5.18/var/megalib/bin Start 2016-02-28T07:04:18 ActivePerl-1800 CPAN-2.10 Reading '/Users/fly1800/cpanfly-5.18/var/cpan/Metadata' Database was generated on Sun, 28 Feb 2016 06:29:02 GMT Fetching with LWP: http://ppm.activestate.com/CPAN/authors/id/J/JV/JV/Iterator-Diamond-1.00.tar.gz Fetching with LWP: http://ppm.activestate.com/CPAN/authors/id/J/JV/JV/CHECKSUMS Checksum for /Users/fly1800/cpanfly-5.18/var/cpan/sources/authors/id/J/JV/JV/Iterator-Diamond-1.00.tar.gz ok Iterator-Diamond-1.00/ Iterator-Diamond-1.00/lib/ Iterator-Diamond-1.00/lib/Iterator/ Iterator-Diamond-1.00/lib/Iterator/Diamond.pm Iterator-Diamond-1.00/lib/Iterator/Files.pm Iterator-Diamond-1.00/META.json Iterator-Diamond-1.00/META.yml Iterator-Diamond-1.00/Changes Iterator-Diamond-1.00/MANIFEST Iterator-Diamond-1.00/Makefile.PL Iterator-Diamond-1.00/Build.PL Iterator-Diamond-1.00/t/ Iterator-Diamond-1.00/t/00-load.t Iterator-Diamond-1.00/t/01-ref.t Iterator-Diamond-1.00/t/30-edit.t Iterator-Diamond-1.00/t/32-diagnostics.t Iterator-Diamond-1.00/t/12-noargs.t Iterator-Diamond-1.00/t/11-pipe.t Iterator-Diamond-1.00/t/10-stdin.t Iterator-Diamond-1.00/t/02-ref.t Iterator-Diamond-1.00/t/31-i_option.t Iterator-Diamond-1.00/t/20-user.t Iterator-Diamond-1.00/README Configuring J/JV/JV/Iterator-Diamond-1.00.tar.gz with Makefile.PL >>> /Users/fly1800/ap1800-297214/bin/perl-dynamic Makefile.PL Checking if your kit is complete... Looks good Have /Users/fly1800/cpanfly-5.18/var/megalib Want /Users/fly1800/ap1800-297214/lib Your perl and your Config.pm seem to have different ideas about the architecture they are running on. Perl thinks: [megalib] Config says: [darwin-thread-multi-2level] This may or may not cause problems. Please check your installation of perl if you have problems building this extension. Generating a Unix-style Makefile Writing Makefile for Iterator::Diamond Writing MYMETA.yml and MYMETA.json JV/Iterator-Diamond-1.00.tar.gz /Users/fly1800/ap1800-297214/bin/perl-dynamic Makefile.PL -- OK Running make for J/JV/JV/Iterator-Diamond-1.00.tar.gz >>> make cp lib/Iterator/Files.pm blib/lib/Iterator/Files.pm cp lib/Iterator/Diamond.pm blib/lib/Iterator/Diamond.pm Manifying 2 pod documents JV/Iterator-Diamond-1.00.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 "/Users/fly1800/ap1800-297214/bin/perl-dynamic" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib/lib', 'blib/arch')" t/*.t # Testing Iterator::Diamond 1.00, Perl 5.018000, /Users/fly1800/ap1800-297214/bin/perl-dynamic t/00-load.t ......... 1..1 ok 1 - use Iterator::Diamond; ok t/01-ref.t .......... 1..21 ok 1 - $ARGV not set yet ok 2 - @ARGV pristine ok 3 # skip Unreliable test ok 4 - $ARGV not set yet ok 5 - @ARGV pristine ok 6 - has next at start ok 7 - $ARGV ok 8 - @ARGV exhausted ok 9 - line1 ok 10 - $ARGV ok 11 - eof ok 12 - no next ok 13 - nothing left ok 14 - line1 ok 15 - $ARGV ok 16 - @ARGV exhausted ok 17 - !eof ok 18 - has next ok 19 - line2 ok 20 - line3 ok 21 - eof ok t/02-ref.t .......... 1..26 ok 1 - $ARGV not set yet ok 2 - @ARGV pristine ok 3 - eof at start ok 4 - $ARGV not set yet ok 5 - @ARGV pristine ok 6 - has next at start ok 7 - $ARGV ok 8 - @ARGV exhausted ok 9 - line0 ok 10 - $ARGV ok 11 - eof ok 12 - no next ok 13 - nothing left ok 14 - line1 ok 15 - $ARGV ok 16 - @ARGV exhausted ok 17 - !eof ok 18 - has next ok 19 - line2 ok 20 - line3 ok 21 - line1-0 ok 22 - line2-0 ok 23 - line3-0 ok 24 - line1-1 ok 25 - line2-1 ok 26 - line3-1 ok t/10-stdin.t ........ 1..6 ok 1 - line1-0 ok 2 - line2-0 ok 3 - line3-0 ok 4 - line1-1 ok 5 - line2-1 ok 6 - line3-1 ok t/11-pipe.t ......... 1..3 ok 1 - number of lines ok 2 - line 1 ok 3 - line 2 ok t/12-noargs.t ....... 1..3 ok 1 - number of lines ok 2 - line 1 ok 3 - line 2 ok t/20-user.t ......... 1..24 ok 1 - @ARGV untouched ok 2 - $ARGV untouched ok 3 - eof at start ok 4 - has next at start ok 5 - current file ok 6 - file list exhausted ok 7 - line1 ok 8 - current file ok 9 - eof ok 10 - no next ok 11 - nothing left ok 12 - line1 ok 13 - current file ok 14 - file list exhausted ok 15 - !eof ok 16 - has next ok 17 - line2 ok 18 - line3 ok 19 - line1-0 ok 20 - line2-0 ok 21 - line3-0 ok 22 - line1-1 ok 23 - line2-1 ok 24 - line3-1 ok t/30-edit.t ......... 1..7 ok 1 - creating 30-edit.tmp ok 2 - line1 ok 3 - line2 ok 4 - line3 ok 5 - line1 ok 6 - line2 ok 7 - line3 ok t/31-i_option.t ..... 1..9 ok 1 - creating 31-i_option.tmp ok 2 - line1 ok 3 - line2 ok 4 - line3 ok 5 - line1 ok 6 - line2 ok 7 - line3 ok 8 - empty suffix rejected ok 9 - diagnostics ok t/32-diagnostics.t .. 1..12 ok 1 - creating 32-diagnostics.tmp ok 2 - creating 32-diagnostics-empty.tmp ok 3 - nonexistent file not opened ok 4 - error message ok 5 - file content (1/3) ok 6 - file content (2/3) ok 7 - file content (3/3) ok 8 - nonexistent file not opened ok 9 - error message ok 10 - empty files only ok 11 - unknown options rejected ok 12 - error message ok All tests successful. Files=10, Tests=112, 1 wallclock secs ( 0.07 usr 0.03 sys + 0.43 cusr 0.10 csys = 0.63 CPU) Result: PASS JV/Iterator-Diamond-1.00.tar.gz make test TEST_VERBOSE=1 -- OK Johan Vromans <jv@cpan.org> unknown >>> (cd /Users/fly1800/cpanfly-5.18/var/cpan/build/Iterator-Diamond-1.00-OpqqTw && tar cvf - Iterator-Diamond-1.00.ppd blib) | gzip -c >/Users/fly1800/cpanfly-5.18/var/REPO/J/JV/JV/Iterator-Diamond-1.00.tar.gz Iterator-Diamond-1.00.ppd blib/ blib/lib/ blib/lib/Iterator/ blib/lib/Iterator/Diamond.pm blib/lib/Iterator/Files.pm blib/man3/ blib/man3/Iterator::Diamond.3 blib/man3/Iterator::Files.3 >>> mv /Users/fly1800/cpanfly-5.18/var/cpan/build/Iterator-Diamond-1.00-OpqqTw/Iterator-Diamond-1.00.ppd /Users/fly1800/cpanfly-5.18/var/REPO/J/JV/JV Finished 2016-02-28T07:04:24