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\site\bin;C:\Perl\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 2011-08-16T02:27:30 ActivePerl-1003 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:/cpanfly/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\site\bin;C:\Perl\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\var\cpan\Metadata' Database was generated on Tue, 16 Aug 2011 08:34:51 GMT Running make for D/DR/DROLSKY/Class-Load-0.08.tar.gz Fetching with LWP: http://cpan.nas.activestate.com/authors/id/D/DR/DROLSKY/Class-Load-0.08.tar.gz Fetching with LWP: http://cpan.nas.activestate.com/authors/id/D/DR/DROLSKY/CHECKSUMS Checksum for C:\cpanfly\var\cpan\sources\authors\id\D\DR\DROLSKY\Class-Load-0.08.tar.gz ok Will not use Archive::Tar, need 1.00 Class-Load-0.08 Class-Load-0.08/README Class-Load-0.08/Changes Class-Load-0.08/LICENSE Class-Load-0.08/INSTALL Class-Load-0.08/dist.ini Class-Load-0.08/META.yml Class-Load-0.08/MANIFEST Class-Load-0.08/META.json Class-Load-0.08/Makefile.PL Class-Load-0.08/t Class-Load-0.08/t/000-load.t Class-Load-0.08/t/release-eol.t Class-Load-0.08/lib/Class Class-Load-0.08/lib/Class/Load.pm Class-Load-0.08/t/003-load-class.t Class-Load-0.08/t/008-gvstash-bug.t Class-Load-0.08/t/004-load-double.t Class-Load-0.08/t/release-no-tabs.t Class-Load-0.08/lib/Class/Load Class-Load-0.08/lib/Class/Load/PP.pm Class-Load-0.08/t/005-load-optional.t Class-Load-0.08/t/release-pod-spell.t Class-Load-0.08/t/006-returned-error.t Class-Load-0.08/t/007-first-existing.t Class-Load-0.08/t/002-try-load-class.t Class-Load-0.08/t/lib/Class/Load Class-Load-0.08/t/lib/Class/Load/OK.pm Class-Load-0.08/t/release-pod-syntax.t Class-Load-0.08/t/release-pod-no404s.t Class-Load-0.08/t/001-is-class-loaded.t Class-Load-0.08/t/lib/Test/Class Class-Load-0.08/t/lib/Test/Class/Load.pm Class-Load-0.08/t/release-pod-coverage.t Class-Load-0.08/t/release-cpan-changes.t Class-Load-0.08/t/lib/Class/Load/Stash.pm Class-Load-0.08/t/release-pod-linkcheck.t Class-Load-0.08/t/lib/Class/Load/Stash Class-Load-0.08/t/lib/Class/Load/Stash/Sub.pm Class-Load-0.08/t/lib/Class/Load/SyntaxError.pm Class-Load-0.08/t/lib/Class/Load/VersionCheck.pm Class-Load-0.08/t/lib/Class/Load/VersionCheck2.pm CPAN.pm: Going to build D/DR/DROLSKY/Class-Load-0.08.tar.gz >>> C:\Perl\bin\perl.exe Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for Class::Load Writing MYMETA.yml and MYMETA.json >>> 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 DROLSKY/Class-Load-0.08.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\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 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 Try::Tiny version 0.07 required--this is only version 0.06 at C:/cpanfly/var/megalib/Test/Fatal.pm line 11. BEGIN failed--compilation aborted at C:/cpanfly/var/megalib/Test/Fatal.pm line 11. Compilation failed in require at t/003-load-class.t line 7. BEGIN failed--compilation aborted at t/003-load-class.t line 7. t/003-load-class.t ......... Dubious, test returned 9 (wstat 2304, 0x900) No subtests run Try::Tiny version 0.07 required--this is only version 0.06 at C:/cpanfly/var/megalib/Test/Fatal.pm line 11. BEGIN failed--compilation aborted at C:/cpanfly/var/megalib/Test/Fatal.pm line 11. Compilation failed in require at t/004-load-double.t line 7. BEGIN failed--compilation aborted at t/004-load-double.t line 7. t/004-load-double.t ........ Dubious, test returned 9 (wstat 2304, 0x900) No subtests run Try::Tiny version 0.07 required--this is only version 0.06 at C:/cpanfly/var/megalib/Test/Fatal.pm line 11. BEGIN failed--compilation aborted at C:/cpanfly/var/megalib/Test/Fatal.pm line 11. Compilation failed in require at t/005-load-optional.t line 6. BEGIN failed--compilation aborted at t/005-load-optional.t line 6. t/005-load-optional.t ...... Dubious, test returned 255 (wstat 65280, 0xff00) No subtests run 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 Try::Tiny version 0.07 required--this is only version 0.06 at C:/cpanfly/var/megalib/Test/Fatal.pm line 11. BEGIN failed--compilation aborted at C:/cpanfly/var/megalib/Test/Fatal.pm line 11. Compilation failed in require at t/007-first-existing.t line 4. BEGIN failed--compilation aborted at t/007-first-existing.t line 4. t/007-first-existing.t ..... Dubious, test returned 255 (wstat 65280, 0xff00) No subtests run Try::Tiny version 0.07 required--this is only version 0.06 at C:/cpanfly/var/megalib/Test/Fatal.pm line 11. BEGIN failed--compilation aborted at C:/cpanfly/var/megalib/Test/Fatal.pm line 11. Compilation failed in require at t/008-gvstash-bug.t line 4. BEGIN failed--compilation aborted at t/008-gvstash-bug.t line 4. t/008-gvstash-bug.t ........ Dubious, test returned 255 (wstat 65280, 0xff00) No subtests run 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-linkcheck.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 Test Summary Report ------------------- t/003-load-class.t (Wstat: 2304 Tests: 0 Failed: 0) Non-zero exit status: 9 Parse errors: No plan found in TAP output t/004-load-double.t (Wstat: 2304 Tests: 0 Failed: 0) Non-zero exit status: 9 Parse errors: No plan found in TAP output t/005-load-optional.t (Wstat: 65280 Tests: 0 Failed: 0) Non-zero exit status: 255 Parse errors: No plan found in TAP output t/007-first-existing.t (Wstat: 65280 Tests: 0 Failed: 0) Non-zero exit status: 255 Parse errors: No plan found in TAP output t/008-gvstash-bug.t (Wstat: 65280 Tests: 0 Failed: 0) Non-zero exit status: 255 Parse errors: No plan found in TAP output Files=17, Tests=52, 5 wallclock secs ( 0.08 usr + 0.06 sys = 0.14 CPU) Result: FAIL Failed 5/17 test programs. 0/52 subtests failed. NMAKE : fatal error U1077: 'C:\Perl\bin\perl.exe' : return code '0xff' Stop. DROLSKY/Class-Load-0.08.tar.gz nmake test TEST_VERBOSE=1 -- NOT OK //hint// to see the cpan-testers results for installing this module, try: reports DROLSKY/Class-Load-0.08.tar.gz Finished 2011-08-16T02:27:51