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:\instantclient_11_2;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-08-17T05:39:27 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:\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 Going to read 'C:\cpanfly-5.16\var\cpan\Metadata' Database was generated on Fri, 17 Aug 2012 06:39:03 GMT Running make for S/ST/STEVAN/MooseX-Getopt-0.06.tar.gz Checksum for C:\cpanfly-5.16\var\cpan\sources\authors\id\S\ST\STEVAN\MooseX-Getopt-0.06.tar.gz ok MooseX-Getopt-0.06/ MooseX-Getopt-0.06/Build.PL MooseX-Getopt-0.06/ChangeLog MooseX-Getopt-0.06/lib/ MooseX-Getopt-0.06/lib/MooseX/ MooseX-Getopt-0.06/lib/MooseX/Getopt/ MooseX-Getopt-0.06/lib/MooseX/Getopt/Meta/ MooseX-Getopt-0.06/lib/MooseX/Getopt/Meta/Attribute/ MooseX-Getopt-0.06/lib/MooseX/Getopt/Meta/Attribute/NoGetopt.pm MooseX-Getopt-0.06/lib/MooseX/Getopt/Meta/Attribute.pm MooseX-Getopt-0.06/lib/MooseX/Getopt/OptionTypeMap.pm MooseX-Getopt-0.06/lib/MooseX/Getopt/Strict.pm MooseX-Getopt-0.06/lib/MooseX/Getopt.pm MooseX-Getopt-0.06/Makefile.PL MooseX-Getopt-0.06/MANIFEST MooseX-Getopt-0.06/MANIFEST.SKIP MooseX-Getopt-0.06/META.yml MooseX-Getopt-0.06/README MooseX-Getopt-0.06/t/ MooseX-Getopt-0.06/t/000_load.t MooseX-Getopt-0.06/t/001_basic.t MooseX-Getopt-0.06/t/002_custom_option_type.t MooseX-Getopt-0.06/t/003_inferred_option_type.t MooseX-Getopt-0.06/t/004_nogetop.t MooseX-Getopt-0.06/t/005_strict.t MooseX-Getopt-0.06/t/pod.t MooseX-Getopt-0.06/t/pod_coverage.t CPAN.pm: Going to build S/ST/STEVAN/MooseX-Getopt-0.06.tar.gz >>> C:\Perl64-5.16\bin\perl.exe Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for MooseX::Getopt 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/Getopt/Meta/Attribute.pm blib\lib\MooseX\Getopt\Meta\Attribute.pm cp lib/MooseX/Getopt/Meta/Attribute/NoGetopt.pm blib\lib\MooseX\Getopt\Meta\Attribute\NoGetopt.pm cp lib/MooseX/Getopt/Strict.pm blib\lib\MooseX\Getopt\Strict.pm cp lib/MooseX/Getopt.pm blib\lib\MooseX\Getopt.pm cp lib/MooseX/Getopt/OptionTypeMap.pm blib\lib\MooseX\Getopt\OptionTypeMap.pm STEVAN/MooseX-Getopt-0.06.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/000_load.t .................. 1..1 ok 1 - use MooseX::Getopt; ok Can't locate object method "compute_all_applicable_attributes" via package "Moose::Meta::Class" at C:\cpanfly-5.16\var\cpan\build\MooseX-Getopt-0.06-m0zisf\blib\lib/MooseX/Getopt.pm line 71. # Looks like you planned 53 tests but ran 1. # Looks like your test exited with 2 just after 1. t/001_basic.t ................. 1..53 ok 1 - use MooseX::Getopt; Dubious, test returned 2 (wstat 512, 0x200) Failed 52/53 subtests Can't locate object method "compute_all_applicable_attributes" via package "Moose::Meta::Class" at C:\cpanfly-5.16\var\cpan\build\MooseX-Getopt-0.06-m0zisf\blib\lib/MooseX/Getopt.pm line 71. # Looks like you planned 6 tests but ran 1. # Looks like your test exited with 255 just after 1. t/002_custom_option_type.t .... 1..6 ok 1 - use MooseX::Getopt; Dubious, test returned 255 (wstat 65280, 0xff00) Failed 5/6 subtests Can't locate object method "compute_all_applicable_attributes" via package "Moose::Meta::Class" at C:\cpanfly-5.16\var\cpan\build\MooseX-Getopt-0.06-m0zisf\blib\lib/MooseX/Getopt.pm line 71. # Looks like you planned 5 tests but ran 1. # Looks like your test exited with 255 just after 1. t/003_inferred_option_type.t .. 1..5 ok 1 - use MooseX::Getopt; Dubious, test returned 255 (wstat 65280, 0xff00) Failed 4/5 subtests Can't locate object method "compute_all_applicable_attributes" via package "Moose::Meta::Class" at C:\cpanfly-5.16\var\cpan\build\MooseX-Getopt-0.06-m0zisf\blib\lib/MooseX/Getopt.pm line 71. # Looks like you planned 9 tests but ran 1. # Looks like your test exited with 255 just after 1. t/004_nogetop.t ............... 1..9 ok 1 - use MooseX::Getopt; Dubious, test returned 255 (wstat 65280, 0xff00) Failed 8/9 subtests Found unknown argument(s) passed to '_private_stuff_cmdline' attribute constructor in 'Moose::Meta::Attribute': cmd_flag at C:/cpanfly-5.16/var/megalib/Moose/Meta/Attribute.pm line 101. Moose::Meta::Attribute::new('Moose::Meta::Attribute', '_private_stuff_cmdline', 'isa', 'Int', 'definition_context', 'HASH(0x319c638)', 'default', 832, 'is', ...) called at C:/cpanfly-5.16/var/megalib/Moose/Meta/Attribute.pm line 114 Moose::Meta::Attribute::interpolate_class_and_new('Moose::Meta::Attribute', '_private_stuff_cmdline', 'isa', 'Int', 'default', 832, 'definition_context', 'HASH(0x319c638)', 'cmd_flag', ...) called at C:/cpanfly-5.16/var/megalib/Moose/Meta/Class.pm line 704 Moose::Meta::Class::_process_new_attribute('Moose::Meta::Class=HASH(0x3012208)', '_private_stuff_cmdline', 'isa', 'Int', 'default', 832, 'definition_context', 'HASH(0x319c638)', 'cmd_flag', ...) called at C:/cpanfly-5.16/var/megalib/Moose/Meta/Class.pm line 697 Moose::Meta::Class::_process_attribute('Moose::Meta::Class=HASH(0x3012208)', '_private_stuff_cmdline', 'isa', 'Int', 'default', 832, 'definition_context', 'HASH(0x319c638)', 'cmd_flag', ...) called at C:/cpanfly-5.16/var/megalib/Moose/Meta/Class.pm line 566 Moose::Meta::Class::add_attribute('Moose::Meta::Class=HASH(0x3012208)', '_private_stuff_cmdline', 'isa', 'Int', 'default', 832, 'definition_context', 'HASH(0x319c638)', 'cmd_flag', ...) called at C:/cpanfly-5.16/var/megalib/Moose.pm line 79 Moose::has('Moose::Meta::Class=HASH(0x3012208)', '_private_stuff_cmdline', 'is', 'ro', 'isa', 'Int', 'default', 832, 'cmd_flag', ...) called at C:/cpanfly-5.16/var/megalib/Moose/Exporter.pm line 382 Moose::has('_private_stuff_cmdline', 'is', 'ro', 'isa', 'Int', 'default', 832, 'cmd_flag', 'p', ...) called at t/005_strict.t line 74 Can't locate object method "compute_all_applicable_attributes" via package "Moose::Meta::Class" at C:\cpanfly-5.16\var\cpan\build\MooseX-Getopt-0.06-m0zisf\blib\lib/MooseX/Getopt.pm line 71. # Looks like you planned 9 tests but ran 1. # Looks like your test exited with 255 just after 1. t/005_strict.t ................ 1..9 ok 1 - use MooseX::Getopt; Dubious, test returned 255 (wstat 65280, 0xff00) Failed 8/9 subtests t/pod.t ....................... 1..5 ok 1 - POD test for blib\lib\MooseX\Getopt.pm ok 2 - POD test for blib\lib\MooseX\Getopt\OptionTypeMap.pm ok 3 - POD test for blib\lib\MooseX\Getopt\Strict.pm ok 4 - POD test for blib\lib\MooseX\Getopt\Meta\Attribute.pm ok 5 - POD test for blib\lib\MooseX\Getopt\Meta\Attribute\NoGetopt.pm ok t/pod_coverage.t .............. 1..5 ok 1 - Pod coverage on MooseX::Getopt ok 2 - Pod coverage on MooseX::Getopt::OptionTypeMap ok 3 - Pod coverage on MooseX::Getopt::Strict ok 4 - Pod coverage on MooseX::Getopt::Meta::Attribute ok 5 - Pod coverage on MooseX::Getopt::Meta::Attribute::NoGetopt ok Test Summary Report ------------------- t/001_basic.t (Wstat: 512 Tests: 1 Failed: 0) Non-zero exit status: 2 Parse errors: Bad plan. You planned 53 tests but ran 1. t/002_custom_option_type.t (Wstat: 65280 Tests: 1 Failed: 0) Non-zero exit status: 255 Parse errors: Bad plan. You planned 6 tests but ran 1. t/003_inferred_option_type.t (Wstat: 65280 Tests: 1 Failed: 0) Non-zero exit status: 255 Parse errors: Bad plan. You planned 5 tests but ran 1. t/004_nogetop.t (Wstat: 65280 Tests: 1 Failed: 0) Non-zero exit status: 255 Parse errors: Bad plan. You planned 9 tests but ran 1. t/005_strict.t (Wstat: 65280 Tests: 1 Failed: 0) Non-zero exit status: 255 Parse errors: Bad plan. You planned 9 tests but ran 1. Files=8, Tests=16, 4 wallclock secs ( 0.06 usr + 0.00 sys = 0.06 CPU) Result: FAIL Failed 5/8 test programs. 0/16 subtests failed. NMAKE : fatal error U1077: 'C:\Perl64-5.16\bin\perl.exe' : return code '0xff' Stop. STEVAN/MooseX-Getopt-0.06.tar.gz nmake test TEST_VERBOSE=1 -- NOT OK //hint// to see the cpan-testers results for installing this module, try: reports STEVAN/MooseX-Getopt-0.06.tar.gz Finished 2012-08-17T05:39:36