Start 2009-05-13T02:05:11 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, 12 May 2009 10:27:03 GMT Running make for D/DS/DSBIKE/Moose-Documenter-0.01.tar.gz Fetching with LWP: http://cpan.nas.activestate.com/authors/id/D/DS/DSBIKE/Moose-Documenter-0.01.tar.gz Fetching with LWP: http://cpan.nas.activestate.com/authors/id/D/DS/DSBIKE/CHECKSUMS Checksum for C:\cpanfly\var\cpan\sources\authors\id\D\DS\DSBIKE\Moose-Documenter-0.01.tar.gz ok Moose-Documenter-0.01/ Moose-Documenter-0.01/MANIFEST Moose-Documenter-0.01/Makefile.PL Moose-Documenter-0.01/README Moose-Documenter-0.01/t/ Moose-Documenter-0.01/t/005-usesrole-moose.t Moose-Documenter-0.01/t/Moose-Documenter.t Moose-Documenter-0.01/t/004-basicsimple-moose.t Moose-Documenter-0.01/t/013-basic-role.t Moose-Documenter-0.01/t/012-ordering-test.t Moose-Documenter-0.01/t/003-basic-moose.t Moose-Documenter-0.01/t/samplemoose/ Moose-Documenter-0.01/t/samplemoose/badmodule.pm Moose-Documenter-0.01/t/samplemoose/usesrole.pm Moose-Documenter-0.01/t/samplemoose/basicrole.pm Moose-Documenter-0.01/t/samplemoose/Moose/ Moose-Documenter-0.01/t/samplemoose/Moose/Object.pm Moose-Documenter-0.01/t/samplemoose/basicsimple.pm Moose-Documenter-0.01/t/samplemoose/basic.pm Moose-Documenter-0.01/t/samplemoose/basiccomplex.pm Moose-Documenter-0.01/t/015-ordering_test.t Moose-Documenter-0.01/t/011-ordering-test.t Moose-Documenter-0.01/t/010-badmodule.t Moose-Documenter-0.01/t/009-faildirectory.t Moose-Documenter-0.01/t/007-basic-config.t Moose-Documenter-0.01/t/001-use-ok.t Moose-Documenter-0.01/t/008-failgetattribute.t Moose-Documenter-0.01/t/002-moose-moose.t Moose-Documenter-0.01/t/014-ordering_test.t Moose-Documenter-0.01/t/006-basiccomplex-moose.t Moose-Documenter-0.01/lib/ Moose-Documenter-0.01/lib/Moose/ Moose-Documenter-0.01/lib/Moose/Documenter.pm Moose-Documenter-0.01/META.yml Moose-Documenter-0.01/Changes CPAN.pm: Going to build D/DS/DSBIKE/Moose-Documenter-0.01.tar.gz >>> C:\Perl\bin\perl.exe Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for Moose::Documenter >>> nmake Microsoft (R) Program Maintenance Utility Version 7.00.8882 Copyright (C) Microsoft Corp 1988-2000. All rights reserved. cp lib/Moose/Documenter.pm blib\lib\Moose\Documenter.pm DSBIKE/Moose-Documenter-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, 'blib\lib', 'blib\arch')" t/*.t t/001-use-ok.t .............. 1..1 ok 1 - use Moose::Documenter; ok t/002-moose-moose.t ......... 1..8 ok 1 - use Moose::Documenter; ok 2 - simple usage of example works. ok 3 - able to set new moose lib location ok 4 - got expected return from local_attributes ok 5 - got expected return from inherited_attributes ok 6 - got expected return from local_methods ok 7 - got expected return from inherited_methods ok 8 - got expected return from roles ok t/003-basic-moose.t ......... 1..10 ok 1 - use Moose::Documenter; ok 2 - simple usage of example works. ok 3 - got expected return from local_attributes ok 4 - got expected return from inherited_attributes ok 5 - got expected return from local_methods ok 6 - inherited_methods return is hash isa HASH ok 7 - Key, Moose::Object in hash isa HASH ok 8 - got expected return from inherited_methods ok 9 - got expected return from class_parents ok 10 - got expected return from roles ok t/004-basicsimple-moose.t ... 1..10 ok 1 - use Moose::Documenter; ok 2 - simple usage of example works. ok 3 - got expected return from local_attributes ok 4 - got expected return from inherited_attributes ok 5 - got expected return from local_methods ok 6 - inherited_methods return is hash isa HASH ok 7 - Key, Moose::Object in hash isa HASH ok 8 - got expected return from inherited_methods ok 9 - got expected return from class_parents ok 10 - got expected return from roles ok t/005-usesrole-moose.t ...... 1..10 ok 1 - use Moose::Documenter; ok 2 - simple usage of example works. ok 3 - got expected return from local_attributes ok 4 - got expected return from inherited_attributes ok 5 - got expected return from local_methods ok 6 - inherited_methods return is hash isa HASH ok 7 - Key, Moose::Object in hash isa HASH ok 8 - got expected return from inherited_methods ok 9 - got expected return from class_parents ok 10 - got expected return from roles ok t/006-basiccomplex-moose.t .. 1..10 ok 1 - use Moose::Documenter; ok 2 - simple usage of example works. ok 3 - got expected return from local_attributes ok 4 - got expected return from inherited_attributes ok 5 - got expected return from local_methods ok 6 - inherited_methods return is hash isa HASH ok 7 - Key, Moose::Object in hash isa HASH ok 8 - got expected return from inherited_methods ok 9 - got expected return from class_parents ok 10 - got expected return from roles ok t/007-basic-config.t ........ 1..12 ok 1 - use Moose::Documenter; ok 2 - simple usage of example works. ok 3 - able to set new moose lib location ok 4 - got expected return from local_attributes ok 5 - got expected return from inherited_attributes ok 6 - got expected return from local_methods ok 7 - inherited_methods return is hash isa HASH ok 8 - Key, Moose::Object in hash isa HASH ok 9 - Is using correct library ok 10 - got expected return from inherited_methods ok 11 - got expected return from class_parents ok 12 - got expected return from roles ok t/008-failgetattribute.t .... 1..10 ok 1 - use Moose::Documenter; ok 2 - simple usage of example works. ok 3 - got expected return from local_attributes ok 4 - got expected return from inherited_attributes ok 5 - got expected return from local_methods ok 6 - inherited_methods return is hash isa HASH ok 7 - Key, Moose::Object in hash isa HASH ok 8 - got expected return from inherited_methods ok 9 - got expected return from class_parents ok 10 - got expected return from roles ok t/009-faildirectory.t ....... 1..2 ok 1 - use Moose::Documenter; ok 2 - Correctly threw error with bad directory ok t/010-badmodule.t ........... 1..2 ok 1 - use Moose::Documenter; ok 2 - simple usage of example works. ok t/011-ordering-test.t ....... 1..10 ok 1 - use Moose::Documenter; ok 2 - simple usage of example works. ok 3 - got expected return from roles ok 4 - got expected return from class_parents ok 5 - got expected return from inherited_attributes ok 6 - got expected return from local_attributes ok 7 - got expected return from local_methods ok 8 - inherited_methods return is hash isa HASH ok 9 - Key, Moose::Object in hash isa HASH ok 10 - got expected return from inherited_methods ok t/012-ordering-test.t ....... 1..10 ok 1 - use Moose::Documenter; ok 2 - simple usage of example works. ok 3 - got expected return from roles ok 4 - got expected return from class_parents ok 5 - inherited_methods return is hash isa HASH ok 6 - Key, Moose::Object in hash isa HASH ok 7 - got expected return from inherited_methods ok 8 - got expected return from local_attributes ok 9 - got expected return from inherited_attributes ok 10 - got expected return from local_methods ok t/013-basic-role.t .......... 1..8 ok 1 - use Moose::Documenter; ok 2 - simple usage of example works. ok 3 - got expected return from local_attributes ok 4 - got expected return from inherited_attributes ok 5 - got expected return from local_methods ok 6 - got expected return from inherited_methods ok 7 - got expected return from class_parents ok 8 - got expected return from roles ok t/014-ordering_test.t ....... 1..10 ok 1 - use Moose::Documenter; ok 2 - simple usage of example works. ok 3 - got expected return from inherited_attributes ok 4 - got expected return from roles ok 5 - got expected return from class_parents ok 6 - inherited_methods return is hash isa HASH ok 7 - Key, Moose::Object in hash isa HASH ok 8 - got expected return from inherited_methods ok 9 - got expected return from local_attributes ok 10 - got expected return from local_methods ok t/015-ordering_test.t ....... 1..10 ok 1 - use Moose::Documenter; ok 2 - simple usage of example works. ok 3 - inherited_methods return is hash isa HASH ok 4 - Key, Moose::Object in hash isa HASH ok 5 - got expected return from inherited_methods ok 6 - got expected return from inherited_attributes ok 7 - got expected return from roles ok 8 - got expected return from class_parents ok 9 - got expected return from local_attributes ok 10 - got expected return from local_methods ok t/Moose-Documenter.t ........ 1..1 ok 1 - use Moose::Documenter; ok All tests successful. Files=16, Tests=124, 9 wallclock secs ( 0.02 usr + 0.06 sys = 0.08 CPU) Result: PASS DSBIKE/Moose-Documenter-0.01.tar.gz nmake test TEST_VERBOSE=1 -- OK David Bury <CENSORED> class for getting Moose documentation for your Moose classes >>> (cd C:\cpanfly\var\cpan\build\Moose-Documenter-0.01-ZPtOZ0 && tar cvf - Moose-Documenter-0.01.ppd blib) | gzip -c >C:/cpanfly/var/REPO/D/DS/DSBIKE/Moose-Documenter-0.01.tar.gz Moose-Documenter-0.01.ppd blib/ blib/lib/ blib/lib/Moose/ blib/lib/Moose/Documenter.pm >>> mv C:\cpanfly\var\cpan\build\Moose-Documenter-0.01-ZPtOZ0/Moose-Documenter-0.01.ppd C:/cpanfly/var/REPO/D/DS/DSBIKE Finished 2009-05-13T02:05:25