Start 2008-08-14T17:04:39 LIB=C:\PROGRA~1\MICROS~4\VC98\Lib\PSDK;C:\PROGRA~1\MICROS~2\Lib;C:\PROGRA~1\MICROS~4\VC98\Lib;C:\PROGRA~1\MICROS~4\VC98\MFC\Lib INCLUDE=C:\PROGRA~1\MICROS~2\Include;C:\PROGRA~1\MICROS~4\VC98\ATL\Include;C:\PROGRA~1\MICROS~4\VC98\Include;C:\PROGRA~1\MICROS~4\VC98\MFC\Include PATH=C:\PROGRA~1\MICROS~2\Bin;C:\PROGRA~1\MICROS~2\Bin\WinNT;C:\PROGRA~1\MICROS~4\VC98\Bin;C:\PROGRA~1\MICROS~4\Common\MSDev98\Bin;C:\Perl\site\bin;C:\Perl\bin;C:\cygwin\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem Going to read C:\cpanfly\var\cpan\Metadata Database was generated on Thu, 14 Aug 2008 10:02:48 GMT Running make for S/SA/SARTAK/Class-Load-0.01.tar.gz Fetching with LWP: http://cpan.nas.activestate.com/authors/id/S/SA/SARTAK/Class-Load-0.01.tar.gz Fetching with LWP: http://cpan.nas.activestate.com/authors/id/S/SA/SARTAK/CHECKSUMS Checksum for C:\cpanfly\var\cpan\sources\authors\id\S\SA\SARTAK\Class-Load-0.01.tar.gz ok Class-Load-0.01/ Class-Load-0.01/Changes Class-Load-0.01/inc/ Class-Load-0.01/inc/Module/ Class-Load-0.01/inc/Module/Install/ Class-Load-0.01/inc/Module/Install/Base.pm Class-Load-0.01/inc/Module/Install/Can.pm Class-Load-0.01/inc/Module/Install/Fetch.pm Class-Load-0.01/inc/Module/Install/Makefile.pm Class-Load-0.01/inc/Module/Install/Metadata.pm Class-Load-0.01/inc/Module/Install/Win32.pm Class-Load-0.01/inc/Module/Install/WriteAll.pm Class-Load-0.01/inc/Module/Install.pm Class-Load-0.01/lib/ Class-Load-0.01/lib/Class/ Class-Load-0.01/lib/Class/Load.pm Class-Load-0.01/Makefile.PL Class-Load-0.01/MANIFEST Class-Load-0.01/META.yml Class-Load-0.01/SIGNATURE Class-Load-0.01/t/ Class-Load-0.01/t/000-load.t Class-Load-0.01/t/001-is-class-loaded.t Class-Load-0.01/t/002-try-load-class.t Class-Load-0.01/t/003-load-class.t Class-Load-0.01/t/lib/ Class-Load-0.01/t/lib/Class/ Class-Load-0.01/t/lib/Class/Load/ Class-Load-0.01/t/lib/Class/Load/OK.pm Class-Load-0.01/t/lib/Class/Load/SyntaxError.pm CPAN.pm: Going to build S/SA/SARTAK/Class-Load-0.01.tar.gz >>> C:\Perl\bin\perl.exe Makefile.PL Cannot determine perl version info from lib/Class/Load.pm 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 SARTAK/Class-Load-0.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\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(1, 'inc', 'blib\lib', 'blib\arch')" t/*.t t/000-load............... 1..1 ok 1 - use Class::Load; ok t/001-is-class-loaded.... 1..11 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 - class that defines @VERSION is loaded 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 Not a GLOB reference at C:\cpanfly\var\cpan\build\Class-Load-0.01-DOWVnb\blib\lib/Class/Load.pm line 71. # Looks like you planned 11 tests but only ran 10. # Looks like your test died just after 10. Dubious, test returned 255 (wstat 65280, 0xff00) Failed 1/11 subtests t/002-try-load-class..... 1..14 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 not ok 11 # Failed test at t/002-try-load-class.t line 22. ok 12 - loaded class Inlined ok 13 ok 14 # Looks like you failed 1 test of 14. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/14 subtests t/003-load-class......... 1..14 ok 1 - loaded class OK ok 2 ok 3 - threw Regexp ((?-xism:^Can't locate Class/Load/Nonexistent.pm in \@INC)) ok 4 ok 5 - loaded class OK ok 6 ok 7 - threw Regexp ((?-xism:^Missing right curly or square bracket at )) ok 8 ok 9 ok 10 not ok 11 # Failed test at t/003-load-class.t line 27. ok 12 - loaded class Inlined ok 13 ok 14 # Looks like you failed 1 test of 14. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/14 subtests Test Summary Report ------------------- t/001-is-class-loaded (Wstat: 65280 Tests: 10 Failed: 0) Non-zero exit status: 255 Parse errors: Bad plan. You planned 11 tests but ran 10. t/002-try-load-class (Wstat: 256 Tests: 14 Failed: 1) Failed test: 11 Non-zero exit status: 1 t/003-load-class (Wstat: 256 Tests: 14 Failed: 1) Failed test: 11 Non-zero exit status: 1 Files=4, Tests=39, 0 wallclock secs ( 0.02 usr + 0.00 sys = 0.02 CPU) Result: FAIL Failed 3/4 test programs. 2/39 subtests failed. NMAKE : fatal error U1077: 'C:\Perl\bin\perl.exe' : return code '0x1' Stop. SARTAK/Class-Load-0.01.tar.gz nmake test TEST_VERBOSE=1 -- NOT OK //hint// to see the cpan-testers results for installing this module, try: reports SARTAK/Class-Load-0.01.tar.gz Finished 2008-08-14T17:04:43