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.12\site\bin;C:\Perl-5.12\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-06-15T21:40:51 ActivePerl-1200 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.12/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.12\site\bin;C:\Perl-5.12\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.12\var\cpan\Metadata' Database was generated on Wed, 15 Jun 2011 18:29:02 GMT Running make for C/CH/CHROMATIC/UNIVERSAL-isa-1.20110614.tar.gz Fetching with LWP: http://cpan.nas.activestate.com/authors/id/C/CH/CHROMATIC/UNIVERSAL-isa-1.20110614.tar.gz Checksum for C:\cpanfly-5.12\var\cpan\sources\authors\id\C\CH\CHROMATIC\UNIVERSAL-isa-1.20110614.tar.gz ok UNIVERSAL-isa-1.20110614 UNIVERSAL-isa-1.20110614/README UNIVERSAL-isa-1.20110614/Changes UNIVERSAL-isa-1.20110614/LICENSE UNIVERSAL-isa-1.20110614/dist.ini UNIVERSAL-isa-1.20110614/t UNIVERSAL-isa-1.20110614/t/bugs.t UNIVERSAL-isa-1.20110614/META.yml UNIVERSAL-isa-1.20110614/MANIFEST UNIVERSAL-isa-1.20110614/t/basic.t UNIVERSAL-isa-1.20110614/Makefile.PL UNIVERSAL-isa-1.20110614/t/warnings.t UNIVERSAL-isa-1.20110614/lib/UNIVERSAL UNIVERSAL-isa-1.20110614/lib/UNIVERSAL/isa.pm CPAN.pm: Going to build C/CH/CHROMATIC/UNIVERSAL-isa-1.20110614.tar.gz >>> C:\Perl-5.12\bin\perl.exe Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for UNIVERSAL::isa >>> nmake Microsoft (R) Program Maintenance Utility Version 7.00.8882 Copyright (C) Microsoft Corp 1988-2000. All rights reserved. cp lib/UNIVERSAL/isa.pm blib\lib\UNIVERSAL\isa.pm CHROMATIC/UNIVERSAL-isa-1.20110614.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.12\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib\lib', 'blib\arch')" t/*.t t/basic.t ..... 1..47 ok 1 - use UNIVERSAL::isa; ok 2 - [] is an array ref ok 3 - not warning by default ok 4 - bar is a Bar ok 5 - not warning by default ok 6 - foo is a Foo ok 7 - ... warning by default ok 8 - bar is not Zlap ok 9 - not warning by default ok 10 - neither is Foo ok 11 - ... warning by default ok 12 - Gorch is itself ok 13 - ... warning by default ok 14 - gorch is not Zlap ok 15 - ... warning by default ok 16 - ... it is dung ok 17 - ... warning by default ok 18 - Baz is itself ok 19 - ... warning by default ok 20 - baz is not Zlap ok 21 - ... warning by default ok 22 - it is dung ok 23 - ... warning by default ok 24 - hash reference isa HASH ok 25 - ... and no warning by default ok 26 - array reference isa ARRAY ok 27 - ... and no warning by default ok 28 - code reference isa CODE ok 29 - ... and no warning by default ok 30 - scalar reference isa SCALAR ok 31 - ... and no warning by default ok 32 - regexp reference isa Regexp ok 33 - ... and no warning by default ok 34 - glob reference isa GLOB ok 35 - ... and no warning by default ok 36 - hash reference isa HASH ok 37 - ... warning in verbose mode ok 38 - array reference isa ARRAY ok 39 - ... warning in verbose mode ok 40 - code reference isa CODE ok 41 - ... warning in verbose mode ok 42 - scalar reference isa SCALAR ok 43 - ... warning in verbose mode ok 44 - regexp reference isa Regexp ok 45 - ... warning in verbose mode ok 46 - glob reference isa GLOB ok 47 - ... warning in verbose mode ok t/bugs.t ...... 1..12 ok 1 - use UNIVERSAL::isa; ok 2 - isa() should work on class methods too ok 3 - ... but not for non-existant classes ok 4 - ... and should work on delegated wrappers ok 5 - isa on undef returns undef ok 6 - The object isa CGI ok 7 - ... can test ISA on landmines ok 8 - The object isa Foo ok 9 - unloaded class should not inherit from UNIVERSAL ok 10 - ... and should not warn ok 11 - warning on unloaded class given class (RT \#24822) ok 12 - warning on unloaded class given object (RT \#24882) ok t/warnings.t .. 1..9 ok 1 - use UNIVERSAL::isa; ok 2 - U::i should warn by default when redirecting to overridden method ok 3 - ... even if isa() would return false ok 4 - ... but not by default on default isa() ok 5 - ... even when it would return false ok 6 - U::i should warn when verbose when redirecting to overridden method ok 7 - ... even if isa() would return false ok 8 - ... and on default isa() ok 9 - ... even when it would return false ok All tests successful. Files=3, Tests=68, 1 wallclock secs ( 0.05 usr + 0.00 sys = 0.05 CPU) Result: PASS CHROMATIC/UNIVERSAL-isa-1.20110614.tar.gz nmake test TEST_VERBOSE=1 -- OK chromatic <chromatic@wgz.org> Attempt to recover from people calling UNIVERSAL::isa as a function >>> (cd C:\cpanfly-5.12\var\cpan\build\UNIVERSAL-isa-1.20110614-5T4J1P && tar cvf - UNIVERSAL-isa-1.20110614.ppd blib) | gzip -c >C:/cpanfly-5.12/var/REPO/C/CH/CHROMATIC/UNIVERSAL-isa-1.20110614.tar.gz UNIVERSAL-isa-1.20110614.ppd blib/ blib/lib/ blib/lib/UNIVERSAL/ blib/lib/UNIVERSAL/isa.pm >>> mv C:\cpanfly-5.12\var\cpan\build\UNIVERSAL-isa-1.20110614-5T4J1P/UNIVERSAL-isa-1.20110614.ppd C:/cpanfly-5.12/var/REPO/C/CH/CHROMATIC Megalib: Undefined subroutine &Digest::base::new called at C:\cpanfly-5.12\lib/ActivePerl/PPM/InstallArea.pm line 902. Finished 2011-06-15T21:41:00