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-14T07:26:34 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, 14 Sep 2015 04:53:22 GMT Running make for A/AD/ADAMK/prefork-1.04.tar.gz Checksum for C:\cpanfly-5.22-64\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 CPAN.pm: Building A/AD/ADAMK/prefork-1.04.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 prefork Writing MYMETA.yml and MYMETA.json >>> dmake cp lib/prefork.pm blib\lib\prefork.pm ADAMK/prefork-1.04.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, '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 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 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 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, 4 wallclock secs ( 0.09 usr + 0.03 sys = 0.13 CPU) Result: PASS ADAMK/prefork-1.04.tar.gz dmake test TEST_VERBOSE=1 -- OK Adam Kennedy <adamk@cpan.org> Optimized module loading for forking or non-forking processes >>> (cd C:\cpanfly-5.22-64\var\cpan\build\prefork-1.04-kCN32Q && tar cvf - prefork-1.04.ppd blib) | gzip -c >C:/cpanfly-5.22-64/var/REPO/A/AD/ADAMK/prefork-1.04.tar.gz prefork-1.04.ppd blib/ blib/lib/ blib/lib/prefork.pm >>> mv C:\cpanfly-5.22-64\var\cpan\build\prefork-1.04-kCN32Q/prefork-1.04.ppd C:/cpanfly-5.22-64/var/REPO/A/AD/ADAMK Finished 2015-09-14T07:26:44