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:\Perl\site\bin;C:\Perl\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:\mysql\bin Start 2012-05-02T02:12:40 ActivePerl-1003 CPAN-1.9402 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:/cpanfly/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:\Perl\site\bin;C:\Perl\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:\mysql\bin Going to read 'C:\cpanfly\var\cpan\Metadata' Database was generated on Wed, 02 May 2012 08:16:14 GMT Running make for C/CE/CELOGEEK/MooX-Options-1.2.tar.gz Fetching with LWP: http://cpan.nas.activestate.com/authors/id/C/CE/CELOGEEK/MooX-Options-1.2.tar.gz Fetching with LWP: http://cpan.nas.activestate.com/authors/id/C/CE/CELOGEEK/CHECKSUMS Checksum for C:\cpanfly\var\cpan\sources\authors\id\C\CE\CELOGEEK\MooX-Options-1.2.tar.gz ok Will not use Archive::Tar, need 1.00 MooX-Options-1.2/ MooX-Options-1.2/Build.PL MooX-Options-1.2/Changes MooX-Options-1.2/coverage.txt MooX-Options-1.2/dist.ini MooX-Options-1.2/lib/ MooX-Options-1.2/LICENSE MooX-Options-1.2/MANIFEST MooX-Options-1.2/META.yml MooX-Options-1.2/perltidyrc MooX-Options-1.2/README MooX-Options-1.2/t/ MooX-Options-1.2/TODO MooX-Options-1.2/t/00-compile.t MooX-Options-1.2/t/000-report-versions.t MooX-Options-1.2/t/base.st MooX-Options-1.2/t/failure.t MooX-Options-1.2/t/filter.t MooX-Options-1.2/t/flavour.t MooX-Options-1.2/t/mo.t MooX-Options-1.2/t/moo.t MooX-Options-1.2/t/moose.t MooX-Options-1.2/t/mouse.t MooX-Options-1.2/t/release-check-changes.t MooX-Options-1.2/t/release-consistent-version.t MooX-Options-1.2/t/release-minimum-version.t MooX-Options-1.2/t/release-pod-coverage.t MooX-Options-1.2/t/release-pod-syntax.t MooX-Options-1.2/t/release-unused-vars.t MooX-Options-1.2/lib/MooX/ MooX-Options-1.2/lib/MooX/Options.pm CPAN.pm: Going to build C/CE/CELOGEEK/MooX-Options-1.2.tar.gz >>> C:\Perl\bin\perl.exe Build.PL Could not create MYMETA files Creating new 'Build' script for 'MooX-Options' version '1.2' >>> C:\Perl\bin\perl.exe ./Build Building MooX-Options CELOGEEK/MooX-Options-1.2.tar.gz C:\Perl\bin\perl.exe ./Build -- OK Running Build test >>> C:\Perl\bin\perl.exe ./Build test verbose=1 t/00-compile.t .................. 1..1 ok 1 - MooX::Options loaded ok ok # Testing with Perl 5.010000, C:\Perl\bin\perl.exe # Carp version is 1.25 # Data::Dumper version is 2.131 # Data::Record version is 0.02 # File::Find version is 1.12 # File::Temp version is 0.22 # FindBin version is 1.49 # Getopt::Long::Descriptive version is 0.091 # Module::Build version is 0.38 # Regexp::Common version is 2011121001 # Scalar::Util version is 1.25 # Test::More version is 0.98 # Test::Trap version is 0.2.2 # Try::Tiny version is 0.11 # strict version is 1.04 # warnings version is 1.06 t/000-report-versions.t ......... ok 1 - require Carp; ok 2 - require Data::Dumper; ok 3 - require Data::Record; ok 4 - require File::Find; ok 5 - require File::Temp; ok 6 - require FindBin; ok 7 - require Getopt::Long::Descriptive; ok 8 - require Module::Build; ok 9 - require Regexp::Common; ok 10 - require Scalar::Util; ok 11 - require Test::More; ok 12 - require Test::Trap; ok 13 - require Try::Tiny; ok 14 - require strict; ok 15 - require warnings; 1..15 ok t/failure.t ..................... ok 1 - creation_chain_method parameters should be defined ok 2 - creation_method_name parameters should be defined ok 3 - option_chain_method parameters should be defined ok 4 - option_method_name parameters should be defined ok 5 - creation_chain_method point to a missing method ok 6 - option_chain_method point to a missing method ok 7 - creation_method_name point to a defined method ok 8 - option_method_name point to a defined method ok 9 - negativable and format are incompatible ok 10 - help method can't be defined ok 11 - usage is already autogenerated ok 12 - option_chain_method do nothing to create attribute with the same name 1..12 ok t/filter.t ...................... ok 1 - test with Moo filter ok 2 - test with no Moo filter 1..2 ok t/flavour.t ..................... # Without flavour ok 1 - anarg is left ok 2 - bool was set ok 3 - anarg is left ok 4 - died with usage message ok 5 - and a warning from GLD 1..5 ok 1 - unknown option # With flavour ok 1 - anarg is left ok 2 - bool was set ok 3 - anarg is left ok 4 - bool was set ok 5 - anarg and unknown_option are left 1..5 ok 2 - flavour 1..2 ok t/mo.t .......................... # Test Mo # no args ok 1 - bool defined ok 2 - counter defined ok 3 - empty defined ok 4 - bool values is undef ok 5 - counter values is undef ok 6 - empty values is undef 1..6 ok 1 - no args # args value with repeatable # bool 1 # counter 3 # empty 1 ok 1 - bool values is defined ok 2 - counter values is defined ok 3 - empty values is defined ok 4 - bool is well defined ok 5 - counter is well defined ok 6 - empty is well defined 1..6 ok 2 - args value # negativable ok 1 - empty is well defined 1..1 ok 3 - negativable # split ok 1 - split one arg ok 2 - split two arg ok 3 - split one arg autosplit ok 4 - split three arg with autosplit 1..4 ok 4 - split # test required ok 1 - missing args, exit 1 ok 2 - str_reg is missing ok 3 - str req is ok ok 4 - missing args exit 1 ok 5 - multi is missing 1..5 ok 5 - test required # test help ok 1 - help, exit 0 ok 2 - str_reg is missing 1..2 ok 6 - test help # value override ok 1 - str req is ok ok 2 - str req is override with ok 1..2 ok 7 - value override # split on complexe str ok 1 - str req is ok ok 2 - str req is ok 1..2 ok 8 - split_complexe_str # Test chain method ok 1 - should die ok 1..1 ok 9 - should_die_ok # test usage method ok 1 - usage method exists ok 2 - exit code is correct ok 3 - custom message is present ok 4 - custom message is really present ok 5 - help is present ok 6 - attr no doc is present 1..6 ok 10 - test usage # doc usage ok 1 - usage method exists ok 2 - exit code is correct ok 3 - doc on attribute 1..3 ok 11 - doc usage 1..11 ok 1 - Mo 1..1 ok t/moo.t ......................... # Test Moo # no args ok 1 - bool defined ok 2 - counter defined ok 3 - empty defined ok 4 - bool values is undef ok 5 - counter values is undef ok 6 - empty values is undef 1..6 ok 1 - no args # args value with repeatable # bool 1 # counter 3 # empty 1 ok 1 - bool values is defined ok 2 - counter values is defined ok 3 - empty values is defined ok 4 - bool is well defined ok 5 - counter is well defined ok 6 - empty is well defined 1..6 ok 2 - args value # negativable ok 1 - empty is well defined 1..1 ok 3 - negativable # split ok 1 - split one arg ok 2 - split two arg ok 3 - split one arg autosplit ok 4 - split three arg with autosplit 1..4 ok 4 - split # test required ok 1 - missing args, exit 1 ok 2 - str_reg is missing ok 3 - str req is ok ok 4 - missing args exit 1 ok 5 - multi is missing 1..5 ok 5 - test required # test help ok 1 - help, exit 0 ok 2 - str_reg is missing 1..2 ok 6 - test help # value override ok 1 - str req is ok ok 2 - str req is override with ok 1..2 ok 7 - value override # split on complexe str ok 1 - str req is ok ok 2 - str req is ok 1..2 ok 8 - split_complexe_str # Test chain method ok 1 - should die ok 1..1 ok 9 - should_die_ok # test usage method ok 1 - usage method exists ok 2 - exit code is correct ok 3 - custom message is present ok 4 - custom message is really present ok 5 - help is present ok 6 - attr no doc is present 1..6 ok 10 - test usage # doc usage ok 1 - usage method exists ok 2 - exit code is correct ok 3 - doc on attribute 1..3 ok 11 - doc usage 1..11 ok 1 - Moo 1..1 ok Can't use an undefined value as an ARRAY reference at C:\cpanfly\var\megalib/Class/MOP/Class.pm line 791. Compilation failed in require at C:\cpanfly\var\megalib/Moose/Exporter.pm line 11. BEGIN failed--compilation aborted at C:\cpanfly\var\megalib/Moose/Exporter.pm line 11. Compilation failed in require at C:\cpanfly\var\megalib/Moose.pm line 15. BEGIN failed--compilation aborted at C:\cpanfly\var\megalib/Moose.pm line 15. Compilation failed in require at t/moose.t line 28. BEGIN failed--compilation aborted at t/moose.t line 28. t/moose.t ....................... Dubious, test returned 9 (wstat 2304, 0x900) No subtests run Can't use an undefined value as an ARRAY reference at C:\cpanfly\var\megalib/Class/MOP/Class.pm line 791. Compilation failed in require at C:\cpanfly\var\megalib/Moose/Exporter.pm line 11. BEGIN failed--compilation aborted at C:\cpanfly\var\megalib/Moose/Exporter.pm line 11. Compilation failed in require at C:\cpanfly\var\megalib/Moose.pm line 15. BEGIN failed--compilation aborted at C:\cpanfly\var\megalib/Moose.pm line 15. Compilation failed in require at t/mouse.t line 83. BEGIN failed--compilation aborted at t/mouse.t line 83. t/mouse.t ....................... Dubious, test returned 9 (wstat 2304, 0x900) No subtests run t/release-check-changes.t ....... skipped: these tests are for release candidate testing t/release-consistent-version.t .. skipped: these tests are for release candidate testing t/release-minimum-version.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-syntax.t .......... skipped: these tests are for release candidate testing t/release-unused-vars.t ......... skipped: these tests are for release candidate testing Test Summary Report ------------------- t/moose.t (Wstat: 2304 Tests: 0 Failed: 0) Non-zero exit status: 9 Parse errors: No plan found in TAP output t/mouse.t (Wstat: 2304 Tests: 0 Failed: 0) Non-zero exit status: 9 Parse errors: No plan found in TAP output Files=15, Tests=34, 10 wallclock secs ( 0.08 usr + 0.02 sys = 0.09 CPU) Result: FAIL Failed 2/15 test programs. 0/34 subtests failed. CELOGEEK/MooX-Options-1.2.tar.gz C:\Perl\bin\perl.exe ./Build test verbose=1 -- NOT OK //hint// to see the cpan-testers results for installing this module, try: reports CELOGEEK/MooX-Options-1.2.tar.gz Finished 2012-05-02T02:12:59