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:\Perl-5.8\site\bin;C:\Perl-5.8\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:\mysql\bin Start 2012-02-23T07:20:54 ActivePerl-825 CPAN-1.9402 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.8/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:\Perl-5.8\site\bin;C:\Perl-5.8\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:\mysql\bin Going to read 'C:\cpanfly-5.8\var\cpan\Metadata' Database was generated on Thu, 23 Feb 2012 14:18:39 GMT Running make for R/RJ/RJBS/Getopt-Long-Descriptive-0.091.tar.gz Fetching with LWP: http://cpan.nas.activestate.com/authors/id/R/RJ/RJBS/Getopt-Long-Descriptive-0.091.tar.gz Fetching with LWP: http://cpan.nas.activestate.com/authors/id/R/RJ/RJBS/CHECKSUMS Checksum for C:\cpanfly-5.8\var\cpan\sources\authors\id\R\RJ\RJBS\Getopt-Long-Descriptive-0.091.tar.gz ok Will not use Archive::Tar, need 1.00 Getopt-Long-Descriptive-0.091 Getopt-Long-Descriptive-0.091/README Getopt-Long-Descriptive-0.091/Changes Getopt-Long-Descriptive-0.091/LICENSE Getopt-Long-Descriptive-0.091/dist.ini Getopt-Long-Descriptive-0.091/META.yml Getopt-Long-Descriptive-0.091/MANIFEST Getopt-Long-Descriptive-0.091/META.json Getopt-Long-Descriptive-0.091/t Getopt-Long-Descriptive-0.091/t/00-load.t Getopt-Long-Descriptive-0.091/Makefile.PL Getopt-Long-Descriptive-0.091/t/descriptive.t Getopt-Long-Descriptive-0.091/t/release-pod-syntax.t Getopt-Long-Descriptive-0.091/lib/Getopt/Long Getopt-Long-Descriptive-0.091/lib/Getopt/Long/Descriptive.pm Getopt-Long-Descriptive-0.091/lib/Getopt/Long/Descriptive Getopt-Long-Descriptive-0.091/lib/Getopt/Long/Descriptive/Opts.pm Getopt-Long-Descriptive-0.091/lib/Getopt/Long/Descriptive/Usage.pm CPAN.pm: Going to build R/RJ/RJBS/Getopt-Long-Descriptive-0.091.tar.gz >>> C:\Perl-5.8\bin\perl.exe Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for Getopt::Long::Descriptive 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/Getopt/Long/Descriptive/Opts.pm blib\lib\Getopt\Long\Descriptive\Opts.pm cp lib/Getopt/Long/Descriptive.pm blib\lib\Getopt\Long\Descriptive.pm cp lib/Getopt/Long/Descriptive/Usage.pm blib\lib\Getopt\Long\Descriptive\Usage.pm RJBS/Getopt-Long-Descriptive-0.091.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.8\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib\lib', 'blib\arch')" t/*.t # Testing Getopt::Long::Descriptive 0.091, Perl 5.008009, C:\Perl-5.8\bin\perl.exe t/00-load.t ............. 1..1 ok 1 - use Getopt::Long::Descriptive; ok t/descriptive.t ......... 1..40 ok 1 - use Getopt::Long::Descriptive; ok 2 - default foo_bar with no short option name ok 3 - ...->foo_bar ok 4 - hidden option in usage command ok 5 - hidden option description ok 6 - basic usage, with default ok 7 - ...->mode ok 8 - basic usage, passed-in ok 9 - ...->bar ok 10 - ...->mode ok 11 - hidden option in usage command ok 12 - hidden option description ok 13 - only one 'mode' option ok 14 - negatable usage ok 15 - ...->bar ok 16 - ...->baz ok 17 - ...->mode ok 18 - required option -- help text ok 19 - spacer and non-option description found ok 20 - CODEISH: spacer and non-option description found ok 21 - short options ok 22 - c_opt->foo is FOO ok 23 - C_opt->foo is FOO ok 24 - s_opt->foo is FOO ok 25 - c_opt->foo is BAR ok 26 - C_opt->foo is BAR ok 27 - s_opt->foo is undef ok 28 - c_opt->foo is BAZ ok 29 - C_opt->foo is BAZ ok 30 - s_opt->foo is BAZ ok 31 - empty-but-present description is ok ok 32 - empty-but-present description is ok ok 33 - entry not given is undef (exists? no guarantee) ok 34 - entry not given is undef (as method) ok 35 - ok to imply option with optional argument ok 36 - given value (checked with method) ok 37 - implied value (checked with method) ok 38 - long option description is wrapped cleanly ok 39 - handled unwrappable description ok 40 - no error in eval ok t/release-pod-syntax.t .. skipped: these tests are for release candidate testing All tests successful. Files=3, Tests=41, 1 wallclock secs ( 0.01 usr + 0.00 sys = 0.01 CPU) Result: PASS RJBS/Getopt-Long-Descriptive-0.091.tar.gz nmake test TEST_VERBOSE=1 -- OK Ricardo SIGNES <rjbs@cpan.org> Getopt::Long, but simpler and more powerful >>> (cd C:\cpanfly-5.8\var\cpan\build\Getopt-Long-Descriptive-0.091-RokSIe && tar cvf - Getopt-Long-Descriptive-0.091.ppd blib) | gzip -c >C:/cpanfly-5.8/var/REPO/R/RJ/RJBS/Getopt-Long-Descriptive-0.091.tar.gz Getopt-Long-Descriptive-0.091.ppd blib/ blib/lib/ blib/lib/Getopt/ blib/lib/Getopt/Long/ blib/lib/Getopt/Long/Descriptive/ blib/lib/Getopt/Long/Descriptive/Opts.pm blib/lib/Getopt/Long/Descriptive/Usage.pm blib/lib/Getopt/Long/Descriptive.pm >>> mv C:\cpanfly-5.8\var\cpan\build\Getopt-Long-Descriptive-0.091-RokSIe/Getopt-Long-Descriptive-0.091.ppd C:/cpanfly-5.8/var/REPO/R/RJ/RJBS Finished 2012-02-23T07:21:03