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:\mysql\bin Start 2011-03-25T07:48:48 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:\mysql\bin Going to read 'C:\cpanfly-5.8\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-5.8\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:\Perl-5.8\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:\Perl-5.8\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, 1 wallclock secs ( 0.05 usr + 0.00 sys = 0.05 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-5.8\var\cpan\build\Object-Destroyer-2.01-vY84Zx && tar cvf - Object-Destroyer-2.01.ppd blib) | gzip -c >C:/cpanfly-5.8/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-5.8\var\cpan\build\Object-Destroyer-2.01-vY84Zx/Object-Destroyer-2.01.ppd C:/cpanfly-5.8/var/REPO/A/AD/ADAMK Megalib: DBI object version 1.609 does not match $DBI::VERSION 1.611 at C:/Perl-5.8/lib/DynaLoader.pm line 249. BEGIN failed--compilation aborted at C:/cpanfly-5.8/var/megalib/DBI.pm line 265. Compilation failed in require at C:\cpanfly-5.8\lib/ActivePerl/PPM/InstallArea.pm line 690. ...propagated at C:\cpanfly-5.8\lib/ActivePerl/PPM/DBH.pm line 11. Compilation failed in require at C:\cpanfly-5.8\lib/Fly/MakePPD.pm line 275. Finished 2011-03-25T07:48:56