PATH=/usr/bin:/bin Start 2012-06-13T02:18:53 ActivePerl-1600 CPAN-1.9402 Going to read '/home/fly1600/var/cpan/Metadata' Database was generated on Sun, 10 Jun 2012 03:51:03 GMT Running make for D/DR/DROLSKY/MooseX-Singleton-0.27.tar.gz Checksum for /net/nas/data/cpan/authors/id/D/DR/DROLSKY/MooseX-Singleton-0.27.tar.gz ok MooseX-Singleton-0.27 MooseX-Singleton-0.27/README MooseX-Singleton-0.27/Changes MooseX-Singleton-0.27/LICENSE MooseX-Singleton-0.27/dist.ini MooseX-Singleton-0.27/META.yml MooseX-Singleton-0.27/MANIFEST MooseX-Singleton-0.27/META.json MooseX-Singleton-0.27/Makefile.PL MooseX-Singleton-0.27/t MooseX-Singleton-0.27/t/002-init.t MooseX-Singleton-0.27/t/001-basic.t MooseX-Singleton-0.27/t/release-eol.t MooseX-Singleton-0.27/t/004-build_bug.t MooseX-Singleton-0.27/t/003-immutable.t MooseX-Singleton-0.27/t/006-cooperative.t MooseX-Singleton-0.27/t/release-no-tabs.t MooseX-Singleton-0.27/t/release-pod-spell.t MooseX-Singleton-0.27/t/release-pod-syntax.t MooseX-Singleton-0.27/lib/MooseX MooseX-Singleton-0.27/lib/MooseX/Singleton.pm MooseX-Singleton-0.27/t/release-pod-coverage.t MooseX-Singleton-0.27/t/005-build_bug-immutable.t MooseX-Singleton-0.27/lib/MooseX/Singleton/Role MooseX-Singleton-0.27/lib/MooseX/Singleton/Role/Object.pm MooseX-Singleton-0.27/lib/MooseX/Singleton/Role/Meta MooseX-Singleton-0.27/lib/MooseX/Singleton/Role/Meta/Class.pm MooseX-Singleton-0.27/lib/MooseX/Singleton/Role/Meta/Instance.pm MooseX-Singleton-0.27/lib/MooseX/Singleton/Role/Meta/Method MooseX-Singleton-0.27/lib/MooseX/Singleton/Role/Meta/Method/Constructor.pm CPAN.pm: Going to build D/DR/DROLSKY/MooseX-Singleton-0.27.tar.gz >>> /home/fly1600/ap1600/bin/perl-static Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for MooseX::Singleton Writing MYMETA.yml and MYMETA.json >>> make cp lib/MooseX/Singleton/Role/Object.pm blib/lib/MooseX/Singleton/Role/Object.pm cp lib/MooseX/Singleton/Role/Meta/Instance.pm blib/lib/MooseX/Singleton/Role/Meta/Instance.pm cp lib/MooseX/Singleton/Role/Meta/Method/Constructor.pm blib/lib/MooseX/Singleton/Role/Meta/Method/Constructor.pm cp lib/MooseX/Singleton.pm blib/lib/MooseX/Singleton.pm cp lib/MooseX/Singleton/Role/Meta/Class.pm blib/lib/MooseX/Singleton/Role/Meta/Class.pm Manifying blib/man3/MooseX::Singleton::Role::Meta::Instance.3 Manifying blib/man3/MooseX::Singleton::Role::Object.3 Manifying blib/man3/MooseX::Singleton::Role::Meta::Method::Constructor.3 Manifying blib/man3/MooseX::Singleton.3 Manifying blib/man3/MooseX::Singleton::Role::Meta::Class.3 DROLSKY/MooseX-Singleton-0.27.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /home/fly1600/ap1600/bin/perl-static "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/001-basic.t ................ ok 1 - Singleton->instance returns a real instance isa MooseX::Singleton::Test ok 2 - default keys ok 3 - added key ok 4 - added another key ok 5 - instances are the same object ok 6 - Singleton->instance returns a real instance isa MooseX::Singleton::Test ok 7 - keys from before ok 8 - attributes are shared even after ->instance ok 9 - attributes are shared even after ->instance ok 10 - Package->reader works ok 11 - Package->add works ok 12 - Package->add works ok 13 - Package->add works ok 14 - Package->clear works ok 15 - Package->clear works ok 16 - Package->clear works ok 17 - back to the default 1..17 ok t/002-init.t ................. ok 1 - can't get the Singleton if requires attrs and we don't provide them ok 2 - can't call any Singleton attr reader if Singleton can't be inited ok 3 - The object isa MooseX::Singleton::Test2 ok 4 - the instance has the given attribute value ok 5 - the class method, called directly, returns the given attribute value ok 6 - can't make new singleton with conflicting attributes ok 7 - ...but a second ->new without args is okay ok 8 - ...we get the originally inited number from it ok 9 - ...but ->initialize() is still an error ok 10 - can call ->new without any args ok 11 - can call ->instance without any args 1..11 ok t/003-immutable.t ............ ok 1 - no warnings when calling make_immutable ok 2 - Singleton->instance returns a real instance isa MooseX::Singleton::Test ok 3 - default keys ok 4 - added key ok 5 - added another key ok 6 - instances are the same object ok 7 - Singleton->instance returns a real instance isa MooseX::Singleton::Test ok 8 - keys from before ok 9 - attributes are shared even after ->instance ok 10 - attributes are shared even after ->instance ok 11 - Package->reader works ok 12 - Package->add works ok 13 - Package->add works ok 14 - Package->add works ok 15 - Package->clear works ok 16 - Package->clear works ok 17 - Package->clear works ok 18 - singleton is not randomly destroyed 1..18 ok t/004-build_bug.t ............ ok 1 - BUILDARGS changed value of attrib when instance was auto-instantiated ok 2 - BUILDARGS changed value of attrib when instance was explicitly instantiated 1..2 ok t/005-build_bug-immutable.t .. ok 1 - BUILDARGS changed value of attrib when instance was auto-instantiated ok 2 - BUILDARGS changed value of attrib when instance was explicitly instantiated 1..2 ok t/006-cooperative.t .......... ok 1 - singleton class also has a strict constructor 1..1 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-spell.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=11, Tests=51, 1 wallclock secs ( 0.04 usr 0.02 sys + 1.55 cusr 0.15 csys = 1.76 CPU) Result: PASS DROLSKY/MooseX-Singleton-0.27.tar.gz make test TEST_VERBOSE=1 -- OK Dave Rolsky <autarch@urth.org> turn your Moose class into a singleton >>> (cd /home/fly1600/var/cpan/build/MooseX-Singleton-0.27-2LPtcC && tar cvf - MooseX-Singleton-0.27.ppd blib) | gzip -c >/home/fly1600/var/REPO/D/DR/DROLSKY/MooseX-Singleton-0.27.tar.gz MooseX-Singleton-0.27.ppd blib/ blib/lib/ blib/lib/MooseX/ blib/lib/MooseX/Singleton.pm blib/lib/MooseX/Singleton/ blib/lib/MooseX/Singleton/Role/ blib/lib/MooseX/Singleton/Role/Object.pm blib/lib/MooseX/Singleton/Role/Meta/ blib/lib/MooseX/Singleton/Role/Meta/Class.pm blib/lib/MooseX/Singleton/Role/Meta/Instance.pm blib/lib/MooseX/Singleton/Role/Meta/Method/ blib/lib/MooseX/Singleton/Role/Meta/Method/Constructor.pm blib/man3/ blib/man3/MooseX::Singleton::Role::Meta::Instance.3 blib/man3/MooseX::Singleton::Role::Object.3 blib/man3/MooseX::Singleton::Role::Meta::Class.3 blib/man3/MooseX::Singleton.3 blib/man3/MooseX::Singleton::Role::Meta::Method::Constructor.3 >>> mv /home/fly1600/var/cpan/build/MooseX-Singleton-0.27-2LPtcC/MooseX-Singleton-0.27.ppd /home/fly1600/var/REPO/D/DR/DROLSKY Megalib: Will not downgrade MooseX-Singleton from v0.29 to v0.27 at /home/fly1600/lib/Fly/Megalib.pm line 54. Finished 2012-06-13T02:18:58