PATH=C:\cpanfly-5.22-32\var\megalib\bin;C:\Perl-5.22-32\site\bin;C:\Perl-5.22-32\bin;C:\MinGW-32\bin;C:\cygwin\bin;C:\instantclient_11_2-32;C:\cpanfly-5.22-32\var\megalib\bin;C:\Perl-5.22-32\site\bin;C:\Perl-5.22-32\bin;C:\MinGW-32\bin;C:\cygwin\bin;C:\instantclient_11_2-32;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-03-25T12:01:31 ActivePerl-2201 CPAN-2.10 PATH=C:/CPANFL~3.22-/var/libs/bin;C:\CPANFL~3.22-\var\megalib\bin;C:\PERL-5~1.22-\site\bin;C:\PERL-5~1.22-\bin;C:\MinGW-32\bin;C:\cygwin\bin;C:\INSTAN~3;C:\CPANFL~3.22-\var\megalib\bin;C:\PERL-5~1.22-\site\bin;C:\PERL-5~1.22-\bin;C:\MinGW-32\bin;C:\cygwin\bin;C:\INSTAN~3;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.22-32\var\cpan\Metadata' Database was generated on Fri, 25 Mar 2016 05:41:02 GMT Fetching with LWP: http://ppm.activestate.com/CPAN/authors/id/R/RJ/RJBS/Data-OptList-0.110.tar.gz Fetching with LWP: http://ppm.activestate.com/CPAN/authors/id/R/RJ/RJBS/CHECKSUMS Checksum for C:\cpanfly-5.22-32\var\cpan\sources\authors\id\R\RJ\RJBS\Data-OptList-0.110.tar.gz ok Data-OptList-0.110 Data-OptList-0.110/README Data-OptList-0.110/Changes Data-OptList-0.110/LICENSE Data-OptList-0.110/dist.ini Data-OptList-0.110/t Data-OptList-0.110/t/hash.t Data-OptList-0.110/META.yml Data-OptList-0.110/MANIFEST Data-OptList-0.110/t/mkopt.t Data-OptList-0.110/META.json Data-OptList-0.110/Makefile.PL Data-OptList-0.110/lib/Data Data-OptList-0.110/lib/Data/OptList.pm Data-OptList-0.110/t/00-report-prereqs.t Data-OptList-0.110/xt/author Data-OptList-0.110/xt/author/pod-syntax.t Data-OptList-0.110/t/00-report-prereqs.dd Data-OptList-0.110/xt/release Data-OptList-0.110/xt/release/changes_has_content.t Configuring R/RJ/RJBS/Data-OptList-0.110.tar.gz with Makefile.PL >>> C:\Perl-5.22-32\bin\perl.exe Makefile.PL Checking if your kit is complete... Looks good Have \cpanfl~3.22-\var\megalib Want \perl-5~1.22-\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-x86-multi-thread-64int] 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 Data::OptList Writing MYMETA.yml and MYMETA.json RJBS/Data-OptList-0.110.tar.gz C:\Perl-5.22-32\bin\perl.exe Makefile.PL -- OK Running make for R/RJ/RJBS/Data-OptList-0.110.tar.gz >>> dmake cp lib/Data/OptList.pm blib\lib\Data\OptList.pm RJBS/Data-OptList-0.110.tar.gz dmake -- OK Running make test >>> dmake test TEST_VERBOSE=1 "C:\Perl-5.22-32\bin\perl.exe" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib\lib', 'blib\arch')" t/*.t # # Versions for all modules listed in MYMETA.json (including optional ones): # # === Configure Requires === # # Module Want Have # ------------------- ---- ------- # ExtUtils::MakeMaker any 7.04_01 # # === Configure Suggests === # # Module Want Have # -------- ------- ------- # JSON::PP 2.27300 2.27300 # # === Build Requires === # # Module Want Have # ------------------- ---- ------- # ExtUtils::MakeMaker any 7.04_01 # # === Test Requires === # # Module Want Have # ------------------- ---- -------- # ExtUtils::MakeMaker any 7.04_01 # File::Spec any 3.62 # Test::More 0.96 1.001014 # # === Test Recommends === # # Module Want Have # ---------- -------- -------- # CPAN::Meta 2.120900 2.150005 # # === Runtime Requires === # # Module Want Have # ------------ ----- ----- # List::Util any 1.43 # Params::Util any 1.07 # Sub::Install 0.921 0.928 # strict any 1.09 # warnings any 1.34 # t/00-report-prereqs.t .. 1..1 ok 1 ok t/hash.t ............... 1..13 ok 1 - use Data::OptList; ok 2 - empty opt list expands properly ok 3 - undef opt list expands properly ok 4 - empty arrayref opt list expands properly ok 5 - empty hashref opt list expands properly ok 6 - opt list of just names expands ok 7 - opt list of names expands with :group names ok 8 - opt list of names and values expands ok 9 - opt list of names and values expands, ignoring undef ok 10 - opt list of names and values expands with must_be ok 11 - opt list of names and values expands with [must_be] ok 12 - exception tossed on invaild ref value ok 13 - exception tossed on invaild ref value ok t/mkopt.t .............. ok 1 - empty opt list expands properly ok 2 - undef expands into [] ok 3 - opt list of just names expands ok 4 - hash opt list expands properly ok 5 - opt list of just names expands with must_be ok 6 - opt list of names expands with :group names ok 7 - opt list of names and values expands ok 8 - opt list of names and values expands with must_be ok 9 - opt list of names and values expands with [must_be] ok 10 - opt list of names and values expands with [must_be] ok 11 - opt list of names and values expands with [must_be] ok 12 - opt list of names and values expands with must_be, must_be object ok 13 - opt list of names and values expands with [must_be], must_be object ok 14 - opt list of names and values expands with [must_be], must_be object ok 15 - opt list of names and values expands with [must_be], must_be object ok 16 - exception tossed on invalid ref value ok 17 - exception tossed on invalid ref value ok 18 - exception tossed on invalid ref value ok 19 - exception tossed on invalid ref value ok 20 - exception tossed on invalid ref value ok 21 - exception tossed on invalid ref value ok 22 - exception tossed on invalid ref value ok 23 - opt list of names and values expands, ignoring undef ok 24 - require_unique constraint catches repeat ok 25 - previously tested expansion OK with require_unique ok 26 ok 27 1..27 ok All tests successful. Files=3, Tests=41, 1 wallclock secs ( 0.06 usr + 0.01 sys = 0.08 CPU) Result: PASS RJBS/Data-OptList-0.110.tar.gz dmake test TEST_VERBOSE=1 -- OK Ricardo SIGNES <rjbs@cpan.org> parse and validate simple name/value option pairs >>> (cd C:\cpanfly-5.22-32\var\cpan\build\Data-OptList-0.110-UfBskt && tar cvf - Data-OptList-0.110.ppd blib) | gzip -c >C:/cpanfly-5.22-32/var/REPO/R/RJ/RJBS/Data-OptList-0.110.tar.gz Data-OptList-0.110.ppd blib/ blib/lib/ blib/lib/Data/ blib/lib/Data/OptList.pm >>> mv C:\cpanfly-5.22-32\var\cpan\build\Data-OptList-0.110-UfBskt/Data-OptList-0.110.ppd C:/cpanfly-5.22-32/var/REPO/R/RJ/RJBS Finished 2016-03-25T12:01:46