PATH=C:\cpanfly-5.24-32\var\megalib\bin;C:\Perl-5.24-32\site\bin;C:\Perl-5.24-32\bin;C:\MinGW-32\bin;C:\cygwin\bin;C:\instantclient_11_2-32;C:\cpanfly-5.24-32\var\megalib\bin;C:\Perl-5.24-32\site\bin;C:\Perl-5.24-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-06-10T19:13:29 ActivePerl-2400 CPAN-2.10 PATH=C:/CPANFL~2.24-/var/libs/bin;C:\CPANFL~2.24-\var\megalib\bin;C:\PERL-5~2.24-\site\bin;C:\PERL-5~2.24-\bin;C:\MinGW-32\bin;C:\cygwin\bin;C:\INSTAN~3;C:\CPANFL~2.24-\var\megalib\bin;C:\PERL-5~2.24-\site\bin;C:\PERL-5~2.24-\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.24-32\var\cpan\Metadata' Database was generated on Fri, 10 Jun 2016 05:17:02 GMT Checksum for C:\cpanfly-5.24-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.24-32\bin\perl.exe Makefile.PL Checking if your kit is complete... Looks good 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.24-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.24-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.16 # # === Configure Suggests === # # Module Want Have # -------- ------- ------- # JSON::PP 2.27300 2.27400 # # === 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 # Test::More 0.96 1.302026 # # === Test Recommends === # # Module Want Have # ---------- -------- -------- # CPAN::Meta 2.120900 2.150005 # # === Runtime Requires === # # Module Want Have # ------------ ----- ----- # List::Util any 1.45 # Params::Util any 1.07 # Sub::Install 0.921 0.928 # strict any 1.11 # warnings any 1.36 # 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.05 usr + 0.00 sys = 0.05 CPU) Result: PASS RJBS/Data-OptList-0.110.tar.gz dmake test TEST_VERBOSE=1 -- OK Fetching with LWP: http://ppm.activestate.com/CPAN/authors/id/R/RJ/RJBS/CHECKSUMS Ricardo SIGNES <rjbs@cpan.org> parse and validate simple name/value option pairs >>> (cd C:\cpanfly-5.24-32\var\tmp\cpan_build\Data-OptList-0.110-KZjDHa && tar cvf - Data-OptList-0.110.ppd blib) | gzip -c >C:/cpanfly-5.24-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 Finished 2016-06-10T19:13:44