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.22-64\site\bin;C:\Perl-5.22-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-09-07T14:51:29 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~2.22-\site\bin;C:\PERL-5~2.22-\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 Wed, 07 Sep 2016 03:41:02 GMT Checksum for C:\cpanfly-5.24-64\var\cpan\sources\authors\id\D\DM\DMUEY\Getopt-Param-Tiny-0.5.tar.gz ok Getopt-Param-Tiny-0.5/ Getopt-Param-Tiny-0.5/Changes Getopt-Param-Tiny-0.5/lib/ Getopt-Param-Tiny-0.5/lib/Getopt/ Getopt-Param-Tiny-0.5/lib/Getopt/Param/ Getopt-Param-Tiny-0.5/lib/Getopt/Param/Tiny.pm Getopt-Param-Tiny-0.5/Makefile.PL Getopt-Param-Tiny-0.5/MANIFEST Getopt-Param-Tiny-0.5/META.yml Getopt-Param-Tiny-0.5/README Getopt-Param-Tiny-0.5/t/ Getopt-Param-Tiny-0.5/t/00.load.t Getopt-Param-Tiny-0.5/t/pod-coverage.t Getopt-Param-Tiny-0.5/t/pod.t Configuring D/DM/DMUEY/Getopt-Param-Tiny-0.5.tar.gz with Makefile.PL >>> C:\Perl-5.24-64\bin\perl.exe Makefile.PL 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 Getopt::Param::Tiny Writing MYMETA.yml and MYMETA.json DMUEY/Getopt-Param-Tiny-0.5.tar.gz C:\Perl-5.24-64\bin\perl.exe Makefile.PL -- OK Running make for D/DM/DMUEY/Getopt-Param-Tiny-0.5.tar.gz >>> dmake cp lib/Getopt/Param/Tiny.pm blib\lib\Getopt\Param\Tiny.pm DMUEY/Getopt-Param-Tiny-0.5.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 # Testing Getopt::Param::Tiny 0.5 Unknown argument 'bar' at C:\cpanfly-5.24-64\var\tmp\cpan_build\Getopt-Param-Tiny-0.5-aHWLeK\blib\lib/Getopt/Param/Tiny.pm line 55. Missing argument 'foo' at C:\cpanfly-5.24-64\var\tmp\cpan_build\Getopt-Param-Tiny-0.5-aHWLeK\blib\lib/Getopt/Param/Tiny.pm line 68. t/00.load.t ....... 1..34 ok 1 - use Getopt::Param::Tiny; ok 2 - scalar context - from array_ref key in new() ok 3 - array context - from array_ref key in new() ok 4 - no args - from array_ref key in new() ok 5 - new param - from array_ref key in new() ok 6 - update param - from array_ref key in new() ok 7 - proper value: alone ok 8 - proper value: empty-equals ok 9 - proper value: equals-phrase ok 10 - proper value: equals-string ok 11 - scalar context - from @ARGV ok 12 - array context - from @ARGV ok 13 - no args - from @ARGV ok 14 - new param - from @ARGV ok 15 - update param - from @ARGV ok 16 - proper value: alone - from @ARGV ok 17 - proper value: empty-equals - from @ARGV ok 18 - proper value: equals-phrase - from @ARGV ok 19 - proper value: equals-string - from @ARGV ok 20 - pre autoviv test check ok 21 - post autoviv test check ok 22 - autoviv test correct key sanity ok 23 - no args triggers help when no_args_help is true ok 24 - help method ok 25 - before -- ok 26 - after -- ok 27 - known only constraint bad (see warning output) ok 28 - known only constraint ok ok 29 - required constraint (see warning output) ok 30 - required constraint ok ok 31 - validate constraint fail ok 32 - validate constraint ok ok 33 - actions defauklt to help ok 34 - actions defauklt to help ok t/pod-coverage.t .. 1..1 ok 1 - Pod coverage on Getopt::Param::Tiny ok t/pod.t ........... 1..1 ok 1 - POD test for blib/lib/Getopt/Param/Tiny.pm ok All tests successful. Files=3, Tests=36, 1 wallclock secs ( 0.08 usr + 0.00 sys = 0.08 CPU) Result: PASS DMUEY/Getopt-Param-Tiny-0.5.tar.gz dmake test TEST_VERBOSE=1 -- OK Picked up abstract from Makefile Daniel Muey <dmuey@cpan.org> Subset of Getopt::Param functionality with smaller memory footprint >>> (cd C:\cpanfly-5.24-64\var\tmp\cpan_build\Getopt-Param-Tiny-0.5-aHWLeK && tar cvf - Getopt-Param-Tiny-0.5.ppd blib) | gzip -c >C:/cpanfly-5.24-64/var/REPO/D/DM/DMUEY/Getopt-Param-Tiny-0.5.tar.gz Getopt-Param-Tiny-0.5.ppd blib/ blib/lib/ blib/lib/Getopt/ blib/lib/Getopt/Param/ blib/lib/Getopt/Param/Tiny.pm Finished 2016-09-07T14:51:41