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:\WINDOWS\system32\WindowsPowerShell\v1.0;C:\instantclient_11_2;C:\cygwin\bin;C:\Program Files\Perforce;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WindowsPowerShell\v1.0;C:\WINDOWS\system32\WindowsPowerShell\v1.0;C:\mysql\bin Start 2012-08-06T19:24:33 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:\WINDOWS\system32\WINDOW~2\v1.0;C:\INSTAN~1;C:\cygwin\bin;C:\PROGRA~1\Perforce;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WINDOW~2\v1.0;C:\WINDOWS\system32\WINDOW~2\v1.0;C:\mysql\bin Going to read 'C:\cpanfly-5.12\var\cpan\Metadata' Database was generated on Sat, 04 Aug 2012 21:39:03 GMT Running make for C/CH/CHROMATIC/UNIVERSAL-isa-1.20120726.tar.gz Fetching with LWP: http://cpan.nas.activestate.com/authors/id/C/CH/CHROMATIC/UNIVERSAL-isa-1.20120726.tar.gz Checksum for C:\cpanfly-5.12\var\cpan\sources\authors\id\C\CH\CHROMATIC\UNIVERSAL-isa-1.20120726.tar.gz ok UNIVERSAL-isa-1.20120726 UNIVERSAL-isa-1.20120726/README UNIVERSAL-isa-1.20120726/Changes UNIVERSAL-isa-1.20120726/LICENSE UNIVERSAL-isa-1.20120726/dist.ini UNIVERSAL-isa-1.20120726/t UNIVERSAL-isa-1.20120726/t/bugs.t UNIVERSAL-isa-1.20120726/META.yml UNIVERSAL-isa-1.20120726/MANIFEST UNIVERSAL-isa-1.20120726/t/basic.t UNIVERSAL-isa-1.20120726/Makefile.PL UNIVERSAL-isa-1.20120726/t/warnings.t UNIVERSAL-isa-1.20120726/lib/UNIVERSAL UNIVERSAL-isa-1.20120726/lib/UNIVERSAL/isa.pm CPAN.pm: Going to build C/CH/CHROMATIC/UNIVERSAL-isa-1.20120726.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.20120726.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..46 ok 1 - [] is an array ref ok 2 - not warning by default ok 3 - bar is a Bar ok 4 - not warning by default ok 5 - foo is a Foo ok 6 - ... warning by default ok 7 - bar is not Zlap ok 8 - not warning by default ok 9 - neither is Foo ok 10 - ... warning by default ok 11 - Gorch is itself ok 12 - ... warning by default ok 13 - gorch is not Zlap ok 14 - ... warning by default ok 15 - ... it is dung ok 16 - ... warning by default ok 17 - Baz is itself ok 18 - ... warning by default ok 19 - baz is not Zlap ok 20 - ... warning by default ok 21 - it is dung ok 22 - ... warning by default ok 23 - hash reference isa HASH ok 24 - ... and no warning by default ok 25 - array reference isa ARRAY ok 26 - ... and no warning by default ok 27 - code reference isa CODE ok 28 - ... and no warning by default ok 29 - scalar reference isa SCALAR ok 30 - ... and no warning by default ok 31 - regexp reference isa Regexp ok 32 - ... and no warning by default ok 33 - glob reference isa GLOB ok 34 - ... and no warning by default ok 35 - hash reference isa HASH ok 36 - ... warning in verbose mode ok 37 - array reference isa ARRAY ok 38 - ... warning in verbose mode ok 39 - code reference isa CODE ok 40 - ... warning in verbose mode ok 41 - scalar reference isa SCALAR ok 42 - ... warning in verbose mode ok 43 - regexp reference isa Regexp ok 44 - ... warning in verbose mode ok 45 - glob reference isa GLOB ok 46 - ... warning in verbose mode ok t/bugs.t ...... 1..11 ok 1 - isa() should work on class methods too ok 2 - ... but not for non-existant classes ok 3 - ... and should work on delegated wrappers ok 4 - isa on undef returns undef ok 5 - The object isa CGI ok 6 - ... can test ISA on landmines ok 7 - The object isa Foo not ok 8 - unloaded class should inherit from UNIVERSAL # TODO UnloadedClass->isa('UNIVERSAL') fails until 5.17.2 # Failed (TODO) test 'unloaded class should inherit from UNIVERSAL' # at t/bugs.t line 132. ok 9 - ... and should not warn ok 10 - warning on unloaded class given class (RT \#24822) ok 11 - warning on unloaded class given object (RT \#24882) ok t/warnings.t .. 1..8 ok 1 - U::i should warn by default when redirecting to overridden method ok 2 - ... even if isa() would return false ok 3 - ... but not by default on default isa() ok 4 - ... even when it would return false ok 5 - U::i should warn when verbose when redirecting to overridden method ok 6 - ... even if isa() would return false ok 7 - ... and on default isa() ok 8 - ... even when it would return false ok All tests successful. Files=3, Tests=65, 1 wallclock secs ( 0.00 usr + 0.02 sys = 0.02 CPU) Result: PASS CHROMATIC/UNIVERSAL-isa-1.20120726.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.20120726-aotkcp && tar cvf - UNIVERSAL-isa-1.20120726.ppd blib) | gzip -c >C:/cpanfly-5.12/var/REPO/C/CH/CHROMATIC/UNIVERSAL-isa-1.20120726.tar.gz UNIVERSAL-isa-1.20120726.ppd blib/ blib/lib/ blib/lib/UNIVERSAL/ blib/lib/UNIVERSAL/isa.pm >>> mv C:\cpanfly-5.12\var\cpan\build\UNIVERSAL-isa-1.20120726-aotkcp/UNIVERSAL-isa-1.20120726.ppd C:/cpanfly-5.12/var/REPO/C/CH/CHROMATIC Megalib: install_driver(SQLite) failed: DBD::SQLite object version 1.29 does not match bootstrap parameter 1.35 at C:/Perl-5.12/lib/DynaLoader.pm line 224. Compilation failed in require at (eval 126) line 3. at C:\cpanfly-5.12\lib/ActivePerl/PPM/InstallArea.pm line 700 ...propagated at C:\cpanfly-5.12\lib/ActivePerl/PPM/DBH.pm line 11. Compilation failed in require at C:\cpanfly-5.12\lib/Fly/MakePPD.pm line 285. Finished 2012-08-06T19:24:41