Start 2008-10-20T12:42:26 Going to read /Users/fly1003/var/cpan/Metadata Database was generated on Mon, 20 Oct 2008 08:27:31 GMT Running make for S/ST/STEVAN/MooseX-Getopt-0.06.tar.gz Fetching with LWP: http://cpan.nas.activestate.com/authors/id/S/ST/STEVAN/MooseX-Getopt-0.06.tar.gz Checksum for /Users/fly1003/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 >>> /Users/fly1003/bin/perl Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for MooseX::Getopt >>> make 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 Manifying blib/man3/MooseX::Getopt::Meta::Attribute::NoGetopt.3 Manifying blib/man3/MooseX::Getopt::Meta::Attribute.3 Manifying blib/man3/MooseX::Getopt::Strict.3 Manifying blib/man3/MooseX::Getopt.3 Manifying blib/man3/MooseX::Getopt::OptionTypeMap.3 STEVAN/MooseX-Getopt-0.06.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /Users/fly1003/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/000_load.................... 1..1 ok 1 - use MooseX::Getopt; ok t/001_basic................... 1..53 ok 1 - use MooseX::Getopt; ok 2 - The object isa App ok 3 - ... verbosity is off as expected ok 4 - ... length is 24 as expected ok 5 - ... data is file.dat as expected ok 6 - ... libs is [] as expected ok 7 - ... details is {} as expected ok 8 - The object isa App ok 9 - ... verbosity is turned on as expected ok 10 - ... length is 50 as expected ok 11 - ... data is file.dat as expected ok 12 - ... libs is [] as expected ok 13 - ... details is {} as expected ok 14 - The object isa App ok 15 - ... verbosity is turned on as expected ok 16 - ... length is 24 as expected ok 17 - ... data is foo.txt as expected ok 18 - ... libs is [] as expected ok 19 - ... details is {} as expected ok 20 - The object isa App ok 21 - ... verbosity is turned on as expected ok 22 - ... length is 24 as expected ok 23 - ... data is foo.txt as expected ok 24 - ... libs is [libs/, includes/lib] as expected ok 25 - ... details is {} as expected ok 26 - The object isa App ok 27 - ... verbosity is turned on as expected ok 28 - ... length is 24 as expected ok 29 - ... data is foo.txt as expected ok 30 - ... libs is [] as expected ok 31 - ... details is { os => mac, name => foo } as expected ok 32 - The object isa App ok 33 - ... verbosity is turned off as expected ok 34 - ... length is 24 as expected ok 35 - ... file is file.dat as expected ok 36 - ... libs is [] as expected ok 37 - ... details is {} as expected ok 38 - The object isa App ok 39 - cmd_alias, but not using it ok 40 - The object isa App ok 41 - cmd_alias, using long one ok 42 - The object isa App ok 43 - cmd_alias, using short one ok 44 - The object isa App ok 45 - cmd_alias+cmd_flag, using flag ok 46 - The object isa App ok 47 - cmd_alias+cmd_flag, using alias ok 48 - The object isa App ok 49 - _foo + cmd_flag ok 50 - The object isa App ok 51 - ARGV accessor ok 52 - @ARGV unmangled ok 53 - extra_argv accessor ok t/002_custom_option_type...... 1..6 ok 1 - use MooseX::Getopt; ok 2 - The object isa App ok 3 - ... nums is [0] as expected ok 4 - The object isa App ok 5 - ... nums is [3, 5] as expected ok 6 - Numeric constraint enforced ok t/003_inferred_option_type.... 1..5 ok 1 - use MooseX::Getopt; ok 2 - The object isa App ok 3 - ... nums is [0] as expected ok 4 - The object isa App ok 5 - ... nums is [3, 5] as expected ok t/004_nogetop................. 1..9 ok 1 - use MooseX::Getopt; ok 2 - The object isa App ok 3 - ... verbosity is off as expected ok 4 - ... length is 24 as expected ok 5 - ... data is file.dat as expected ok 6 - ... libs is [] as expected ok 7 - ... details is {} as expected ok 8 - ... private stuff is 713 as expected ok 9 - threw Regexp ((?-xism:Unknown option: private_stuff)) ok t/005_strict.................. 1..9 ok 1 - use MooseX::Getopt; ok 2 - The object isa App ok 3 - ... verbosity is off as expected ok 4 - ... length is 24 as expected ok 5 - ... data is file.dat as expected ok 6 - ... libs is [] as expected ok 7 - ... details is {} as expected ok 8 - ... private stuff is 713 as expected ok 9 - threw Regexp ((?-xism:Unknown option: private_stuff)) ok t/pod......................... 1..5 ok 1 - blib/lib/MooseX/Getopt.pm ok 2 - blib/lib/MooseX/Getopt/OptionTypeMap.pm ok 3 - blib/lib/MooseX/Getopt/Strict.pm ok 4 - blib/lib/MooseX/Getopt/Meta/Attribute.pm ok 5 - blib/lib/MooseX/Getopt/Meta/Attribute/NoGetopt.pm ok t/pod_coverage................ 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 All tests successful. Files=8, Tests=93, 5 wallclock secs ( 0.15 usr 0.14 sys + 4.70 cusr 0.64 csys = 5.63 CPU) Result: PASS STEVAN/MooseX-Getopt-0.06.tar.gz make test TEST_VERBOSE=1 -- OK Fetching with LWP: http://cpan.nas.activestate.com/authors/id/S/ST/STEVAN/CHECKSUMS Stevan Little <stevan.little@iinteractive.com> A Moose role for processing command line options >>> (cd /Users/fly1003/var/cpan/build/MooseX-Getopt-0.06-XtAqI6 && tar cvf - MooseX-Getopt-0.06.ppd blib) | gzip -c >/Users/fly1003/var/REPO/S/ST/STEVAN/MooseX-Getopt-0.06.tar.gz MooseX-Getopt-0.06.ppd blib/ blib/lib/ blib/lib/MooseX/ blib/lib/MooseX/Getopt/ blib/lib/MooseX/Getopt/Meta/ blib/lib/MooseX/Getopt/Meta/Attribute/ blib/lib/MooseX/Getopt/Meta/Attribute/NoGetopt.pm blib/lib/MooseX/Getopt/Meta/Attribute.pm blib/lib/MooseX/Getopt/OptionTypeMap.pm blib/lib/MooseX/Getopt/Strict.pm blib/lib/MooseX/Getopt.pm blib/man3/ blib/man3/MooseX::Getopt.3 blib/man3/MooseX::Getopt::Meta::Attribute.3 blib/man3/MooseX::Getopt::Meta::Attribute::NoGetopt.3 blib/man3/MooseX::Getopt::OptionTypeMap.3 blib/man3/MooseX::Getopt::Strict.3 >>> mv /Users/fly1003/var/cpan/build/MooseX-Getopt-0.06-XtAqI6/MooseX-Getopt-0.06.ppd /Users/fly1003/var/REPO/S/ST/STEVAN Megalib: Will not downgrade MooseX-Getopt from v0.15 to v0.06 at /Users/fly1003/lib/Fly/Megalib.pm line 29. Finished 2008-10-20T12:42:39