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:\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-10-23T23:10:53 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:\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 Sun, 23 Oct 2016 06:17:02 GMT Checksum for C:\cpanfly-5.24-64\var\cpan\sources\authors\id\C\CH\CHROMATIC\Sub-Context-1.00.tar.gz ok Sub-Context-1.00/ Sub-Context-1.00/lib/ Sub-Context-1.00/lib/Sub/ Sub-Context-1.00/lib/Sub/Context.pm Sub-Context-1.00/META.yml Sub-Context-1.00/Changes Sub-Context-1.00/t/ Sub-Context-1.00/t/pod-coverage.t Sub-Context-1.00/t/0-signature.t Sub-Context-1.00/t/pod.t Sub-Context-1.00/t/basic.t Sub-Context-1.00/t/subs.t Sub-Context-1.00/MANIFEST Sub-Context-1.00/Build.PL Sub-Context-1.00/Makefile.PL Sub-Context-1.00/README Sub-Context-1.00/SIGNATURE Configuring C/CH/CHROMATIC/Sub-Context-1.00.tar.gz with Makefile.PL >>> C:\Perl-5.24-64\bin\perl.exe Makefile.PL Undefined requirement for Test::Exception treated as '0' at C:/Perl-5.24-64/lib/ExtUtils/MakeMaker.pm line 466. Undefined requirement for Scalar::Util treated as '0' at C:/Perl-5.24-64/lib/ExtUtils/MakeMaker.pm line 466. Checking if your kit is complete... Looks good Have \cpanfl~1.24-\var\megalib Want \perl-5~1.24-\lib Your perl and your Config.pm seem to have different ideas about the architecture they are running on. Perl thinks: [megalib] Config says: [MSWin32-x64-multi-thread] This may or may not cause problems. Please check your installation of perl if you have problems building this extension. Generating a dmake-style Makefile Writing Makefile for Sub::Context Writing MYMETA.yml and MYMETA.json CHROMATIC/Sub-Context-1.00.tar.gz C:\Perl-5.24-64\bin\perl.exe Makefile.PL -- OK Running make for C/CH/CHROMATIC/Sub-Context-1.00.tar.gz >>> dmake cp lib/Sub/Context.pm blib\lib\Sub\Context.pm CHROMATIC/Sub-Context-1.00.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 # Next time around, consider install Module::Signature, # so you can verify the integrity of this distribution. t/0-signature.t ... 1..1 ok 1 # skip Module::Signature not installed ok t/basic.t ......... 1..18 ok 1 - use Sub::Context; ok 2 - main->can('foo') ok 3 - should detect and dispatch in void context ok 4 - should respect list context ok 5 - ... and should return correct order ok 6 - should detect and dispatch in scalar context ok 7 - NotMain->can('bar') ok 8 - import should only pollute calling package namespace ok 9 - should throw exception with unexpected context ok 10 - should not attempt to call a non-sub ok 11 - ... warning with custom message, if necessary ok 12 - not overwriting existing scalar ok 13 - ... hash ok 14 - ... or array ok 15 - ... nor original sub ok 16 - should wrap around existing sub for context ok 17 - should call passed subref ok 18 - import() should warn with bad type request ok t/pod-coverage.t .. 1..1 ok 1 - Pod coverage on Sub::Context ok t/pod.t ........... 1..1 ok 1 - POD test for blib/lib/Sub/Context.pm ok t/subs.t .......... 1..38 ok 1 - use Sub::Context; ok 2 - Sub::Context->can('_qualify_sub') ok 3 - _qualify_sub() should find sub in given package name, _qualifying it ok 4 - ... or should find sub given fully-qualified name ok 5 - ... even if sub does not exist ok 6 - Sub::Context->can('_find_glob') ok 7 - _find_glob() should find named glob ok 8 - ... even if it does not exist yet ok 9 - Sub::Context->can('_validate_contexts') ok 10 - _validate_contexts() should die given invalid context ok 11 - ... but should live otherwise ok 12 - Sub::Context->can('_fetch_glob') ok 13 - _fetch_glob() should not copy CODE slot ok 14 - ... but should copy other slots ok 15 - ... unmodified ok 16 - ... and should return new glob if it does not exist ok 17 - Sub::Context->can('_contexts') ok 18 - _contexts() should return available contexts ok 19 - Sub::Context->can('_generate_contexts') ok 20 - _generate_contexts() should add fallback contexts ok 21 - ... for the given contexts ok 22 - ... default throwing an exception, with no sub defined ok 23 - ... default throwing an exception, with no sub defined ok 24 - ... default throwing an exception, with no sub defined ok 25 - ... or setting fallback to defined sub ok 26 - ... pointing all unused contexts at wrapped subroutine if it exists ok 27 - ... but not overwriting existing wrap ok 28 - ... not allowing scalar references ok 29 - ... not allowing array references ok 30 - ... and not allowing hash references ok 31 - Sub::Context->can('_apply_contexts') ok 32 - _apply_contexts() should populate glob with a sub ok 33 - ... doing the right thing in void context ok 34 - ... in scalar context ok 35 - ... and in list context ok 36 - Sub::Context->can('_default_sub') ok 37 - _default_sub() should return named subref if it exists ok 38 - ... or a default croaking sub ok All tests successful. Files=5, Tests=59, 2 wallclock secs ( 0.05 usr + 0.00 sys = 0.05 CPU) Result: PASS CHROMATIC/Sub-Context-1.00.tar.gz dmake test TEST_VERBOSE=1 -- OK Fetching with LWP: http://ppm.activestate.com/CPAN/authors/id/C/CH/CHROMATIC/CHECKSUMS chromatic <chromatic@wgz.org> Perl extension to dispatch subroutines based on their calling context >>> (cd C:\cpanfly-5.24-64\var\tmp\cpan_build\Sub-Context-1.00-Xqljw9 && tar cvf - Sub-Context-1.00.ppd blib) | gzip -c >C:/cpanfly-5.24-64/var/REPO/C/CH/CHROMATIC/Sub-Context-1.00.tar.gz Sub-Context-1.00.ppd blib/ blib/lib/ blib/lib/Sub/ blib/lib/Sub/Context.pm Finished 2016-10-23T23:11:06