PATH=C:\PlatSDK\Bin\Win64\x86\AMD64;C:\PlatSDK\Bin;C:\PlatSDK\Bin\WinNT;C:\Perl64\site\bin;C:\Perl64\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:\mysql\bin Start 2011-03-24T22:54:38 ActivePerl-1003 CPAN-1.9402 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:/cpanfly/var/libs/bin;C:\PlatSDK\Bin\Win64\x86\AMD64;C:\PlatSDK\Bin;C:\PlatSDK\Bin\WinNT;C:\Perl64\site\bin;C:\Perl64\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:\mysql\bin Going to read 'C:\cpanfly\var\cpan\Metadata' Database was generated on Thu, 24 Mar 2011 22:28:08 GMT Running make for A/AD/ADAMK/Object-Destroyer-2.01.tar.gz Fetching with LWP: http://cpan.nas.activestate.com/authors/id/A/AD/ADAMK/Object-Destroyer-2.01.tar.gz Checksum for C:\cpanfly\var\cpan\sources\authors\id\A\AD\ADAMK\Object-Destroyer-2.01.tar.gz ok Will not use Archive::Tar, need 1.00 Object-Destroyer-2.01/ Object-Destroyer-2.01/README Object-Destroyer-2.01/Makefile.PL Object-Destroyer-2.01/LICENSE Object-Destroyer-2.01/xt/ Object-Destroyer-2.01/xt/meta.t Object-Destroyer-2.01/xt/pmv.t Object-Destroyer-2.01/xt/pod.t Object-Destroyer-2.01/META.yml Object-Destroyer-2.01/MANIFEST Object-Destroyer-2.01/Changes Object-Destroyer-2.01/t/ Object-Destroyer-2.01/t/03_destroy.t Object-Destroyer-2.01/t/02_new.t Object-Destroyer-2.01/t/01_compile.t Object-Destroyer-2.01/t/05_dismiss.t Object-Destroyer-2.01/t/04_wrapper.t Object-Destroyer-2.01/inc/ Object-Destroyer-2.01/inc/Module/ Object-Destroyer-2.01/inc/Module/Install/ Object-Destroyer-2.01/inc/Module/Install/DSL.pm Object-Destroyer-2.01/inc/Module/Install/Win32.pm Object-Destroyer-2.01/inc/Module/Install/WriteAll.pm Object-Destroyer-2.01/inc/Module/Install/Can.pm Object-Destroyer-2.01/inc/Module/Install/Metadata.pm Object-Destroyer-2.01/inc/Module/Install/Base.pm Object-Destroyer-2.01/inc/Module/Install/Makefile.pm Object-Destroyer-2.01/inc/Module/Install/Fetch.pm Object-Destroyer-2.01/inc/Module/Install.pm Object-Destroyer-2.01/lib/ Object-Destroyer-2.01/lib/Object/ Object-Destroyer-2.01/lib/Object/Destroyer.pm CPAN.pm: Going to build A/AD/ADAMK/Object-Destroyer-2.01.tar.gz >>> C:\Perl64\bin\perl.exe Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for Object::Destroyer >>> nmake Microsoft (R) Program Maintenance Utility Version 7.00.8882 Copyright (C) Microsoft Corp 1988-2000. All rights reserved. cp lib/Object/Destroyer.pm blib\lib\Object\Destroyer.pm ADAMK/Object-Destroyer-2.01.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\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(1, 'inc', 'blib\lib', 'blib\arch')" t/*.t t/01_compile.t .. 1..2 ok 1 - use Object::Destroyer; ok 2 - use Object::Destroyer; ok t/02_new.t ...... 1..19 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok t/03_destroy.t .. 1..31 ok 1 - Start value ok 2 - No auto destroy of Foo objects ok 3 - Manually called DESTROY ok 4 - Auto called DESTROY after leaving the scope ok 5 - DESTROY called by Object::Destroyer ok 6 ok 7 - release called by Object::Destroyer ok 8 ok 9 - delete called by Object::Destroyer ok 10 ok 11 - nothing changed ok 12 - Foo->DESTROY by Object::Destroyer ok 13 - Foo->DESTROY by Perl gc ok 14 - nothing changed ok 15 - Foo->release (not DESTROY) has not been called ok 16 - Foo->DESTROY by Perl gc ok 17 - nothing changed ok 18 - Foo->DESTROY by Object::Destroyer ok 19 - Foo->DESTROY by Perl gc ok 20 - nothing changed ok 21 - Foo->release ok 22 - Foo->DESTROY by Perl gc ok 23 ok 24 ok 25 ok 26 ok 27 ok 28 ok 29 ok 30 ok 31 ok t/04_wrapper.t .. 1..34 ok 1 - The object isa Foo ok 2 - The object isa Bar ok 3 - The object isa Foo ok 4 - The object isa Bar ok 5 - The object isa Object::Destroyer ok 6 ok 7 - Foo->can('hello') ok 8 - Foo->can('bar') ok 9 - Object::Destroyer->can('hello') ok 10 - Object::Destroyer->can('release') ok 11 - Object::Destroyer->can('self_test') ok 12 - Object::Destroyer->can('params_count') ok 13 - Object::Destroyer->can('bar') ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 - Foo->hello returns as expected ok 20 ok 21 - Foo->hello(args) returns as expected ok 22 ok 23 ok 24 ok 25 ok 26 ok 27 ok 28 ok 29 ok 30 ok 31 ok 32 ok 33 ok 34 ok t/05_dismiss.t .. 1..8 ok 1 - Foo must not be destroyed ok 2 - Pre-check ok 3 - Wrapper is ok ok 4 - Foo must be destroyed ok 5 - Pre-check ok 6 - Wrapper is ok ok 7 - Wrapper is still ok ok 8 - Foo must not ve destroyed ok All tests successful. Files=5, Tests=94, 0 wallclock secs ( 0.05 usr + 0.01 sys = 0.06 CPU) Result: PASS ADAMK/Object-Destroyer-2.01.tar.gz nmake test TEST_VERBOSE=1 -- OK Adam Kennedy <adamk@cpan.org> Make objects with circular references DESTROY normally >>> (cd C:\cpanfly\var\cpan\build\Object-Destroyer-2.01-QmWvXq && tar cvf - Object-Destroyer-2.01.ppd blib) | gzip -c >C:/cpanfly/var/REPO/A/AD/ADAMK/Object-Destroyer-2.01.tar.gz Object-Destroyer-2.01.ppd blib/ blib/lib/ blib/lib/Object/ blib/lib/Object/Destroyer.pm >>> mv C:\cpanfly\var\cpan\build\Object-Destroyer-2.01-QmWvXq/Object-Destroyer-2.01.ppd C:/cpanfly/var/REPO/A/AD/ADAMK Megalib: Undefined subroutine &Digest::base::new called at C:\cpanfly\lib/ActivePerl/PPM/InstallArea.pm line 902. Finished 2011-03-24T22:54:42