Start 2010-01-19T02:31:20 ActivePerl-1003 CPAN-1.9402 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:/cpanfly/var/libs/bin;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;C:\WINDOWS\system32\WINDOW~2\v1.0;C:\PROGRA~1\Perforce Going to read 'C:\cpanfly\var\cpan\Metadata' Database was generated on Mon, 18 Jan 2010 21:53:06 GMT Running make for D/DO/DOY/MooseX-Aliases-0.08.tar.gz Fetching with LWP: http://cpan.nas.activestate.com/authors/id/D/DO/DOY/MooseX-Aliases-0.08.tar.gz Checksum for C:\cpanfly\var\cpan\sources\authors\id\D\DO\DOY\MooseX-Aliases-0.08.tar.gz ok Will not use Archive::Tar, need 1.00 MooseX-Aliases-0.08 MooseX-Aliases-0.08/Changes MooseX-Aliases-0.08/dist.ini MooseX-Aliases-0.08/lib/MooseX MooseX-Aliases-0.08/lib/MooseX/Aliases.pm MooseX-Aliases-0.08/lib/MooseX/Aliases/Meta/Trait MooseX-Aliases-0.08/lib/MooseX/Aliases/Meta/Trait/Attribute.pm MooseX-Aliases-0.08/lib/MooseX/Aliases/Meta/Trait/Constructor.pm MooseX-Aliases-0.08/lib/MooseX/Aliases/Meta/Trait/Method.pm MooseX-Aliases-0.08/t MooseX-Aliases-0.08/t/007-init_arg-coerce.t MooseX-Aliases-0.08/t/006-init_arg.t MooseX-Aliases-0.08/t/002-attributes.t MooseX-Aliases-0.08/t/000-load.t MooseX-Aliases-0.08/t/004-traits.t MooseX-Aliases-0.08/t/001-basic.t MooseX-Aliases-0.08/t/008-inherited.t MooseX-Aliases-0.08/t/010-errors.t MooseX-Aliases-0.08/t/011-warnings.t MooseX-Aliases-0.08/t/100-synopsis.t MooseX-Aliases-0.08/t/003-roles.t MooseX-Aliases-0.08/t/005-mop.t MooseX-Aliases-0.08/META.yml MooseX-Aliases-0.08/LICENSE MooseX-Aliases-0.08/README MooseX-Aliases-0.08/t/release-pod-coverage.t MooseX-Aliases-0.08/t/release-pod-syntax.t MooseX-Aliases-0.08/Makefile.PL MooseX-Aliases-0.08/MANIFEST CPAN.pm: Going to build D/DO/DOY/MooseX-Aliases-0.08.tar.gz >>> C:\Perl\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.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 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, 4 wallclock secs ( 0.00 usr + 0.09 sys = 0.09 CPU) Result: PASS DOY/MooseX-Aliases-0.08.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.08-3u8x2m && tar cvf - MooseX-Aliases-0.08.ppd blib) | gzip -c >C:/cpanfly/var/REPO/D/DO/DOY/MooseX-Aliases-0.08.tar.gz MooseX-Aliases-0.08.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.08-3u8x2m/MooseX-Aliases-0.08.ppd C:/cpanfly/var/REPO/D/DO/DOY Finished 2010-01-19T02:31:29