PATH=/Users/fly1400/bin:/Users/fly1400/ap1400/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin Start 2012-02-15T03:35:50 ActivePerl-1400 CPAN-1.9402 Going to read '/Users/fly1400/var/cpan/Metadata' Database was generated on Wed, 15 Feb 2012 09:12:28 GMT Running make for C/CE/CELOGEEK/MooX-Options-0.9.tar.gz Checksum for /net/nas/data/cpan/authors/id/C/CE/CELOGEEK/MooX-Options-0.9.tar.gz ok MooX-Options-0.9 MooX-Options-0.9/TODO MooX-Options-0.9/t MooX-Options-0.9/t/mo.t MooX-Options-0.9/README MooX-Options-0.9/Changes MooX-Options-0.9/t/moo.t MooX-Options-0.9/LICENSE MooX-Options-0.9/dist.ini MooX-Options-0.9/META.yml MooX-Options-0.9/MANIFEST MooX-Options-0.9/Build.PL MooX-Options-0.9/t/base.st MooX-Options-0.9/t/moose.t MooX-Options-0.9/t/mouse.t MooX-Options-0.9/perltidyrc MooX-Options-0.9/t/flavour.t MooX-Options-0.9/perlcriticrc MooX-Options-0.9/t/00-compile.t MooX-Options-0.9/t/author-critic.t MooX-Options-0.9/lib/MooX MooX-Options-0.9/lib/MooX/Options.pm MooX-Options-0.9/t/release-pod-syntax.t MooX-Options-0.9/t/000-report-versions.t MooX-Options-0.9/t/release-unused-vars.t MooX-Options-0.9/t/release-pod-coverage.t MooX-Options-0.9/t/release-check-changes.t MooX-Options-0.9/t/release-minimum-version.t MooX-Options-0.9/t/release-consistent-version.t CPAN.pm: Going to build C/CE/CELOGEEK/MooX-Options-0.9.tar.gz >>> /Users/fly1400/ap1400/bin/perl Build.PL Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'MooX-Options' version '0.9' >>> ./Build Building MooX-Options CELOGEEK/MooX-Options-0.9.tar.gz ./Build -- OK Running Build test >>> ./Build test verbose=1 t/00-compile.t .................. 1..1 ok 1 - MooX::Options loaded ok ok # Testing with Perl 5.014000, /Users/fly1400/ap1400/bin/perl # Carp version is 1.24 # Data::Dumper version is 2.131 # Data::Record version is 0.02 # English version is 1.04 # File::Find version is 1.19 # File::Temp version is 0.22 # FindBin version is 1.50 # Getopt::Long::Descriptive version is 0.090 # Mo version is 0.30 # Module::Build version is 0.38 # Module::Load::Conditional version is 0.46 # Moo version is 0.009013 # Moose version is 2.0402 # Mouse version is 0.97 # Regexp::Common version is 2011121001 # Scalar::Util version is 1.23 # Test::More version is 0.98 # Test::Trap version is 0.2.1 # Try::Tiny version is 0.11 # strict version is 1.04 # warnings version is 1.12 t/000-report-versions.t ......... ok 1 - require Carp; ok 2 - require Data::Dumper; ok 3 - require Data::Record; ok 4 - require English; ok 5 - require File::Find; ok 6 - require File::Temp; ok 7 - require FindBin; ok 8 - require Getopt::Long::Descriptive; ok 9 - require Mo; ok 10 - require Module::Build; ok 11 - require Module::Load::Conditional; ok 12 - require Moo; ok 13 - require Moose; ok 14 - require Mouse; ok 15 - require Regexp::Common; ok 16 - require Scalar::Util; ok 17 - require Test::More; ok 18 - require Test::Trap; ok 19 - require Try::Tiny; ok 20 - require strict; ok 21 - require warnings; 1..21 ok t/author-critic.t ............... skipped: these tests are for testing by the author 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 1..10 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 1..10 ok 1 - Moo 1..1 ok t/moose.t ....................... # Test Moose # 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 1..10 ok 1 - Moose 1..1 ok t/mouse.t ....................... # Test Mouse # 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 1..10 ok 1 - Mouse 1..1 ok 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 All tests successful. Files=14, Tests=28, 3 wallclock secs ( 0.09 usr 0.05 sys + 2.05 cusr 0.25 csys = 2.44 CPU) Result: PASS CELOGEEK/MooX-Options-0.9.tar.gz ./Build test verbose=1 -- OK Celogeek <celogeek@cpan.org> add option keywords to your Moo object >>> (cd /Users/fly1400/var/cpan/build/MooX-Options-0.9-N5h9IS && tar cvf - MooX-Options-0.9.ppd blib) | gzip -c >/Users/fly1400/var/REPO/C/CE/CELOGEEK/MooX-Options-0.9.tar.gz MooX-Options-0.9.ppd blib/ blib/lib/ blib/lib/MooX/ blib/lib/MooX/Options.pm >>> mv /Users/fly1400/var/cpan/build/MooX-Options-0.9-N5h9IS/MooX-Options-0.9.ppd /Users/fly1400/var/REPO/C/CE/CELOGEEK Can't log to '/Users/fly1400/var/tmp/Library/Logs/ppm4.log': No such file or directory at /Users/fly1400/lib/ActivePerl/PPM/Logger.pm line 95. [InstallArea.pm:339] Created /Users/fly1400/var/megalib/etc/ppm-megalib-dirty [InstallArea.pm:362] Installing MooX-Options with id 16257 [InstallArea.pm:369] Copy /var/folders/or/orXbbUKqGxyIBVdvtPjVMU+++TQ/-Tmp-/ppm-vzIo1K/MooX-Options-0.9/blib/html --> /Users/fly1400/var/megalib/html [InstallArea.pm:548] /Users/fly1400/var/megalib/html/site/lib/MooX/Options.html written [InstallArea.pm:369] Copy /var/folders/or/orXbbUKqGxyIBVdvtPjVMU+++TQ/-Tmp-/ppm-vzIo1K/MooX-Options-0.9/blib/lib --> /Users/fly1400/var/megalib [InstallArea.pm:548] /Users/fly1400/var/megalib/MooX/Options.pm written [InstallArea.pm:418] Commit install [InstallArea.pm:454] unlink /Users/fly1400/var/megalib/html/site/lib/MooX/Options.html.ppmbak [InstallArea.pm:454] unlink /Users/fly1400/var/megalib/MooX/Options.pm.ppmbak [InstallArea.pm:454] unlink /Users/fly1400/var/megalib/auto/MooX/Options/.packlist.ppmbak [InstallArea.pm:454] unlink /Users/fly1400/var/megalib/etc/ppm-megalib-dirty Finished 2012-02-15T03:35:58