PATH=C:\cpanfly-5.24-64\var\megalib\bin;C:\Perl-5.24-64\site\bin;C:\Perl-5.24-64\bin;C:\MinGW-64\bin;C:\cygwin\bin;C:\instantclient_11_2-64;C:\cpanfly-5.24-64\var\megalib\bin;C:\Perl-5.24-64\site\bin;C:\Perl-5.24-64\bin;C:\MinGW-64\bin;C:\cygwin\bin;C:\instantclient_11_2-64;C:\p4;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Git\cmd;C:\Program Files (x86)\CMake\bin Start 2016-08-15T20:54:39 ActivePerl-2400 CPAN-2.10 PATH=C:/CPANFL~1.24-/var/libs/bin;C:\CPANFL~1.24-\var\megalib\bin;C:\PERL-5~1.24-\site\bin;C:\PERL-5~1.24-\bin;C:\MinGW-64\bin;C:\cygwin\bin;C:\INSTAN~1;C:\CPANFL~1.24-\var\megalib\bin;C:\PERL-5~1.24-\site\bin;C:\PERL-5~1.24-\bin;C:\MinGW-64\bin;C:\cygwin\bin;C:\INSTAN~1;C:\p4;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WINDOW~1\v1.0\;C:\PROGRA~1\Git\cmd;C:\PROGRA~2\CMake\bin Reading 'C:\cpanfly-5.24-64\var\cpan\Metadata' Database was generated on Mon, 15 Aug 2016 05:17:02 GMT Checksum for C:\cpanfly-5.24-64\var\cpan\sources\authors\id\P\PR\PREACTION\Beam-Emitter-1.001.tar.gz ok Beam-Emitter-1.001 Beam-Emitter-1.001/LICENSE Beam-Emitter-1.001/CHANGES Beam-Emitter-1.001/META.yml Beam-Emitter-1.001/MANIFEST Beam-Emitter-1.001/cpanfile Beam-Emitter-1.001/t Beam-Emitter-1.001/t/leak.t Beam-Emitter-1.001/Makefile.PL Beam-Emitter-1.001/README.mkdn Beam-Emitter-1.001/t/emitter.t Beam-Emitter-1.001/t/00-compile.t Beam-Emitter-1.001/t/unsubscribe.t Beam-Emitter-1.001/t/custom_event.t Beam-Emitter-1.001/lib/Beam Beam-Emitter-1.001/lib/Beam/Event.pm Beam-Emitter-1.001/lib/Beam/Emitter.pm Beam-Emitter-1.001/t/00-report-prereqs.t Beam-Emitter-1.001/t/00-report-prereqs.dd Configuring P/PR/PREACTION/Beam-Emitter-1.001.tar.gz with Makefile.PL >>> C:\Perl-5.24-64\bin\perl.exe Makefile.PL Checking if your kit is complete... Looks good Generating a dmake-style Makefile Writing Makefile for Beam::Emitter Writing MYMETA.yml and MYMETA.json PREACTION/Beam-Emitter-1.001.tar.gz C:\Perl-5.24-64\bin\perl.exe Makefile.PL -- OK Running make for P/PR/PREACTION/Beam-Emitter-1.001.tar.gz >>> dmake cp lib/Beam/Emitter.pm blib\lib\Beam\Emitter.pm cp lib/Beam/Event.pm blib\lib\Beam\Event.pm PREACTION/Beam-Emitter-1.001.tar.gz dmake -- OK Running make test >>> dmake test TEST_VERBOSE=1 "C:\Perl-5.24-64\bin\perl.exe" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib\lib', 'blib\arch')" t/*.t t/00-compile.t ......... 1..2 ok 1 - Beam/Emitter.pm loaded ok ok 2 - Beam/Event.pm loaded ok ok # # Versions for all modules listed in MYMETA.json (including optional ones): # # === Configure Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.16 # # === Build Requires === # # Module Want Have # ------------------- ---- ---- # ExtUtils::MakeMaker any 7.16 # # === Test Requires === # # Module Want Have # ------------------- ---- -------- # ExtUtils::MakeMaker any 7.16 # File::Spec any 3.62 # IO::Handle any 1.36 # IPC::Open3 any 1.20 # Test::Exception any 0.43 # Test::More any 1.302052 # # === Test Recommends === # # Module Want Have # --------------- -------- -------- # CPAN::Meta 2.120900 2.150005 # Test::LeakTrace any 0.15 # # === Runtime Requires === # # Module Want Have # --------------- ----- -------- # Carp any 1.38 # Moo any 2.002004 # Scalar::Util any 1.45 # Types::Standard 0.008 1.000005 # strict any 1.11 # warnings any 1.36 # t/00-report-prereqs.t .. 1..1 ok 1 ok t/custom_event.t ....... # Subtest: custom event ok 1 - foo event has correct name ok 2 - foo event has correct emitter ok 3 - 'event is the correct class' isa 'My::Event' ok 4 - event has the right data ok 5 - after_foo event has correct name ok 6 - after_foo event has correct emitter ok 7 - 'event is the correct class' isa 'Beam::Event' 1..7 ok 1 - custom event 1..1 ok t/emitter.t ............ # Subtest: event listeners ok 1 - foo event has correct name ok 2 - foo event has correct emitter ok 3 - after_foo event has correct name ok 4 - after_foo event has correct emitter 1..4 ok 1 - event listeners # Subtest: unsubscribe ok 1 - foo event has correct name ok 2 - foo event has correct emitter ok 3 - after_foo event has correct name ok 4 - after_foo event has correct emitter ok 5 - Cannot unsubscribe twice ok 6 - Cannot find sub in listeners 1..6 ok 2 - unsubscribe # Subtest: stop ok 1 - foo event has correct name ok 2 - foo event has correct emitter 1..2 ok 3 - stop # Subtest: stop default ok 1 - foo event has correct name ok 2 - foo event has correct emitter 1..2 ok 4 - stop default # Subtest: emit args ok 1 - emitter passes itself as first argument ok 2 - emitter passes a second argument 1..2 ok 5 - emit args 1..5 ok t/leak.t ............... ok 1 - leaks 0 <= 0 ok 2 - leaks 0 <= 0 ok 3 - leaks 0 <= 0 ok 4 - leaks 0 <= 0 1..4 ok t/unsubscribe.t ........ 1..3 ok 1 - counter at 0 ok 2 - counter hit ok 3 - no hit, unsubscribed ok All tests successful. Files=6, Tests=16, 3 wallclock secs ( 0.06 usr + 0.02 sys = 0.08 CPU) Result: PASS PREACTION/Beam-Emitter-1.001.tar.gz dmake test TEST_VERBOSE=1 -- OK Fetching with LWP: http://ppm.activestate.com/CPAN/authors/id/P/PR/PREACTION/CHECKSUMS Doug Bell <preaction@cpan.org> Role for event emitting classes >>> (cd C:\cpanfly-5.24-64\var\tmp\cpan_build\Beam-Emitter-1.001-UA90va && tar cvf - Beam-Emitter-1.001.ppd blib) | gzip -c >C:/cpanfly-5.24-64/var/REPO/P/PR/PREACTION/Beam-Emitter-1.001.tar.gz Beam-Emitter-1.001.ppd blib/ blib/lib/ blib/lib/Beam/ blib/lib/Beam/Emitter.pm blib/lib/Beam/Event.pm Finished 2016-08-15T20:54:54