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.16\var\megalib\bin;C:\Perl-5.16\site\bin;C:\Perl-5.16\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 2015-11-04T02:25:34 ActivePerl-1600 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.16/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.16\var\megalib\bin;C:\Perl-5.16\site\bin;C:\Perl-5.16\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.16\var\cpan\Metadata' Database was generated on Wed, 04 Nov 2015 04:29:02 GMT Running make for N/NE/NEILB/Constant-FromGlobal-0.08.tar.gz Fetching with LWP: http://cpan.nas1.activestate.com/authors/id/N/NE/NEILB/Constant-FromGlobal-0.08.tar.gz Fetching with LWP: http://cpan.nas1.activestate.com/authors/id/N/NE/NEILB/CHECKSUMS Checksum for C:\cpanfly-5.16\var\cpan\sources\authors\id\N\NE\NEILB\Constant-FromGlobal-0.08.tar.gz ok Constant-FromGlobal-0.08/ Constant-FromGlobal-0.08/Changes Constant-FromGlobal-0.08/dist.ini Constant-FromGlobal-0.08/lib/ Constant-FromGlobal-0.08/LICENSE Constant-FromGlobal-0.08/Makefile.PL Constant-FromGlobal-0.08/MANIFEST Constant-FromGlobal-0.08/META.json Constant-FromGlobal-0.08/META.yml Constant-FromGlobal-0.08/README Constant-FromGlobal-0.08/t/ Constant-FromGlobal-0.08/t/01_basic.t Constant-FromGlobal-0.08/t/02_multiple.t Constant-FromGlobal-0.08/t/03-env-bool.t Constant-FromGlobal-0.08/t/04-env-num.t Constant-FromGlobal-0.08/t/05-env-int.t Constant-FromGlobal-0.08/lib/Constant/ Constant-FromGlobal-0.08/lib/Constant/FromGlobal.pm CPAN.pm: Building N/NE/NEILB/Constant-FromGlobal-0.08.tar.gz >>> C:\Perl-5.16\bin\perl.exe Makefile.PL Checking if your kit is complete... Looks good Generating a nmake-style Makefile Writing Makefile for Constant::FromGlobal 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/Constant/FromGlobal.pm blib\lib\Constant\FromGlobal.pm NEILB/Constant-FromGlobal-0.08.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.16\bin\perl.exe" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib\lib', 'blib\arch')" t\*.t t\01_basic.t ..... ok 1 - DEBUG not enabled ok 2 - DEBUG enabled from global ok 3 - value not processed ok 4 - DEBUG enabled from env ok 5 - converted to bool ok 6 - converted to int ok 7 - default ok 8 - ANSWER taken from environment variable ok 9 - PIE takes value from $main::PIE ok 10 - value taken from global not environment 1..10 ok t\02_multiple.t .. ok 1 - DEBUG enabled ok 2 - VERBOSE not enabled ok 3 - DSN is undef ok 4 - MAX_FOO has correct value 1..4 ok t\03-env-bool.t .. ok 1 - FALSE should be set to a false value ok 2 - TRUE should be set to a true value ok 3 - 'FALSE' should be set to a true value ok 4 - 'TRUE' should be set to a true value 1..4 ok t\04-env-num.t ... ok 1 - ONE should have value 1 ok 2 - MINUS_ONE should have value -1 ok 3 - PI should have roughly the value of pi ok 4 - TWO_THIRDS should be between 0.6 and 0.7 ok 5 - 'forty two' should result in croak, since it doesn't look like a number 1..5 ok t\05-env-int.t ... ok 1 - ONE should have value 1 ok 2 - ZERO should have value 0 ok 3 - MINUS_ONE should have value -1 ok 4 - FORTY_TWO should have value 42 ok 5 - '3.141592654' should result in croak, since it doesn't look like an integer 1..5 ok All tests successful. Files=5, Tests=28, 1 wallclock secs ( 0.05 usr + 0.01 sys = 0.06 CPU) Result: PASS NEILB/Constant-FromGlobal-0.08.tar.gz nmake test TEST_VERBOSE=1 -- OK Neil Bowers <neil@bowers.com> declare constant(s) with value from global or environment variable >>> set path PATH=C:/CPANFL~1.16/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.16\var\megalib\bin;C:\Perl-5.16\site\bin;C:\Perl-5.16\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 PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.PSC1;.PSC1 >>> which tar /usr/bin/tar >>> (cd C:\cpanfly-5.16\var\cpan\build\Constant-FromGlobal-0.08-8RcfGB && tar cvf - Constant-FromGlobal-0.08.ppd blib) | gzip -c >C:/cpanfly-5.16/var/REPO/N/NE/NEILB/Constant-FromGlobal-0.08.tar.gz Constant-FromGlobal-0.08.ppd blib/ blib/lib/ blib/lib/Constant/ blib/lib/Constant/FromGlobal.pm >>> mv C:\cpanfly-5.16\var\cpan\build\Constant-FromGlobal-0.08-8RcfGB/Constant-FromGlobal-0.08.ppd C:/cpanfly-5.16/var/REPO/N/NE/NEILB Finished 2015-11-04T02:25:40