PATH=C:\cpanfly-5.20-64\var\megalib\bin;C:\Perl64-5.20\site\bin;C:\Perl64-5.20\bin;C:\MinGW-64\bin;C:\cygwin\bin;C:\instantclient_11_2-64;C:\cpanfly-5.20-64\var\megalib\bin;C:\Perl64-5.20\site\bin;C:\Perl64-5.20\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 2017-02-01T00:52:03 ActivePerl-2003 CPAN-2.10 PATH=C:/CPANFL~1.20-/var/libs/bin;C:\CPANFL~1.20-\var\megalib\bin;C:\Perl64-5.20\site\bin;C:\Perl64-5.20\bin;C:\MinGW-64\bin;C:\cygwin\bin;C:\INSTAN~1;C:\CPANFL~1.20-\var\megalib\bin;C:\Perl64-5.20\site\bin;C:\Perl64-5.20\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.20-64\var\cpan\Metadata' Database was generated on Mon, 30 Jan 2017 06:17:03 GMT Checksum for C:\cpanfly-5.20-64\var\cpan\sources\authors\id\Z\ZO\ZOFFIX\Mew-1.001006.tar.gz ok Mew-1.001006 Mew-1.001006/README Mew-1.001006/Changes Mew-1.001006/LICENSE Mew-1.001006/INSTALL Mew-1.001006/dist.ini Mew-1.001006/META.yml Mew-1.001006/MANIFEST Mew-1.001006/README.md Mew-1.001006/lib Mew-1.001006/lib/ew.pm Mew-1.001006/lib/Mew.pm Mew-1.001006/t Mew-1.001006/t/01-mew.t Mew-1.001006/t/Class1.pm Mew-1.001006/Makefile.PL Mew-1.001006/t/00-compile.t Mew-1.001006/xt/author Mew-1.001006/xt/author/eol.t Mew-1.001006/examples Mew-1.001006/examples/example.pl Mew-1.001006/xt/author/no-tabs.t Mew-1.001006/xt/author/mojibake.t Mew-1.001006/xt/release Mew-1.001006/xt/release/kwalitee.t Mew-1.001006/xt/release/distmeta.t Mew-1.001006/xt/author/pod-spell.t Mew-1.001006/xt/author/pod-syntax.t Mew-1.001006/xt/author/portability.t Mew-1.001006/xt/author/test-version.t Mew-1.001006/xt/author/pod-coverage.t Mew-1.001006/xt/release/unused-vars.t Mew-1.001006/xt/release/cpan-changes.t Mew-1.001006/xt/release/dist-manifest.t Mew-1.001006/xt/release/pod-linkcheck.t Mew-1.001006/xt/release/minimum-version.t Configuring Z/ZO/ZOFFIX/Mew-1.001006.tar.gz with Makefile.PL >>> C:\Perl64-5.20\bin\perl.exe Makefile.PL Checking if your kit is complete... Looks good Have \cpanfl~1.20-\var\megalib Want \perl64-5.20\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 Mew Writing MYMETA.yml and MYMETA.json ZOFFIX/Mew-1.001006.tar.gz C:\Perl64-5.20\bin\perl.exe Makefile.PL -- OK Running make for Z/ZO/ZOFFIX/Mew-1.001006.tar.gz >>> dmake cp lib/ew.pm blib\lib\ew.pm cp lib/Mew.pm blib\lib\Mew.pm ZOFFIX/Mew-1.001006.tar.gz dmake -- OK Running make test >>> dmake test TEST_VERBOSE=1 "C:\Perl64-5.20\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 - Mew.pm loaded ok ok 2 - ew.pm loaded ok ok # Failed test 'use t::Class1;' # at t/01-mew.t line 7. # Tried to use 't::Class1'. # Error: Can't locate Sub/Defer.pm in @INC (you may need to install the Sub::Defer module) (@INC contains: C:\cpanfly-5.20-64\var\tmp\cpan_build\Mew-1.001006-faXPTs\blib\lib C:\cpanfly-5.20-64\var\tmp\cpan_build\Mew-1.001006-faXPTs\blib\arch C:/cpanfly-5.20-64/var/megalib C:/cpanfly-5.20-64/var/megalib C:/Perl64-5.20/site/lib C:/Perl64-5.20/lib .) at C:/cpanfly-5.20-64/var/megalib/Moo.pm line 146. # BEGIN failed--compilation aborted at t/Class1.pm line 3. # Compilation failed in require at t/01-mew.t line 7. # BEGIN failed--compilation aborted at t/01-mew.t line 7. # Failed test 'required args checked' # at t/01-mew.t line 9. # expecting: Regexp ((?^:Missing required arguments: ar1, num)) # found: normal exit # Failed test 'type is checked' # at t/01-mew.t line 13. # expecting: Regexp ((?^:Must be a positive number)) # found: normal exit Can't locate object method "_num" via package "t::Class1" at t/01-mew.t line 18. # Tests were run but no plan was declared and done_testing() was not seen. # Looks like your test exited with 255 just after 3. t/01-mew.t ...... not ok 1 - use t::Class1; not ok 2 - required args checked not ok 3 - type is checked Dubious, test returned 255 (wstat 65280, 0xff00) Failed 3/3 subtests Test Summary Report ------------------- t/01-mew.t (Wstat: 65280 Tests: 3 Failed: 3) Failed tests: 1-3 Non-zero exit status: 255 Parse errors: No plan found in TAP output Files=2, Tests=5, 1 wallclock secs ( 0.08 usr + 0.02 sys = 0.09 CPU) Result: FAIL Failed 1/2 test programs. 3/5 subtests failed. dmake: Error code 255, while making 'test_dynamic' ZOFFIX/Mew-1.001006.tar.gz dmake test TEST_VERBOSE=1 -- NOT OK //hint// to see the cpan-testers results for installing this module, try: reports ZOFFIX/Mew-1.001006.tar.gz Finished 2017-02-01T00:52:16