PATH=/usr/bin:/bin:/Users/fly2200/cpanfly-5.22/var/megalib/bin Start 2017-04-05T00:18:14 ActivePerl-2200 CPAN-2.10 Reading '/Users/fly2200/cpanfly-5.22/var/cpan/Metadata' Database was generated on Tue, 04 Apr 2017 05:29:03 GMT Fetching with LWP: http://ppm.activestate.com/CPAN/authors/id/A/AD/ADAMK/prefork-1.04.tar.gz Checksum for /Users/fly2200/cpanfly-5.22/var/cpan/sources/authors/id/A/AD/ADAMK/prefork-1.04.tar.gz ok prefork-1.04/ prefork-1.04/README prefork-1.04/Makefile.PL prefork-1.04/LICENSE prefork-1.04/lib/ prefork-1.04/lib/prefork.pm prefork-1.04/META.yml prefork-1.04/MANIFEST prefork-1.04/Changes prefork-1.04/inc/ prefork-1.04/inc/Module/ prefork-1.04/inc/Module/Install/ prefork-1.04/inc/Module/Install/DSL.pm prefork-1.04/inc/Module/Install/Win32.pm prefork-1.04/inc/Module/Install/WriteAll.pm prefork-1.04/inc/Module/Install/Can.pm prefork-1.04/inc/Module/Install/Metadata.pm prefork-1.04/inc/Module/Install/Base.pm prefork-1.04/inc/Module/Install/Makefile.pm prefork-1.04/inc/Module/Install/Fetch.pm prefork-1.04/inc/Module/Install.pm prefork-1.04/t/ prefork-1.04/t/97_meta.t prefork-1.04/t/01_compile.t prefork-1.04/t/98_pod.t prefork-1.04/t/02_main.t prefork-1.04/t/03_pragma.t prefork-1.04/t/99_pmv.t prefork-1.04/t/04_notify.t Configuring A/AD/ADAMK/prefork-1.04.tar.gz with Makefile.PL >>> /Users/fly2200/ap2200-299195/bin/perl-dynamic Makefile.PL Checking if your kit is complete... Looks good Have /Users/fly2200/cpanfly-5.22/var/megalib Want /Users/fly2200/ap2200-299195/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 prefork Writing MYMETA.yml and MYMETA.json ADAMK/prefork-1.04.tar.gz /Users/fly2200/ap2200-299195/bin/perl-dynamic Makefile.PL -- OK Running make for A/AD/ADAMK/prefork-1.04.tar.gz >>> make cp lib/prefork.pm blib/lib/prefork.pm Manifying 1 pod document ADAMK/prefork-1.04.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 "/Users/fly2200/ap2200-299195/bin/perl-dynamic" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'inc', 'blib/lib', 'blib/arch')" t/*.t t/01_compile.t .. 1..2 ok 1 - Your perl is new enough ok 2 - use prefork; ok Subroutine FIRSTKEY redefined at /Users/fly2200/ap2200-299195/lib/Config_heavy.pl line 1410. Subroutine NEXTKEY redefined at /Users/fly2200/ap2200-299195/lib/Config_heavy.pl line 1415. Subroutine EXISTS redefined at /Users/fly2200/ap2200-299195/lib/Config_heavy.pl line 1422. t/02_main.t ..... 1..18 ok 1 - prefork returns true ok 2 - Module is added to queue ok 3 - Module is not loaded ok 4 - The $FORKING variable is false ok 5 - prefork::enable returns true ok 6 - All modules are loaded by enable ok 7 - The $FORKING variable is set ok 8 - Module is now loaded ok 9 - An object of class 'Foo' isa 'Foo' ok 10 - Test::Simple is not loaded ok 11 - prefork(Object) returns true ok 12 - The %MODULES hash is still empty ok 13 - Test::Simple is loaded ok 14 - bad prefork returns correct error ok 15 - bad prefork error returns from correct module ok 16 - bad prefork returns correct error ok 17 - bad prefork returns correct error ok 18 - bad prefork error returns from correct module ok Subroutine FIRSTKEY redefined at /Users/fly2200/ap2200-299195/lib/Config_heavy.pl line 1410. Subroutine NEXTKEY redefined at /Users/fly2200/ap2200-299195/lib/Config_heavy.pl line 1415. Subroutine EXISTS redefined at /Users/fly2200/ap2200-299195/lib/Config_heavy.pl line 1422. t/03_pragma.t ... 1..12 ok 1 - use prefork; ok 2 - Module is added to queue ok 3 - Module is not loaded ok 4 - The $FORKING variable is false ok 5 - use prefork; ok 6 - All modules are loaded by enable ok 7 - The $FORKING variable is set ok 8 - Module is now loaded ok 9 - Test::Simple is not loaded ok 10 - use prefork; ok 11 - The %MODULES hash is still empty ok 12 - Test::Simple is loaded ok Subroutine FIRSTKEY redefined at /Users/fly2200/ap2200-299195/lib/Config_heavy.pl line 1410. Subroutine NEXTKEY redefined at /Users/fly2200/ap2200-299195/lib/Config_heavy.pl line 1415. Subroutine EXISTS redefined at /Users/fly2200/ap2200-299195/lib/Config_heavy.pl line 1422. t/04_notify.t ... 1..19 ok 1 - $FORKING is false ok 2 - prefork::notify(undef) dies ok 3 - die message matches expected ok 4 - prefork::notify("foo") dies ok 5 - die message matches expected ok 6 - prefork::notify(\"foo") dies ok 7 - die message matches expected ok 8 - prefork::notify(\&func) returns true ok 9 - prefork::notify in non-FORKING context does not call callback ok 10 - Duplicate prefork::notify(\&func) call dies ok 11 - die message matches expected ok 12 - prefork::enable returns true ok 13 - Callback appears to be executed correctly ok 14 - prefork::enable returns true ok 15 - Callback is not called again ok 16 - prefork::notify(\&func2) returns true ok 17 - prefork::notify in FORKING context does call callback ok 18 - prefork::notify(\&func2) returns true ok 19 - prefork::notify in FORKING context calls callback again ok t/97_meta.t ..... 1..2 ok 1 - META.yml contains valid YAML ok 2 - META.yml meets the designated specification ok t/98_pod.t ...... 1..1 ok 1 - POD test for blib/lib/prefork.pm ok t/99_pmv.t ...... 1..9 ok 1 - lib/prefork.pm ok 2 - t/01_compile.t ok 3 - t/02_main.t ok 4 - t/03_pragma.t ok 5 - t/04_notify.t ok 6 - t/97_meta.t ok 7 - t/98_pod.t ok 8 - t/99_pmv.t ok 9 - Makefile.PL ok All tests successful. Files=7, Tests=63, 3 wallclock secs ( 0.03 usr 0.01 sys + 0.90 cusr 0.08 csys = 1.02 CPU) Result: PASS ADAMK/prefork-1.04.tar.gz make test TEST_VERBOSE=1 -- OK Adam Kennedy <adamk@cpan.org> Optimized module loading for forking or non-forking processes >>> (cd /Users/fly2200/cpanfly-5.22/var/tmp/cpan_build/prefork-1.04-VlFEnx && tar cvf - prefork-1.04.ppd blib) | gzip -c >/Users/fly2200/cpanfly-5.22/var/REPO/A/AD/ADAMK/prefork-1.04.tar.gz prefork-1.04.ppd blib/ blib/lib/ blib/lib/prefork.pm blib/man3/ blib/man3/prefork.3 Finished 2017-04-05T00:18:24