PATH=C:\mingw\bin;C:\cygwin\bin;C:\cpanfly-5.18\var\megalib\bin;C:\Perl64-5.18\site\bin;C:\Perl64-5.18\bin;C:\cygwin\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WindowsPowerShell\v1.0;C:\PROGRA~2\Perforce;C:\instantclient_11_2;C:\cygwin\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WindowsPowerShell\v1.0;C:\PROGRA~2\Perforce;C:\mysql\bin Start 2014-02-27T11:21:47 ActivePerl-1800 CPAN-2.00 PATH=C:\mingw\bin;C:\cygwin\bin;C:\CPANFL~1.18\var\megalib\bin;C:\Perl64-5.18\site\bin;C:\Perl64-5.18\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:\INSTAN~1;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 Reading 'C:\cpanfly-5.18\var\cpan\Metadata' Database was generated on Thu, 27 Feb 2014 15:06:12 GMT Running make for D/DR/DROLSKY/MooseX-Singleton-0.27.tar.gz Fetching with LWP: http://cpan.nas1.activestate.com/authors/id/D/DR/DROLSKY/MooseX-Singleton-0.27.tar.gz Checksum for C:\cpanfly-5.18\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: Building D/DR/DROLSKY/MooseX-Singleton-0.27.tar.gz >>> C:\Perl64-5.18\bin\perl.exe Makefile.PL Checking if your kit is complete... Looks good Generating a dmake-style Makefile Writing Makefile for MooseX::Singleton Writing MYMETA.yml and MYMETA.json >>> dmake cp lib/MooseX/Singleton/Role/Meta/Class.pm blib\lib\MooseX\Singleton\Role\Meta\Class.pm cp lib/MooseX/Singleton.pm blib\lib\MooseX\Singleton.pm cp lib/MooseX/Singleton/Role/Meta/Instance.pm blib\lib\MooseX\Singleton\Role\Meta\Instance.pm cp lib/MooseX/Singleton/Role/Object.pm blib\lib\MooseX\Singleton\Role\Object.pm cp lib/MooseX/Singleton/Role/Meta/Method/Constructor.pm blib\lib\MooseX\Singleton\Role\Meta\Method\Constructor.pm DROLSKY/MooseX-Singleton-0.27.tar.gz dmake -- OK Running make test >>> dmake test TEST_VERBOSE=1 C:\Perl64-5.18\bin\perl.exe "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; 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 - An object of class 'MooseX::Singleton::Test2' 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.09 usr + 0.00 sys = 0.09 CPU) Result: PASS DROLSKY/MooseX-Singleton-0.27.tar.gz dmake test TEST_VERBOSE=1 -- OK Dave Rolsky <autarch@urth.org> turn your Moose class into a singleton >>> (cd C:\cpanfly-5.18\var\cpan\build\MooseX-Singleton-0.27-cYMCE7 && tar cvf - MooseX-Singleton-0.27.ppd blib) | gzip -c >C:/cpanfly-5.18/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.18\var\cpan\build\MooseX-Singleton-0.27-cYMCE7/MooseX-Singleton-0.27.ppd C:/cpanfly-5.18/var/REPO/D/DR/DROLSKY Finished 2014-02-27T11:21:57