PATH=C:\Program Files\Microsoft Platform SDK\Bin;C:\Program Files\Microsoft Platform SDK\Bin\WinNT;C:\Program Files\Microsoft Visual Studio\VC98\Bin;C:\Program Files\Microsoft Visual Studio\Common\MSDev98\Bin;C:\cygwin\bin;C:\cpanfly-5.12\var\megalib\bin;C:\Perl-5.12\site\bin;C:\Perl-5.12\bin;C:\cygwin\bin;C:\Program Files\Perforce;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WindowsPowerShell\v1.0;C:\WINDOWS\system32\WindowsPowerShell\v1.0;C:\instantclient_11_2;C:\cygwin\bin;C:\Program Files\Perforce;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WindowsPowerShell\v1.0;C:\WINDOWS\system32\WindowsPowerShell\v1.0;C:\mysql\bin Start 2013-12-13T21:21:43 ActivePerl-1200 CPAN-2.00 LIB=C:\PROGRA~1\MICROS~3\VC98\Lib\PSDK;C:\PROGRA~1\MICROS~2\Lib;C:\PROGRA~1\MICROS~3\VC98\Lib;C:\PROGRA~1\MICROS~3\VC98\MFC\Lib INCLUDE=C:\PROGRA~1\MICROS~2\Include;C:\PROGRA~1\MICROS~3\VC98\ATL\Include;C:\PROGRA~1\MICROS~3\VC98\Include;C:\PROGRA~1\MICROS~3\VC98\MFC\Include PATH=C:/CPANFL~1.12/var/libs/bin;C:\PROGRA~1\MICROS~2\Bin;C:\PROGRA~1\MICROS~2\Bin\WinNT;C:\PROGRA~1\MICROS~3\VC98\Bin;C:\PROGRA~1\MICROS~3\Common\MSDev98\Bin;C:\cygwin\bin;C:\CPANFL~1.12\var\megalib\bin;C:\Perl-5.12\site\bin;C:\Perl-5.12\bin;C:\cygwin\bin;C:\PROGRA~1\Perforce;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WINDOW~2\v1.0;C:\WINDOWS\system32\WINDOW~2\v1.0;C:\INSTAN~1;C:\cygwin\bin;C:\PROGRA~1\Perforce;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WINDOW~2\v1.0;C:\WINDOWS\system32\WINDOW~2\v1.0;C:\mysql\bin Reading 'C:\cpanfly-5.12\var\cpan\Metadata' Database was generated on Sat, 14 Dec 2013 03:53:03 GMT Running make for R/RJ/RJBS/Data-OptList-0.109.tar.gz Fetching with LWP: http://cpan.nas1.activestate.com/authors/id/R/RJ/RJBS/Data-OptList-0.109.tar.gz Checksum for C:\cpanfly-5.12\var\cpan\sources\authors\id\R\RJ\RJBS\Data-OptList-0.109.tar.gz ok Data-OptList-0.109 Data-OptList-0.109/README Data-OptList-0.109/Changes Data-OptList-0.109/LICENSE Data-OptList-0.109/dist.ini Data-OptList-0.109/t Data-OptList-0.109/t/hash.t Data-OptList-0.109/META.yml Data-OptList-0.109/MANIFEST Data-OptList-0.109/t/mkopt.t Data-OptList-0.109/META.json Data-OptList-0.109/Makefile.PL Data-OptList-0.109/lib/Data Data-OptList-0.109/lib/Data/OptList.pm Data-OptList-0.109/xt/release Data-OptList-0.109/xt/release/pod-syntax.t Data-OptList-0.109/t/000-report-versions-tiny.t Data-OptList-0.109/xt/release/changes_has_content.t CPAN.pm: Building R/RJ/RJBS/Data-OptList-0.109.tar.gz >>> C:\Perl-5.12\bin\perl.exe Makefile.PL Checking if your kit is complete... Looks good Generating a nmake-style Makefile Writing Makefile for Data::OptList Writing MYMETA.yml and MYMETA.json >>> nmake Microsoft (R) Program Maintenance Utility Version 7.00.8882 Copyright (C) Microsoft Corp 1988-2000. All rights reserved. cp lib/Data/OptList.pm blib\lib\Data\OptList.pm RJBS/Data-OptList-0.109.tar.gz nmake -- OK Running make test >>> nmake test TEST_VERBOSE=1 Microsoft (R) Program Maintenance Utility Version 7.00.8882 Copyright (C) Microsoft Corp 1988-2000. All rights reserved. C:\Perl-5.12\bin\perl.exe "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib\lib', 'blib\arch')" t/*.t # # # Generated by Dist::Zilla::Plugin::ReportVersions::Tiny v1.10 # perl: 5.012000 (wanted any version) on MSWin32 from C:\Perl-5.12\bin\perl.exe # # ExtUtils::MakeMaker => 6.82 (want 6.30) # List::Util => 1.35 (want any version) # Params::Util => 1.07 (want any version) # Sub::Install => 0.927 (want 0.921) # Test::More => 1.001002 (want 0.96) # strict => 1.04 (want any version) # warnings => 1.09 (want any version) # # Thanks for using my code. I hope it works for you. # If not, please try and include this output in the bug report. # That will help me reproduce the issue and solve your problem. # t/000-report-versions-tiny.t .. ok 1 - we really didn't test anything, just reporting data 1..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, must_be object ok 11 - opt list of names and values expands with [must_be], must_be object ok 12 - exception tossed on invaild ref value ok 13 - exception tossed on invaild ref value ok 14 - exception tossed on invaild ref value ok 15 - exception tossed on invaild ref value ok 16 - exception tossed on invaild ref value ok 17 - opt list of names and values expands, ignoring undef ok 18 - require_unique constraint catches repeat ok 19 - previously tested expansion OK with require_unique ok 20 ok 21 1..21 ok All tests successful. Files=3, Tests=35, 1 wallclock secs ( 0.03 usr + 0.02 sys = 0.05 CPU) Result: PASS RJBS/Data-OptList-0.109.tar.gz nmake test TEST_VERBOSE=1 -- OK Ricardo SIGNES <rjbs@cpan.org> parse and validate simple name/value option pairs >>> (cd C:\cpanfly-5.12\var\cpan\build\Data-OptList-0.109-Y6bag0 && tar cvf - Data-OptList-0.109.ppd blib) | gzip -c >C:/cpanfly-5.12/var/REPO/R/RJ/RJBS/Data-OptList-0.109.tar.gz Data-OptList-0.109.ppd blib/ blib/lib/ blib/lib/Data/ blib/lib/Data/OptList.pm >>> mv C:\cpanfly-5.12\var\cpan\build\Data-OptList-0.109-Y6bag0/Data-OptList-0.109.ppd C:/cpanfly-5.12/var/REPO/R/RJ/RJBS Finished 2013-12-13T21:21:53