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-05T01:33:46 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 Tue, 05 Jun 2012 06:27:04 GMT Running make for C/CH/CHROMATIC/Modern-Perl-1.20120521.tar.gz Fetching with LWP: http://cpan.nas.activestate.com/authors/id/C/CH/CHROMATIC/Modern-Perl-1.20120521.tar.gz Checksum for C:\cpanfly-5.16\var\cpan\sources\authors\id\C\CH\CHROMATIC\Modern-Perl-1.20120521.tar.gz ok Modern-Perl-1.20120521 Modern-Perl-1.20120521/README Modern-Perl-1.20120521/Changes Modern-Perl-1.20120521/LICENSE Modern-Perl-1.20120521/dist.ini Modern-Perl-1.20120521/t Modern-Perl-1.20120521/t/base.t Modern-Perl-1.20120521/META.yml Modern-Perl-1.20120521/MANIFEST Modern-Perl-1.20120521/Build.PL Modern-Perl-1.20120521/Makefile.PL Modern-Perl-1.20120521/t/unimport.t Modern-Perl-1.20120521/t/regressions.t Modern-Perl-1.20120521/t/year_imports.t Modern-Perl-1.20120521/lib/Modern Modern-Perl-1.20120521/lib/Modern/Perl.pm CPAN.pm: Going to build C/CH/CHROMATIC/Modern-Perl-1.20120521.tar.gz >>> C:\Perl64-5.16\bin\perl.exe Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for Modern::Perl 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/Modern/Perl.pm blib\lib\Modern\Perl.pm CHROMATIC/Modern-Perl-1.20120521.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/base.t .......... ok 1 - use Modern::Perl; ok 2 - M::P should load IO::File ok 3 - M::P should load IO::Handle # say() should be available ok 4 - say() should be available ok 5 - strict should be enabled ok 6 - warnings should be enabled ok 7 - mro should use C3 ok 8 - ... and should unilaterally enable unicode_strings, when available 1..8 ok t/regressions.t ... ok 1 - use Modern::Perl () does not enable switch ok 2 - use Modern::Perl () does not enable say ok 3 - use Modern::Perl () does not enable state ok 4 - Modern::Perl () does not enable unicode_strings ok 5 - use Modern::Perl 2009 enables switch ok 6 - use Modern::Perl 2009 enables say ok 7 - use Modern::Perl 2009 enables state ok 8 - but not unicode_strings ok 9 - use Modern::Perl 2010 enables switch ok 10 - use Modern::Perl 2010 enables say ok 11 - use Modern::Perl 2010 enables state ok 12 - but not unicode_strings ok 13 - use Modern::Perl 2011 enables switch ok 14 - use Modern::Perl 2011 enables say ok 15 - use Modern::Perl 2011 enables state ok 16 - 2011 enables unicode_strings ok 17 - use Modern::Perl 2012 enables switch ok 18 - use Modern::Perl 2012 enables say ok 19 - use Modern::Perl 2012 enables state ok 20 - 2012 enables unicode_strings ok 21 - switch feature does not leak out ok 22 - say feature does not leak out ok 23 - state feature does not leak out ok 24 - unicode_strings feature does not leak out 1..24 ok t/unimport.t ...... # say() should be available ok 1 - say() should be available ok 2 - unimport should disable say feature ok 3 - unimport should disable strictures ok 4 - unimport should disable warnings 1..4 ok t/year_imports.t .. ok 1 - use Modern::Perl () does not enable switch ok 2 - use Modern::Perl () does not enable say ok 3 - use Modern::Perl () does not enable state ok 4 - Modern::Perl () does not enable unicode_strings ok 5 - use Modern::Perl '2013' does not enable current_sub ok 6 - use Modern::Perl () does not enable fc ok 7 - use Modern::Perl '2009' enables switch ok 8 - use Modern::Perl '2009' enables say ok 9 - use Modern::Perl '2009' enables state ok 10 - but not unicode_strings ok 11 - use Modern::Perl '2010' enables switch ok 12 - use Modern::Perl '2010' enables say ok 13 - use Modern::Perl '2010' enables state ok 14 - but not unicode_strings ok 15 - use Modern::Perl '2011' enables switch ok 16 - use Modern::Perl '2011' enables say ok 17 - use Modern::Perl '2011' enables state ok 18 - 2011 enables unicode_strings ok 19 - use Modern::Perl '2012' enables switch ok 20 - use Modern::Perl '2012' enables say ok 21 - use Modern::Perl '2012' enables state ok 22 - 2012 enables unicode_strings ok 23 - use Modern::Perl '2013' enables switch ok 24 - use Modern::Perl '2013' enables say ok 25 - use Modern::Perl '2013' enables state ok 26 - 2013 enables unicode_strings ok 27 - use Modern::Perl '2013' enables current_sub ok 28 - use Modern::Perl '2013' disables array_base ok 29 - use Modern::Perl '2013' enables fc ok 30 - this block should succeed ok 31 - switch feature does not leak out ok 32 - say feature does not leak out ok 33 - state feature does not leak out ok 34 - unicode_strings feature does not leak out 1..34 ok All tests successful. Files=4, Tests=70, 0 wallclock secs ( 0.06 usr + 0.00 sys = 0.06 CPU) Result: PASS CHROMATIC/Modern-Perl-1.20120521.tar.gz nmake test TEST_VERBOSE=1 -- OK chromatic <chromatic@wgz.org> enable all of the features of Modern Perl with one import >>> (cd C:\cpanfly-5.16\var\cpan\build\Modern-Perl-1.20120521-Tl0sDs && tar cvf - Modern-Perl-1.20120521.ppd blib) | gzip -c >C:/cpanfly-5.16/var/REPO/C/CH/CHROMATIC/Modern-Perl-1.20120521.tar.gz Modern-Perl-1.20120521.ppd blib/ blib/lib/ blib/lib/Modern/ blib/lib/Modern/Perl.pm >>> mv C:\cpanfly-5.16\var\cpan\build\Modern-Perl-1.20120521-Tl0sDs/Modern-Perl-1.20120521.ppd C:/cpanfly-5.16/var/REPO/C/CH/CHROMATIC Finished 2012-06-05T01:33:58