Start 2009-04-22T02:33:15 ActivePerl-1003 CPAN-1.9351 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:\mingw\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WINDOW~2\v1.0 Going to read 'C:\cpanfly\var\cpan\Metadata' Database was generated on Tue, 21 Apr 2009 10:27:00 GMT Running make for A/AD/ADAMK/Class-Inspector-1.24.tar.gz Fetching with LWP: http://cpan.nas.activestate.com/authors/id/A/AD/ADAMK/Class-Inspector-1.24.tar.gz Checksum for C:\cpanfly\var\cpan\sources\authors\id\A\AD\ADAMK\Class-Inspector-1.24.tar.gz ok Class-Inspector-1.24/ Class-Inspector-1.24/README Class-Inspector-1.24/Makefile.PL Class-Inspector-1.24/LICENSE Class-Inspector-1.24/META.yml Class-Inspector-1.24/MANIFEST Class-Inspector-1.24/Changes Class-Inspector-1.24/t/ Class-Inspector-1.24/t/97_meta.t Class-Inspector-1.24/t/01_compile.t Class-Inspector-1.24/t/98_pod.t Class-Inspector-1.24/t/02_main.t Class-Inspector-1.24/t/03_inc_to_local.t Class-Inspector-1.24/t/04_main_functions.t Class-Inspector-1.24/t/99_pmv.t Class-Inspector-1.24/inc/ Class-Inspector-1.24/inc/Module/ Class-Inspector-1.24/inc/Module/Install/ Class-Inspector-1.24/inc/Module/Install/DSL.pm Class-Inspector-1.24/inc/Module/Install/Win32.pm Class-Inspector-1.24/inc/Module/Install/WriteAll.pm Class-Inspector-1.24/inc/Module/Install/Can.pm Class-Inspector-1.24/inc/Module/Install/Metadata.pm Class-Inspector-1.24/inc/Module/Install/Base.pm Class-Inspector-1.24/inc/Module/Install/Makefile.pm Class-Inspector-1.24/inc/Module/Install/Fetch.pm Class-Inspector-1.24/inc/Module/Install.pm Class-Inspector-1.24/lib/ Class-Inspector-1.24/lib/Class/ Class-Inspector-1.24/lib/Class/Inspector/ Class-Inspector-1.24/lib/Class/Inspector/Functions.pm Class-Inspector-1.24/lib/Class/Inspector.pm CPAN.pm: Going to build A/AD/ADAMK/Class-Inspector-1.24.tar.gz >>> C:\Perl\bin\perl.exe Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for Class::Inspector >>> nmake Microsoft (R) Program Maintenance Utility Version 7.00.8882 Copyright (C) Microsoft Corp 1988-2000. All rights reserved. cp lib/Class/Inspector.pm blib\lib\Class\Inspector.pm cp lib/Class/Inspector/Functions.pm blib\lib\Class\Inspector\Functions.pm ADAMK/Class-Inspector-1.24.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/01_compile.t ......... 1..2 ok 1 - Your perl is new enough ok 2 - use Class::Inspector; ok t/02_main.t ............ 1..54 ok 1 - Class validator works for known valid ok 2 - Class validator works for correctly formatted, but not installed ok 3 - Class validator works for long classes ok 4 - Class validator allows main ok 5 - Class validator works for main aliased ok 6 - Class validator failed for missing class ok 7 - Class validator fails for number starting class ok 8 - Class validator catches bad characters ok 9 - ->loaded detects loaded ok 10 - ->loaded detects not loaded ok 11 - ->filename works correctly ok 12 - ->_inc_filename works correctly ok 13 - ->loaded_filename works ok 14 - ->loaded_filename works ok 15 - ->resolved_filename works ok 16 - ->resolved_filename works ok 17 - ->installed detects installed ok 18 - ->installed detects not installed ok 19 - ->functions works correctly ok 20 - ->functions fails correctly ok 21 - ->function_refs works correctly ok 22 - ->function_refs fails correctly ok 23 - ->function_exists detects function that exists ok 24 - ->function_exists fails for bad function ok 25 - ->function_exists fails for missing function ok 26 - ->function_exists fails for bad class ok 27 - ->methods works for non-inheriting class ok 28 - ->methods works for inheriting class ok 29 - ->methods fails correctly ok 30 - Public ->methods works for non-inheriting class ok 31 - Public ->methods works for inheriting class ok 32 - Public ->methods fails correctly ok 33 - Private ->methods works for non-inheriting class ok 34 - Private ->methods works for inheriting class ok 35 - Private ->methods fails correctly ok 36 - Full ->methods works for non-inheriting class ok 37 - Full ->methods works for inheriting class ok 38 - Full ->methods fails correctly ok 39 - Expanded ->methods works for non-inheriting class ok 40 - Expanded ->methods works for inheriting class ok 41 - Expanded ->methods fails correctly ok 42 - Public and private ->methods clash correctly ok 43 - Public and private ->methods clash correctly ok 44 - Full and expanded ->methods class correctly ok 45 - Full and expanded ->methods class correctly ok 46 - Public + Expanded ->methods works for non-inheriting class ok 47 - Public + Expanded ->methods works for inheriting class ok 48 - Expanded ->methods fails correctly ok 49 - ->subclasses(bad) returns undef ok 50 - ->subclasses(none) returns false ok 51 - ->subclasses(CI) returns just itself ok 52 - ->subclasses(nontrivial) returns the expected class list ok 53 - ->loaded returns false for spurious glob in package ok 54 - ->subclasses in the presence of an evil ->isa does not crash ok t/03_inc_to_local.t .... 1..2 ok 1 - ->_inc_to_local ok ok 2 - Found ourself ok t/04_main_functions.t .. 1..21 ok 1 - exported function 'installed' was found ok 2 - exported function 'loaded' was found ok 3 - exported function 'filename' was found ok 4 - exported function 'functions' was found ok 5 - exported function 'methods' was found ok 6 - exported function 'subclasses' was found ok 7 - optionally exported function 'loaded_filename' was not found ok 8 - optionally exported function 'function_refs' was not found ok 9 - optionally exported function 'function_exists' was not found ok 10 - optionally exported function 'loaded_filename' was found after full import ok 11 - optionally exported function 'function_refs' was found after full import ok 12 - optionally exported function 'function_exists' was found after full import ok 13 - loaded detects loaded ok 14 - loaded detects not loaded ok 15 - filename works correctly ok 16 - loaded_filename works ok 17 - loaded_filename works ok 18 - resolved_filename works ok 19 - resolved_filename works ok 20 - installed detects installed ok 21 - installed detects not installed ok t/97_meta.t ............ 1..2 ok 1 - META.yml contains valid YAML ok 2 - META.yml meets the designated specification ok t/98_pod.t ............. 1..2 ok 1 - blib\lib\Class\Inspector.pm ok 2 - blib\lib\Class\Inspector\Functions.pm ok t/99_pmv.t ............. 1..10 ok 1 - lib/Class/Inspector.pm ok 2 - lib/Class/Inspector/Functions.pm ok 3 - t/01_compile.t ok 4 - t/02_main.t ok 5 - t/03_inc_to_local.t ok 6 - t/04_main_functions.t ok 7 - t/97_meta.t ok 8 - t/98_pod.t ok 9 - t/99_pmv.t ok 10 - Makefile.PL ok All tests successful. Files=7, Tests=93, 3 wallclock secs ( 0.00 usr + 0.09 sys = 0.09 CPU) Result: PASS ADAMK/Class-Inspector-1.24.tar.gz nmake test TEST_VERBOSE=1 -- OK Adam Kennedy <adamk@cpan.org> Get information about a class and its structure >>> (cd C:\cpanfly\var\cpan\build\Class-Inspector-1.24-t0BYfP && tar cvf - Class-Inspector-1.24.ppd blib) | gzip -c >C:/cpanfly/var/REPO/A/AD/ADAMK/Class-Inspector-1.24.tar.gz Class-Inspector-1.24.ppd blib/ blib/lib/ blib/lib/Class/ blib/lib/Class/Inspector/ blib/lib/Class/Inspector/Functions.pm blib/lib/Class/Inspector.pm >>> mv C:\cpanfly\var\cpan\build\Class-Inspector-1.24-t0BYfP/Class-Inspector-1.24.ppd C:/cpanfly/var/REPO/A/AD/ADAMK Finished 2009-04-22T02:33:23