Start 2009-12-06T04:28:18 ActivePerl-1003 CPAN-1.9402 LIB=C:\PlatSDK\Lib\AMD64;C:\PlatSDK\Lib\AMD64\atlmfc INCLUDE=C:\PlatSDK\Include;C:\PlatSDK\Include\crt;C:\PlatSDK\Include\crt\sys;C:\PlatSDK\Include\mfc;C:\PlatSDK\Include\atl PATH=C:/cpanfly/var/libs/bin;C:\PlatSDK\Bin\Win64\x86\AMD64;C:\PlatSDK\Bin;C:\PlatSDK\Bin\WinNT;C:\Perl64\site\bin;C:\Perl64\bin;C:\cygwin\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\PROGRA~2\Perforce\;C:\WINDOWS\system32\WINDOW~1\v1.0 Going to read 'C:\cpanfly\var\cpan\Metadata' Database was generated on Sat, 05 Dec 2009 21:28:40 GMT Running make for D/DO/DOY/MooseX-Aliases-0.07.tar.gz Fetching with LWP: http://cpan.nas.activestate.com/authors/id/D/DO/DOY/MooseX-Aliases-0.07.tar.gz Fetching with LWP: http://cpan.nas.activestate.com/authors/id/D/DO/DOY/CHECKSUMS Checksum for C:\cpanfly\var\cpan\sources\authors\id\D\DO\DOY\MooseX-Aliases-0.07.tar.gz ok Will not use Archive::Tar, need 1.00 MooseX-Aliases-0.07 MooseX-Aliases-0.07/Changes MooseX-Aliases-0.07/dist.ini MooseX-Aliases-0.07/lib/MooseX MooseX-Aliases-0.07/lib/MooseX/Aliases.pm MooseX-Aliases-0.07/lib/MooseX/Aliases/Meta/Trait MooseX-Aliases-0.07/lib/MooseX/Aliases/Meta/Trait/Attribute.pm MooseX-Aliases-0.07/lib/MooseX/Aliases/Meta/Trait/Constructor.pm MooseX-Aliases-0.07/lib/MooseX/Aliases/Meta/Trait/Method.pm MooseX-Aliases-0.07/t MooseX-Aliases-0.07/t/007-init_arg-coerce.t MooseX-Aliases-0.07/t/006-init_arg.t MooseX-Aliases-0.07/t/002-attributes.t MooseX-Aliases-0.07/t/000-load.t MooseX-Aliases-0.07/t/004-traits.t MooseX-Aliases-0.07/t/001-basic.t MooseX-Aliases-0.07/t/008-inherited.t MooseX-Aliases-0.07/t/010-errors.t MooseX-Aliases-0.07/t/011-warnings.t MooseX-Aliases-0.07/t/100-synopsis.t MooseX-Aliases-0.07/t/003-roles.t MooseX-Aliases-0.07/t/005-mop.t MooseX-Aliases-0.07/META.yml MooseX-Aliases-0.07/LICENSE MooseX-Aliases-0.07/README MooseX-Aliases-0.07/t/release-pod-coverage.t MooseX-Aliases-0.07/t/release-pod-syntax.t MooseX-Aliases-0.07/Makefile.PL MooseX-Aliases-0.07/MANIFEST CPAN.pm: Going to build D/DO/DOY/MooseX-Aliases-0.07.tar.gz >>> C:\Perl64\bin\perl.exe Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for MooseX::Aliases >>> nmake Microsoft (R) Program Maintenance Utility Version 7.00.8882 Copyright (C) Microsoft Corp 1988-2000. All rights reserved. cp lib/MooseX/Aliases/Meta/Trait/Constructor.pm blib\lib\MooseX\Aliases\Meta\Trait\Constructor.pm cp lib/MooseX/Aliases/Meta/Trait/Attribute.pm blib\lib\MooseX\Aliases\Meta\Trait\Attribute.pm cp lib/MooseX/Aliases.pm blib\lib\MooseX\Aliases.pm cp lib/MooseX/Aliases/Meta/Trait/Method.pm blib\lib\MooseX\Aliases\Meta\Trait\Method.pm DOY/MooseX-Aliases-0.07.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:\Perl64\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib\lib', 'blib\arch')" t/*.t t/000-load.t .............. 1..1 ok 1 - use MooseX::Aliases; ok t/001-basic.t ............. 1..6 ok 1 - alias calls the original method ok 2 - subclass method called twice ok 3 - original method not called again ok 4 - alias calls the original method ok 5 - subclass method called twice ok 6 - original method not called again ok t/002-attributes.t ........ 1..4 ok 1 - all aliased methods were called from foo ok 2 - all aliased methods were called from baz ok 3 - all aliased methods were called from foo ok 4 - all aliased methods were called from baz ok t/003-roles.t ............. 1..6 ok 1 # skip roles don't have attribute metaclasses ok 2 # skip roles don't have attribute metaclasses ok 3 - all aliased methods were called from run ok 4 # skip roles don't have attribute metaclasses ok 5 # skip roles don't have attribute metaclasses ok 6 - all aliased methods were called from run ok t/004-traits.t ............ 1..6 ok 1 - all aliased methods were called from foo ok 2 - all aliased methods were called from baz ok 3 - all aliased methods were called from run ok 4 - all aliased methods were called from foo ok 5 - all aliased methods were called from baz ok 6 - all aliased methods were called from run ok t/005-mop.t ............... 1..8 ok 1 - does the method trait ok 2 - bar is aliased from foo ok 3 - does the method trait ok 4 - quux is aliased from baz ok 5 - does the method trait ok 6 - bar is aliased from foo ok 7 - does the method trait ok 8 - quux is aliased from baz ok t/006-init_arg.t .......... 1..28 ok 1 - Attribute set with default init_arg ok 2 - Attribute set with default init_arg (undef) ok 3 - Attribute set with default writer, read with default reader ok 4 - Attribute set with default writer, read with aliased reader ok 5 - Attribute set with aliased writer ok 6 - Attribute set with aliased writer ok 7 - Attribute set wtih aliased init_arg ok 8 - Attribute set with default init_arg (undef) ok 9 - Attribute set with default writer, read with default reader ok 10 - Attribute set with default writer, read with aliased reader ok 11 - Attribute set with aliased writer ok 12 - Attribute set with aliased writer ok 13 - Attribute has correct init_arg ok 14 - Attribute has correct init_arg ok 15 - Attribute set with default init_arg ok 16 - Attribute set with default init_arg (undef) ok 17 - Attribute set with default writer, read with default reader ok 18 - Attribute set with default writer, read with aliased reader ok 19 - Attribute set with aliased writer ok 20 - Attribute set with aliased writer ok 21 - Attribute set wtih aliased init_arg ok 22 - Attribute set with default init_arg (undef) ok 23 - Attribute set with default writer, read with default reader ok 24 - Attribute set with default writer, read with aliased reader ok 25 - Attribute set with aliased writer ok 26 - Attribute set with aliased writer ok 27 - Attribute has correct init_arg ok 28 - Attribute has correct init_arg ok t/007-init_arg-coerce.t ... 1..24 ok 1 - Attribute set with default init_arg ok 2 - Attribute set with default init_arg (undef) ok 3 - Attribute set with default writer, read with default reader ok 4 - Attribute set with default writer, read with aliased reader ok 5 - Attribute set with aliased writer ok 6 - Attribute set with aliased writer ok 7 - Attribute set wtih aliased init_arg ok 8 - Attribute set with default init_arg (undef) ok 9 - Attribute set with default writer, read with default reader ok 10 - Attribute set with default writer, read with aliased reader ok 11 - Attribute set with aliased writer ok 12 - Attribute set with aliased writer ok 13 - Attribute set with default init_arg ok 14 - Attribute set with default init_arg (undef) ok 15 - Attribute set with default writer, read with default reader ok 16 - Attribute set with default writer, read with aliased reader ok 17 - Attribute set with aliased writer ok 18 - Attribute set with aliased writer ok 19 - Attribute set wtih aliased init_arg ok 20 - Attribute set with default init_arg (undef) ok 21 - Attribute set with default writer, read with default reader ok 22 - Attribute set with default writer, read with aliased reader ok 23 - Attribute set with aliased writer ok 24 - Attribute set with aliased writer ok t/008-inherited.t ......... 1..10 ok 1 - Bar->can('bar') ok 2 - alias reports being from the correct package ok 3 - alias reports being originally from the correct package ok 4 - aliased_from method has the correct package ok 5 - aliased_from method has the correct original package ok 6 - Bar->can('bar') ok 7 - alias reports being from the correct package ok 8 - alias reports being originally from the correct package ok 9 - aliased_from method has the correct package ok 10 - aliased_from method has the correct original package ok t/010-errors.t ............ 1..3 ok 1 - aliasing a non-existent method gives an appropriate error ok 2 - conflicting init_args give an appropriate error ok 3 - conflicting init_args give an appropriate error ok t/011-warnings.t .......... 1..5 ok 1 - got a proper deprecation warning ok 2 - Foo->can('bar') ok 3 - it's the right alias ok 4 - Foo->can('bar') ok 5 - it's the right alias ok t/100-synopsis.t .......... 1..2 ok 1 - correct output ok 2 - correct output ok t/release-pod-coverage.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=14, Tests=103, 25 wallclock secs ( 0.11 usr + 0.30 sys = 0.41 CPU) Result: PASS DOY/MooseX-Aliases-0.07.tar.gz nmake test TEST_VERBOSE=1 -- OK Jesse Luehrs <doy@cpan.org> easy aliasing of methods and attributes in Moose >>> (cd C:\cpanfly\var\cpan\build\MooseX-Aliases-0.07-HAsP7S && tar cvf - MooseX-Aliases-0.07.ppd blib) | gzip -c >C:/cpanfly/var/REPO/D/DO/DOY/MooseX-Aliases-0.07.tar.gz MooseX-Aliases-0.07.ppd blib/ blib/lib/ blib/lib/MooseX/ blib/lib/MooseX/Aliases/ blib/lib/MooseX/Aliases/Meta/ blib/lib/MooseX/Aliases/Meta/Trait/ blib/lib/MooseX/Aliases/Meta/Trait/Attribute.pm blib/lib/MooseX/Aliases/Meta/Trait/Constructor.pm blib/lib/MooseX/Aliases/Meta/Trait/Method.pm blib/lib/MooseX/Aliases.pm >>> mv C:\cpanfly\var\cpan\build\MooseX-Aliases-0.07-HAsP7S/MooseX-Aliases-0.07.ppd C:/cpanfly/var/REPO/D/DO/DOY Finished 2009-12-06T04:29:00