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:\Program Files (x86)\Perforce;C:\instantclient_11_2;C:\cygwin\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WindowsPowerShell\v1.0;C:\Program Files (x86)\Perforce;C:\mysql\bin Start 2013-11-02T02:29:39 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 Sat, 02 Nov 2013 06:29:03 GMT Running make for H/HA/HAARG/Devel-GlobalDestruction-0.12.tar.gz Fetching with LWP: http://cpan.nas.activestate.com/authors/id/H/HA/HAARG/Devel-GlobalDestruction-0.12.tar.gz Fetching with LWP: http://cpan.nas.activestate.com/authors/id/H/HA/HAARG/CHECKSUMS Checksum for C:\cpanfly-5.14\var\cpan\sources\authors\id\H\HA\HAARG\Devel-GlobalDestruction-0.12.tar.gz ok Devel-GlobalDestruction-0.12/ Devel-GlobalDestruction-0.12/Changes Devel-GlobalDestruction-0.12/lib/ Devel-GlobalDestruction-0.12/Makefile.PL Devel-GlobalDestruction-0.12/MANIFEST Devel-GlobalDestruction-0.12/MANIFEST.SKIP Devel-GlobalDestruction-0.12/META.json Devel-GlobalDestruction-0.12/META.yml Devel-GlobalDestruction-0.12/t/ Devel-GlobalDestruction-0.12/t/01_basic.t Devel-GlobalDestruction-0.12/t/02_thread.t Devel-GlobalDestruction-0.12/t/03_minusc.t Devel-GlobalDestruction-0.12/t/04_phases.t Devel-GlobalDestruction-0.12/t/05_thread_clone.t Devel-GlobalDestruction-0.12/t/06_load-in-gd.t Devel-GlobalDestruction-0.12/t/10_pure-perl.t Devel-GlobalDestruction-0.12/lib/Devel/ Devel-GlobalDestruction-0.12/lib/Devel/GlobalDestruction.pm CPAN.pm: Building H/HA/HAARG/Devel-GlobalDestruction-0.12.tar.gz >>> C:\Perl64-5.14\bin\perl.exe Makefile.PL Checking if your kit is complete... Looks good Generating a nmake-style Makefile Writing Makefile for Devel::GlobalDestruction 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/Devel/GlobalDestruction.pm blib\lib\Devel\GlobalDestruction.pm HAARG/Devel-GlobalDestruction-0.12.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 t/01_basic.t ......... 1..9 ok - use Devel::GlobalDestruction ok - exported ok - defined prototype ok - empty prototype ok - Runtime is not GD ok - Object destruction in END not considered GD ok - Not yet in GD while in END block 1 ok - Not yet in GD while in END block 2 ok - Final cleanup object destruction properly in GD ok t/02_thread.t ........ 1..9 ok - use Devel::GlobalDestruction ok - exported ok - defined prototype ok - empty prototype ok - Runtime is not GD ok - Object destruction in END not considered GD ok - Not yet in GD while in END block 1 ok - Not yet in GD while in END block 2 ok - Final cleanup object destruction properly in GD ok t/03_minusc.t syntax OK t/03_minusc.t ........ 1..3 ok - Test properly running under minus-c ok - BEGIN is not GD with -c ok - Final cleanup object destruction properly in GD ok t/04_phases.t ........ 1..10 ok - BEGIN is not GD ok - DESTROY in BEGIN still not GD ok - UNITCHECK is not GD ok - DESTROY in UNITCHECK still not GD ok - CHECK is not GD ok - DESTROY in CHECK still not GD ok - INIT is not GD ok - DESTROY in INIT still not GD ok - END is not GD ok - DESTROY in END still not GD ok t/05_thread_clone.t .. 1..4 ok - CLONE is not GD ok - DESTROY during CLONE is not GD ok - Final cleanup object destruction properly in GD in thread ok - Final cleanup object destruction properly in GD in main program ok t/06_load-in-gd.t .... 1..3 ok 1 - alive during runtime ok 2 - alive during END ok 3 - global destruct detected when loaded during GD ok C:/cpanfly-5.14/var/cpan/build/Devel-GlobalDestruction-0.12-fY3De0/t/03_minusc.t syntax OK t/10_pure-perl.t ..... 1..6 1..9 ok - use Devel::GlobalDestruction ok - exported ok - defined prototype ok - empty prototype ok - Runtime is not GD ok - Object destruction in END not considered GD ok - Not yet in GD while in END block 1 ok - Not yet in GD while in END block 2 ok - Final cleanup object destruction properly in GD ok - Exit 0 from: C:\Perl64-5.14\bin\perl.exe C:/cpanfly-5.14/var/cpan/build/Devel-GlobalDestruction-0.12-fY3De0/t/01_basic.t 1..9 ok - use Devel::GlobalDestruction ok - exported ok - defined prototype ok - empty prototype ok - Runtime is not GD ok - Object destruction in END not considered GD ok - Not yet in GD while in END block 1 ok - Not yet in GD while in END block 2 ok - Final cleanup object destruction properly in GD ok - Exit 0 from: C:\Perl64-5.14\bin\perl.exe C:/cpanfly-5.14/var/cpan/build/Devel-GlobalDestruction-0.12-fY3De0/t/02_thread.t 1..3 ok - Test properly running under minus-c ok - BEGIN is not GD with -c ok - Final cleanup object destruction properly in GD ok - Exit 0 from: C:\Perl64-5.14\bin\perl.exe C:/cpanfly-5.14/var/cpan/build/Devel-GlobalDestruction-0.12-fY3De0/t/03_minusc.t 1..10 ok - BEGIN is not GD ok - DESTROY in BEGIN still not GD ok - UNITCHECK is not GD ok - DESTROY in UNITCHECK still not GD ok - CHECK is not GD ok - DESTROY in CHECK still not GD ok - INIT is not GD ok - DESTROY in INIT still not GD ok - END is not GD ok - DESTROY in END still not GD ok - Exit 0 from: C:\Perl64-5.14\bin\perl.exe C:/cpanfly-5.14/var/cpan/build/Devel-GlobalDestruction-0.12-fY3De0/t/04_phases.t 1..4 ok - CLONE is not GD ok - DESTROY during CLONE is not GD ok - Final cleanup object destruction properly in GD in thread ok - Final cleanup object destruction properly in GD in main program ok - Exit 0 from: C:\Perl64-5.14\bin\perl.exe C:/cpanfly-5.14/var/cpan/build/Devel-GlobalDestruction-0.12-fY3De0/t/05_thread_clone.t 1..3 ok 1 - alive during runtime ok 2 - alive during END ok 3 - global destruct detected when loaded during GD ok - Exit 0 from: C:\Perl64-5.14\bin\perl.exe C:/cpanfly-5.14/var/cpan/build/Devel-GlobalDestruction-0.12-fY3De0/t/06_load-in-gd.t ok All tests successful. Files=7, Tests=44, 1 wallclock secs ( 0.11 usr + 0.00 sys = 0.11 CPU) Result: PASS HAARG/Devel-GlobalDestruction-0.12.tar.gz nmake test TEST_VERBOSE=1 -- OK Graham Knop <haarg@cpan.org> unknown >>> (cd C:\cpanfly-5.14\var\cpan\build\Devel-GlobalDestruction-0.12-fY3De0 && tar cvf - Devel-GlobalDestruction-0.12.ppd blib) | gzip -c >C:/cpanfly-5.14/var/REPO/H/HA/HAARG/Devel-GlobalDestruction-0.12.tar.gz Devel-GlobalDestruction-0.12.ppd blib/ blib/lib/ blib/lib/Devel/ blib/lib/Devel/GlobalDestruction.pm >>> mv C:\cpanfly-5.14\var\cpan\build\Devel-GlobalDestruction-0.12-fY3De0/Devel-GlobalDestruction-0.12.ppd C:/cpanfly-5.14/var/REPO/H/HA/HAARG Finished 2013-11-02T02:29:46