PATH=/usr/bin:/bin Start 2011-02-11T08:11:28 ActivePerl-1200 CPAN-1.9402 Going to read '/home/fly1200/var/cpan/Metadata' Database was generated on Thu, 10 Feb 2011 22:34:43 GMT Running make for D/DO/DOY/MooseX-Aliases-0.09.tar.gz Checksum for /net/nas/data/cpan/authors/id/D/DO/DOY/MooseX-Aliases-0.09.tar.gz ok MooseX-Aliases-0.09 MooseX-Aliases-0.09/README MooseX-Aliases-0.09/Changes MooseX-Aliases-0.09/LICENSE MooseX-Aliases-0.09/dist.ini MooseX-Aliases-0.09/META.yml MooseX-Aliases-0.09/MANIFEST MooseX-Aliases-0.09/META.json MooseX-Aliases-0.09/weaver.ini MooseX-Aliases-0.09/t MooseX-Aliases-0.09/t/05-mop.t MooseX-Aliases-0.09/Makefile.PL MooseX-Aliases-0.09/t/03-roles.t MooseX-Aliases-0.09/t/01-basic.t MooseX-Aliases-0.09/t/04-traits.t MooseX-Aliases-0.09/t/10-errors.t MooseX-Aliases-0.09/t/00-compile.t MooseX-Aliases-0.09/t/06-init_arg.t MooseX-Aliases-0.09/t/50-synopsis.t MooseX-Aliases-0.09/t/11-warnings.t MooseX-Aliases-0.09/t/release-eol.t MooseX-Aliases-0.09/t/08-inherited.t MooseX-Aliases-0.09/t/02-attributes.t MooseX-Aliases-0.09/t/release-no-tabs.t MooseX-Aliases-0.09/lib/MooseX MooseX-Aliases-0.09/lib/MooseX/Aliases.pm MooseX-Aliases-0.09/t/07-init_arg-coerce.t MooseX-Aliases-0.09/t/release-pod-syntax.t MooseX-Aliases-0.09/t/release-pod-coverage.t MooseX-Aliases-0.09/lib/MooseX/Aliases/Meta/Trait MooseX-Aliases-0.09/lib/MooseX/Aliases/Meta/Trait/Class.pm MooseX-Aliases-0.09/lib/MooseX/Aliases/Meta/Trait/Method.pm MooseX-Aliases-0.09/lib/MooseX/Aliases/Meta/Trait/Attribute.pm MooseX-Aliases-0.09/lib/MooseX/Aliases/Meta/Trait/Constructor.pm CPAN.pm: Going to build D/DO/DOY/MooseX-Aliases-0.09.tar.gz >>> /home/fly1200/ap1200/bin/perl-static Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for MooseX::Aliases >>> make 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/Class.pm blib/lib/MooseX/Aliases/Meta/Trait/Class.pm cp lib/MooseX/Aliases/Meta/Trait/Method.pm blib/lib/MooseX/Aliases/Meta/Trait/Method.pm Manifying blib/man3/MooseX::Aliases::Meta::Trait::Constructor.3 Manifying blib/man3/MooseX::Aliases::Meta::Trait::Attribute.3 Manifying blib/man3/MooseX::Aliases.3 Manifying blib/man3/MooseX::Aliases::Meta::Trait::Class.3 Manifying blib/man3/MooseX::Aliases::Meta::Trait::Method.3 DOY/MooseX-Aliases-0.09.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /home/fly1200/ap1200/bin/perl-static "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/00-compile.t ............ 1..5 ok 1 - MooseX::Aliases loaded ok ok 2 - MooseX::Aliases::Meta::Trait::Attribute loaded ok ok 3 - MooseX::Aliases::Meta::Trait::Class loaded ok ok 4 - MooseX::Aliases::Meta::Trait::Constructor loaded ok ok 5 - MooseX::Aliases::Meta::Trait::Method loaded ok ok t/01-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/02-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/03-roles.t .............. 1..6 ok 1 # skip Moose version 1.99 required--this is only version 1.21 at (eval 50) line 2. # BEGIN failed--compilation aborted at (eval 50) line 2. # ok 2 # skip Moose version 1.99 required--this is only version 1.21 at (eval 50) line 2. # BEGIN failed--compilation aborted at (eval 50) line 2. # ok 3 # skip Moose version 1.99 required--this is only version 1.21 at (eval 50) line 2. # BEGIN failed--compilation aborted at (eval 50) line 2. # ok 4 # skip Moose version 1.99 required--this is only version 1.21 at (eval 50) line 2. # BEGIN failed--compilation aborted at (eval 50) line 2. # ok 5 # skip Moose version 1.99 required--this is only version 1.21 at (eval 50) line 2. # BEGIN failed--compilation aborted at (eval 50) line 2. # ok 6 # skip Moose version 1.99 required--this is only version 1.21 at (eval 50) line 2. # BEGIN failed--compilation aborted at (eval 50) line 2. # ok t/04-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/05-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/06-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/07-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/08-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/10-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/11-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/50-synopsis.t ........... 1..2 ok 1 - correct output ok 2 - correct output ok t/release-eol.t ........... skipped: these tests are for release candidate testing t/release-no-tabs.t ....... skipped: these tests are for release candidate testing 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=16, Tests=107, 6 wallclock secs ( 0.06 usr 0.02 sys + 2.84 cusr 1.47 csys = 4.39 CPU) Result: PASS DOY/MooseX-Aliases-0.09.tar.gz make test TEST_VERBOSE=1 -- OK Jesse Luehrs <doy@cpan.org> easy aliasing of methods and attributes in Moose >>> (cd /home/fly1200/var/cpan/build/MooseX-Aliases-0.09-PKTp8w && tar cvf - MooseX-Aliases-0.09.ppd blib) | gzip -c >/home/fly1200/var/REPO/D/DO/DOY/MooseX-Aliases-0.09.tar.gz MooseX-Aliases-0.09.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/Constructor.pm blib/lib/MooseX/Aliases/Meta/Trait/Attribute.pm blib/lib/MooseX/Aliases/Meta/Trait/Class.pm blib/lib/MooseX/Aliases/Meta/Trait/Method.pm blib/lib/MooseX/Aliases.pm blib/man3/ blib/man3/MooseX::Aliases::Meta::Trait::Constructor.3 blib/man3/MooseX::Aliases::Meta::Trait::Attribute.3 blib/man3/MooseX::Aliases.3 blib/man3/MooseX::Aliases::Meta::Trait::Class.3 blib/man3/MooseX::Aliases::Meta::Trait::Method.3 >>> mv /home/fly1200/var/cpan/build/MooseX-Aliases-0.09-PKTp8w/MooseX-Aliases-0.09.ppd /home/fly1200/var/REPO/D/DO/DOY Finished 2011-02-11T08:11:37