PATH=C:\PlatSDK\Bin\Win64\x86\AMD64;C:\PlatSDK\Bin;C:\PlatSDK\Bin\WinNT;C:\cygwin\bin;C:\cpanfly-5.14\var\megalib\bin;C:\Perl64-5.14\site\bin;C:\Perl64-5.14\bin;C:\cygwin\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WindowsPowerShell\v1.0;C:\PROGRA~2\Perforce;C:\instantclient_11_2;C:\cygwin\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WindowsPowerShell\v1.0;C:\PROGRA~2\Perforce;C:\mysql\bin Start 2014-10-13T00:26:56 ActivePerl-1400 CPAN-2.00 LIB=C:\PlatSDK\Lib\AMD64;C:\PlatSDK\Lib\AMD64\atlmfc INCLUDE=C:\PlatSDK\Include;C:\PlatSDK\Include\crt;C:\PlatSDK\Include\crt\sys;C:\PlatSDK\Include\mfc;C:\PlatSDK\Include\atl PATH=C:/CPANFL~1.14/var/libs/bin;C:\PlatSDK\Bin\Win64\x86\AMD64;C:\PlatSDK\Bin;C:\PlatSDK\Bin\WinNT;C:\cygwin\bin;C:\CPANFL~1.14\var\megalib\bin;C:\Perl64-5.14\site\bin;C:\Perl64-5.14\bin;C:\cygwin\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WINDOW~1\v1.0;C:\PROGRA~2\Perforce;C:\INSTAN~1;C:\cygwin\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WINDOW~1\v1.0;C:\PROGRA~2\Perforce;C:\mysql\bin Reading 'C:\cpanfly-5.14\var\cpan\Metadata' Database was generated on Mon, 13 Oct 2014 06:17:02 GMT Running make for N/NE/NEILB/Constant-FromGlobal-0.07.tar.gz Fetching with LWP: http://cpan.nas1.activestate.com/authors/id/N/NE/NEILB/Constant-FromGlobal-0.07.tar.gz Fetching with LWP: http://cpan.nas1.activestate.com/authors/id/N/NE/NEILB/CHECKSUMS Checksum for C:\cpanfly-5.14\var\cpan\sources\authors\id\N\NE\NEILB\Constant-FromGlobal-0.07.tar.gz ok Constant-FromGlobal-0.07/ Constant-FromGlobal-0.07/Changes Constant-FromGlobal-0.07/dist.ini Constant-FromGlobal-0.07/lib/ Constant-FromGlobal-0.07/LICENSE Constant-FromGlobal-0.07/Makefile.PL Constant-FromGlobal-0.07/MANIFEST Constant-FromGlobal-0.07/META.yml Constant-FromGlobal-0.07/README Constant-FromGlobal-0.07/t/ Constant-FromGlobal-0.07/t/01_basic.t Constant-FromGlobal-0.07/t/02_multiple.t Constant-FromGlobal-0.07/t/03-env-bool.t Constant-FromGlobal-0.07/t/04-env-num.t Constant-FromGlobal-0.07/t/05-env-int.t Constant-FromGlobal-0.07/lib/Constant/ Constant-FromGlobal-0.07/lib/Constant/FromGlobal.pm CPAN.pm: Building N/NE/NEILB/Constant-FromGlobal-0.07.tar.gz >>> C:\Perl64-5.14\bin\perl.exe Makefile.PL closedir() attempted on invalid dirhandle GEN0 at C:/Perl64-5.14/lib/DirHandle.pm line 51. 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.07.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:\Perl64-5.14\bin\perl.exe "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib\lib', 'blib\arch')" t/*.t Subroutine IPC::Open3::xclose redefined at C:/cpanfly-5.14/var/megalib/TAP/Parser/Iterator/Process.pm line 146. 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 Subroutine IPC::Open3::xclose redefined at C:/cpanfly-5.14/var/megalib/TAP/Parser/Iterator/Process.pm line 146. 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 Subroutine IPC::Open3::xclose redefined at C:/cpanfly-5.14/var/megalib/TAP/Parser/Iterator/Process.pm line 146. 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 Subroutine IPC::Open3::xclose redefined at C:/cpanfly-5.14/var/megalib/TAP/Parser/Iterator/Process.pm line 146. 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 Subroutine IPC::Open3::xclose redefined at C:/cpanfly-5.14/var/megalib/TAP/Parser/Iterator/Process.pm line 146. 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, 0 wallclock secs ( 0.06 usr + 0.01 sys = 0.08 CPU) Result: PASS NEILB/Constant-FromGlobal-0.07.tar.gz nmake test TEST_VERBOSE=1 -- OK Neil Bowers <neil@bowers.com> declare constant(s) with value from global or environment variable >>> (cd C:\cpanfly-5.14\var\cpan\build\Constant-FromGlobal-0.07-YemZke && tar cvf - Constant-FromGlobal-0.07.ppd blib) | gzip -c >C:/cpanfly-5.14/var/REPO/N/NE/NEILB/Constant-FromGlobal-0.07.tar.gz Constant-FromGlobal-0.07.ppd blib/ blib/lib/ blib/lib/Constant/ blib/lib/Constant/FromGlobal.pm >>> mv C:\cpanfly-5.14\var\cpan\build\Constant-FromGlobal-0.07-YemZke/Constant-FromGlobal-0.07.ppd C:/cpanfly-5.14/var/REPO/N/NE/NEILB Finished 2014-10-13T00:27:03