PATH=C:\Program Files\Microsoft Platform SDK\Bin;C:\Program Files\Microsoft Platform SDK\Bin\WinNT;C:\Program Files\Microsoft Visual Studio\VC98\Bin;C:\Program Files\Microsoft Visual Studio\Common\MSDev98\Bin;C:\cygwin\bin;C:\cpanfly-5.14\var\megalib\bin;C:\Perl-5.14\site\bin;C:\Perl-5.14\bin;C:\cygwin\bin;C:\Program Files\Perforce;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WindowsPowerShell\v1.0;C:\WINDOWS\system32\WindowsPowerShell\v1.0;C:\instantclient_11_2;C:\cygwin\bin;C:\Program Files\Perforce;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WindowsPowerShell\v1.0;C:\WINDOWS\system32\WindowsPowerShell\v1.0;C:\mysql\bin Start 2014-12-31T00:26:42 ActivePerl-1400 CPAN-2.00 LIB=C:\PROGRA~1\MICROS~3\VC98\Lib\PSDK;C:\PROGRA~1\MICROS~2\Lib;C:\PROGRA~1\MICROS~3\VC98\Lib;C:\PROGRA~1\MICROS~3\VC98\MFC\Lib INCLUDE=C:\PROGRA~1\MICROS~2\Include;C:\PROGRA~1\MICROS~3\VC98\ATL\Include;C:\PROGRA~1\MICROS~3\VC98\Include;C:\PROGRA~1\MICROS~3\VC98\MFC\Include PATH=C:/CPANFL~1.14/var/libs/bin;C:\PROGRA~1\MICROS~2\Bin;C:\PROGRA~1\MICROS~2\Bin\WinNT;C:\PROGRA~1\MICROS~3\VC98\Bin;C:\PROGRA~1\MICROS~3\Common\MSDev98\Bin;C:\cygwin\bin;C:\CPANFL~1.14\var\megalib\bin;C:\Perl-5.14\site\bin;C:\Perl-5.14\bin;C:\cygwin\bin;C:\PROGRA~1\Perforce;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WINDOW~2\v1.0;C:\WINDOWS\system32\WINDOW~2\v1.0;C:\INSTAN~1;C:\cygwin\bin;C:\PROGRA~1\Perforce;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WINDOW~2\v1.0;C:\WINDOWS\system32\WINDOW~2\v1.0;C:\mysql\bin Reading 'C:\cpanfly-5.14\var\cpan\Metadata' Database was generated on Wed, 31 Dec 2014 07:41:02 GMT Running make for M/MO/MORNINDED/MooseX-Role-Hashable-1.04.tar.gz Fetching with LWP: http://cpan.nas1.activestate.com/authors/id/M/MO/MORNINDED/MooseX-Role-Hashable-1.04.tar.gz Fetching with LWP: http://cpan.nas1.activestate.com/authors/id/M/MO/MORNINDED/CHECKSUMS Checksum for C:\cpanfly-5.14\var\cpan\sources\authors\id\M\MO\MORNINDED\MooseX-Role-Hashable-1.04.tar.gz ok MooseX-Role-Hashable-1.04/ MooseX-Role-Hashable-1.04/t/ MooseX-Role-Hashable-1.04/t/optimize.t MooseX-Role-Hashable-1.04/t/basics.t MooseX-Role-Hashable-1.04/cpanfile MooseX-Role-Hashable-1.04/META.yml MooseX-Role-Hashable-1.04/MANIFEST.SKIP MooseX-Role-Hashable-1.04/benchmark/ MooseX-Role-Hashable-1.04/benchmark/as_hash-optimization.pl MooseX-Role-Hashable-1.04/benchmark/as_hash-implementation.pl MooseX-Role-Hashable-1.04/lib/ MooseX-Role-Hashable-1.04/lib/MooseX/ MooseX-Role-Hashable-1.04/lib/MooseX/Role/ MooseX-Role-Hashable-1.04/lib/MooseX/Role/Hashable.pm MooseX-Role-Hashable-1.04/README.pod MooseX-Role-Hashable-1.04/MANIFEST MooseX-Role-Hashable-1.04/META.json MooseX-Role-Hashable-1.04/Makefile.PL CPAN.pm: Building M/MO/MORNINDED/MooseX-Role-Hashable-1.04.tar.gz >>> C:\Perl-5.14\bin\perl.exe Makefile.PL Checking if your kit is complete... Looks good Generating a nmake-style Makefile Writing Makefile for MooseX::Role::Hashable 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 README.pod blib\lib\MooseX\Role\README.pod cp lib/MooseX/Role/Hashable.pm blib\lib\MooseX\Role\Hashable.pm MORNINDED/MooseX-Role-Hashable-1.04.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-5.14\bin\perl.exe" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib\lib', 'blib\arch')" t\*.t t\basics.t .... 1..23 ok 1 - use MooseX::Role::Hashable; ok 2 - Public attributes appear ok 3 - Private attributes appear ok 4 - Bare attributes appear ok 5 - Uninitialized attributes appear ok 6 - Lazy attributes appear ok 7 - Lazy-built attributes appear ok 8 - Reference attributes are shallowly copied ok 9 - Attributes with different initialization arguments appear under that argument ok 10 - Uninitializable attributes do not appear ok 11 - All attributes are accounted for ok 12 - as_hash is the inverse of new ok 13 - Public attributes appear ok 14 - Private attributes appear ok 15 - Bare attributes appear ok 16 - Uninitialized attributes appear ok 17 - Lazy attributes appear ok 18 - Lazy-built attributes appear ok 19 - Reference attributes are shallowly copied ok 20 - Attributes with different initialization arguments appear under that argument ok 21 - Uninitializable attributes do not appear ok 22 - All attributes are accounted for ok 23 - as_hash is the inverse of new ok t\optimize.t .. 1..7 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok All tests successful. Files=2, Tests=30, 3 wallclock secs ( 0.05 usr + 0.00 sys = 0.05 CPU) Result: PASS MORNINDED/MooseX-Role-Hashable-1.04.tar.gz nmake test TEST_VERBOSE=1 -- OK Aaron Cohen <CENSORED> Transform the object into a hash >>> (cd C:\cpanfly-5.14\var\cpan\build\MooseX-Role-Hashable-1.04-Qz2tRe && tar cvf - MooseX-Role-Hashable-1.04.ppd blib) | gzip -c >C:/cpanfly-5.14/var/REPO/M/MO/MORNINDED/MooseX-Role-Hashable-1.04.tar.gz MooseX-Role-Hashable-1.04.ppd blib/ blib/lib/ blib/lib/MooseX/ blib/lib/MooseX/Role/ blib/lib/MooseX/Role/Hashable.pm blib/lib/MooseX/Role/README.pod >>> mv C:\cpanfly-5.14\var\cpan\build\MooseX-Role-Hashable-1.04-Qz2tRe/MooseX-Role-Hashable-1.04.ppd C:/cpanfly-5.14/var/REPO/M/MO/MORNINDED Finished 2014-12-31T00:26:50