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:\mysql\bin Start 2012-04-03T21:52:45 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:\mysql\bin Going to read 'C:\cpanfly-5.12\var\cpan\Metadata' Database was generated on Wed, 04 Apr 2012 03:58:03 GMT Running make for D/DO/DOY/Class-Load-0.19.tar.gz Fetching with LWP: http://cpan.nas.activestate.com/authors/id/D/DO/DOY/Class-Load-0.19.tar.gz Fetching with LWP: http://cpan.nas.activestate.com/authors/id/D/DO/DOY/CHECKSUMS Checksum for C:\cpanfly-5.12\var\cpan\sources\authors\id\D\DO\DOY\Class-Load-0.19.tar.gz ok Class-Load-0.19 Class-Load-0.19/README Class-Load-0.19/Changes Class-Load-0.19/LICENSE Class-Load-0.19/INSTALL Class-Load-0.19/dist.ini Class-Load-0.19/META.yml Class-Load-0.19/MANIFEST Class-Load-0.19/META.json Class-Load-0.19/Makefile.PL Class-Load-0.19/t Class-Load-0.19/t/000-load.t Class-Load-0.19/t/release-eol.t Class-Load-0.19/lib/Class Class-Load-0.19/lib/Class/Load.pm Class-Load-0.19/t/011-without-xs.t Class-Load-0.19/t/003-load-class.t Class-Load-0.19/t/004-load-double.t Class-Load-0.19/t/008-gvstash-bug.t Class-Load-0.19/t/release-no-tabs.t Class-Load-0.19/lib/Class/Load Class-Load-0.19/lib/Class/Load/PP.pm Class-Load-0.19/t/005-load-optional.t Class-Load-0.19/t/release-pod-spell.t Class-Load-0.19/t/007-first-existing.t Class-Load-0.19/t/006-returned-error.t Class-Load-0.19/t/002-try-load-class.t Class-Load-0.19/t/lib/Class/Load Class-Load-0.19/t/lib/Class/Load/OK.pm Class-Load-0.19/t/release-pod-syntax.t Class-Load-0.19/t/release-pod-no404s.t Class-Load-0.19/t/001-is-class-loaded.t Class-Load-0.19/t/lib/Test/Class Class-Load-0.19/t/lib/Test/Class/Load.pm Class-Load-0.19/t/release-pod-coverage.t Class-Load-0.19/t/release-cpan-changes.t Class-Load-0.19/t/lib/Class/Load/Stash.pm Class-Load-0.19/t/010-isa-false-positive.t Class-Load-0.19/t/009-invalid-module-name.t Class-Load-0.19/t/lib/Class/Load/Stash Class-Load-0.19/t/lib/Class/Load/Stash/Sub.pm Class-Load-0.19/t/012-without-implementation.t Class-Load-0.19/t/lib/Class/Load/SyntaxError.pm Class-Load-0.19/t/lib/Class/Load/VersionCheck.pm Class-Load-0.19/t/lib/Class/Load/VersionCheck2.pm Class-Load-0.19/t/lib/Class/Load/Error Class-Load-0.19/t/lib/Class/Load/Error/DieAfterIsa.pm Class-Load-0.19/t/lib/Class/Load/Error/DieAfterBeginIsa.pm Class-Load-0.19/t/lib/Class/Load/Error/SyntaxErrorAfterIsa.pm CPAN.pm: Going to build D/DO/DOY/Class-Load-0.19.tar.gz >>> C:\Perl-5.12\bin\perl.exe Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for Class::Load >>> nmake Microsoft (R) Program Maintenance Utility Version 7.00.8882 Copyright (C) Microsoft Corp 1988-2000. All rights reserved. cp lib/Class/Load.pm blib\lib\Class\Load.pm cp lib/Class/Load/PP.pm blib\lib\Class\Load\PP.pm DOY/Class-Load-0.19.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 # Using PP implementation t/000-load.t .................... ok 1 - use Test::Class::Load; 1..1 ok t/001-is-class-loaded.t ......... ok 1 - Class::Load is loaded ok 2 - nonexistent class is NOT loaded ok 3 - class that defines @ISA is loaded ok 4 - class that defines $ISA is not loaded ok 5 - class that defines $VERSION is loaded ok 6 - when $VERSION contains a version object, we still return true ok 7 - class that defines any method is loaded ok 8 - class that defines just a scalar is not loaded ok 9 - even if Foo::Bar is loaded, Foo is not ok 10 - Quuxquux does not imply the existence of Quux ok 11 - defining a constant means the class is loaded ok 12 - defining a constant as a reference means the class is loaded ok 13 - defining a stub means the class is loaded ok 14 - defining a stub with a prototype means the class is loaded ok 15 - Class::Load::VersionCheck has not been loaded yet ok 16 - Class::Load::VersionCheck has been loaded ok 17 - Class::Load::VersionCheck has been loaded but the version check failed ok 18 - Class::Load::VersionCheck has been loaded and the version check passed 1..18 ok t/002-try-load-class.t .......... ok 1 - loaded class OK ok 2 ok 3 - didn't load class Nonexistent ok 4 ok 5 - loaded class OK ok 6 ok 7 - didn't load class SyntaxError ok 8 ok 9 ok 10 ok 11 ok 12 - loaded class Inlined ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 1..18 ok t/003-load-class.t .............. ok 1 - loaded class OK ok 2 ok 3 ok 4 ok 5 - loaded class OK ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 - loaded class Inlined ok 13 ok 14 ok 15 ok 16 - loaded class with version check ok 17 - loaded class with version check ok 18 ok 19 - errors sanely on __PACKAGE__.pm 1..19 ok t/004-load-double.t ............. ok 1 ok 2 1..2 ok t/005-load-optional.t ........... ok 1 - No failure loading a good class ok 2 - No failure loading a missing class ok 3 - Loading a broken class breaks ok 4 - Existing Class => 1 ok 5 - Missing Class => 0 ok 6 - VersionCheck => 1 ok 7 - VersionCheck (with too-high version) => 0 ok 8 - VersionCheck (with ok version) => 1 1..8 ok t/006-returned-error.t .......... ok 1 - loaded class OK ok 2 ok 3 - didn't load class Nonexistent ok 4 ok 5 - loaded class OK ok 6 ok 7 - didn't load class SyntaxError ok 8 ok 9 ok 10 ok 11 ok 12 - loaded class OK ok 13 ok 14 - didn't load class Nonexistent ok 15 1..15 ok t/007-first-existing.t .......... ok 1 - load_first_existing_class ignore nonexistent class ok 2 - load_first_existing_class ignore nonexistent class - works when good class is already loaded ok 3 - load_first_existing_class balks on bad class name ok 4 - load_first_existing_class throws an error when no classes can be loaded ok 5 - load_first_existing_class throws an error when no classes can be loaded ok 6 - load_first_existing_class throws an error when given one class which it cannot load ok 7 - load_first_existing_class throws an error when given multiple classes which it cannot load because of version checks ok 8 - load_first_existing_class throws an error when given multiple classes which it cannot load, some because of version checks ok 9 - load_first_existing_class throws an error when given one class which it cannot load because of version checks ok 10 - load_first_existing_class throws an error when a class fails to load because of a syntax error ok 11 - load_first_existing_class returns loadable class when two classes fail version checks ok 12 - load_first_existing_class returns loadable class when a class passes the version check 1..12 ok t/008-gvstash-bug.t ............. ok 1 - Loaded Class::Load::Stash::Sub ok 2 - Loaded Class::Load::Stash ok 3 - Actually loaded Class::Load::Stash - we were not fooled by mention of this stash in Class::Load::Stash::Sub 1..3 ok t/009-invalid-module-name.t ..... ok 1 - invalid module name - Foo:Bar ok 2 - invalid module name - 123 ok 3 - invalid module name - Foo::..::..::tmp::bad.pl ok 4 - invalid module name - ::..::tmp::bad ok 5 - invalid module name - ''tmp ok 6 - invalid module name - 'tmp 1..6 ok t/010-isa-false-positive.t ...... ok 1 - Class which calls die is reported as an error not ok 2 - Class which calls die is reported as an error (second attempt) # TODO I'm not sure this is fixable as it's really an interpreter issue. # Failed (TODO) test 'Class which calls die is reported as an error (second attempt)' # at t/010-isa-false-positive.t line 27. # got: undef # expected: anything else ok 3 - Class populates @ISA in BEGIN then dies - error on load not ok 4 - Class populates @ISA in BEGIN then dies - error on load (second attempt) # TODO I'm not sure this is fixable as it's really an interpreter issue. # Failed (TODO) test 'Class populates @ISA in BEGIN then dies - error on load (second attempt)' # at t/010-isa-false-positive.t line 48. # got: undef # expected: anything else ok 5 - Class with a syntax error causes an error ok 6 - Class with a syntax error causes an error (second attempt) 1..6 ok t/011-without-xs.t .............. ok 1 - no warning from Class::Load when Class::Load::XS is not available 1..1 ok t/012-without-implementation.t .. ok 1 - error when loading Class::Load and no implementation is available includes errors from trying to load modules 1..1 ok t/release-cpan-changes.t ........ skipped: these tests are for release candidate testing t/release-eol.t ................. skipped: these tests are for release candidate testing t/release-no-tabs.t ............. skipped: these tests are for release candidate testing t/release-pod-coverage.t ........ skipped: these tests are for release candidate testing t/release-pod-no404s.t .......... skipped: these tests are for release candidate testing t/release-pod-spell.t ........... skipped: these tests are for release candidate testing t/release-pod-syntax.t .......... skipped: these tests are for release candidate testing All tests successful. Files=20, Tests=110, 3 wallclock secs ( 0.01 usr + 0.00 sys = 0.01 CPU) Result: PASS DOY/Class-Load-0.19.tar.gz nmake test TEST_VERBOSE=1 -- OK Jesse Luehrs <doy@cpan.org> a working (require "Class::Name") and more >>> (cd C:\cpanfly-5.12\var\cpan\build\Class-Load-0.19-N_a818 && tar cvf - Class-Load-0.19.ppd blib) | gzip -c >C:/cpanfly-5.12/var/REPO/D/DO/DOY/Class-Load-0.19.tar.gz Class-Load-0.19.ppd blib/ blib/lib/ blib/lib/Class/ blib/lib/Class/Load/ blib/lib/Class/Load/PP.pm blib/lib/Class/Load.pm >>> mv C:\cpanfly-5.12\var\cpan\build\Class-Load-0.19-N_a818/Class-Load-0.19.ppd C:/cpanfly-5.12/var/REPO/D/DO/DOY 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 132) line 3. at C:\cpanfly-5.12\lib/ActivePerl/PPM/InstallArea.pm line 691 ...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-04-03T21:52:57