PATH=C:\PlatSDK\Bin\Win64\x86\AMD64;C:\PlatSDK\Bin;C:\PlatSDK\Bin\WinNT;C:\Perl64-5.16\site\bin;C:\Perl64-5.16\bin;C:\cygwin\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WindowsPowerShell\v1.0;C:\Program Files (x86)\Perforce;C:\mysql\bin Start 2012-06-18T09:03:50 ActivePerl-1600 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:/CPANFL~1.16/var/libs/bin;C:\PlatSDK\Bin\Win64\x86\AMD64;C:\PlatSDK\Bin;C:\PlatSDK\Bin\WinNT;C:\Perl64-5.16\site\bin;C:\Perl64-5.16\bin;C:\cygwin\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WINDOW~1\v1.0;C:\PROGRA~2\Perforce;C:\mysql\bin Going to read 'C:\cpanfly-5.16\var\cpan\Metadata' Database was generated on Mon, 18 Jun 2012 14:07:03 GMT Running make for D/DR/DROLSKY/MooseX-Singleton-0.27.tar.gz Fetching with LWP: http://cpan.nas.activestate.com/authors/id/D/DR/DROLSKY/MooseX-Singleton-0.27.tar.gz Checksum for C:\cpanfly-5.16\var\cpan\sources\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 >>> C:\Perl64-5.16\bin\perl.exe Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for MooseX::Singleton Writing MYMETA.yml and MYMETA.json >>> nmake Microsoft (R) Program Maintenance Utility Version 7.00.8882 Copyright (C) Microsoft Corp 1988-2000. All rights reserved. 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 DROLSKY/MooseX-Singleton-0.27.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-5.16\bin\perl.exe "-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, 4 wallclock secs ( 0.08 usr + 0.01 sys = 0.09 CPU) Result: PASS DROLSKY/MooseX-Singleton-0.27.tar.gz nmake test TEST_VERBOSE=1 -- OK Dave Rolsky <autarch@urth.org> turn your Moose class into a singleton >>> (cd C:\cpanfly-5.16\var\cpan\build\MooseX-Singleton-0.27-QR8k4M && tar cvf - MooseX-Singleton-0.27.ppd blib) | gzip -c >C:/cpanfly-5.16/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/ blib/lib/MooseX/Singleton/Role/ 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/lib/MooseX/Singleton/Role/Object.pm blib/lib/MooseX/Singleton.pm >>> mv C:\cpanfly-5.16\var\cpan\build\MooseX-Singleton-0.27-QR8k4M/MooseX-Singleton-0.27.ppd C:/cpanfly-5.16/var/REPO/D/DR/DROLSKY Megalib: Will not downgrade MooseX-Singleton from v0.29 to v0.27 at C:\cpanfly-5.16\lib/Fly/Megalib.pm line 54. Finished 2012-06-18T09:03:59