PATH=/usr/bin:/bin:/Users/fly2200/cpanfly-5.22/var/megalib/bin Start 2017-01-26T00:21:49 ActivePerl-2200 CPAN-2.10 Reading '/Users/fly2200/cpanfly-5.22/var/cpan/Metadata' Database was generated on Wed, 25 Jan 2017 06:41:02 GMT Fetching with LWP: http://ppm.activestate.com/CPAN/authors/id/N/NE/NEILB/AppConfig-1.71.tar.gz Checksum for /Users/fly2200/cpanfly-5.22/var/cpan/sources/authors/id/N/NE/NEILB/AppConfig-1.71.tar.gz ok AppConfig-1.71/ AppConfig-1.71/Changes AppConfig-1.71/lib/ AppConfig-1.71/LICENSE AppConfig-1.71/Makefile.PL AppConfig-1.71/MANIFEST AppConfig-1.71/META.json AppConfig-1.71/META.yml AppConfig-1.71/README AppConfig-1.71/t/ AppConfig-1.71/TODO AppConfig-1.71/t/97-pod.t AppConfig-1.71/t/99_author.t AppConfig-1.71/t/appconfig.t AppConfig-1.71/t/args.t AppConfig-1.71/t/block.t AppConfig-1.71/t/cgi.t AppConfig-1.71/t/compact.t AppConfig-1.71/t/const.t AppConfig-1.71/t/default.t AppConfig-1.71/t/file.t AppConfig-1.71/t/flag.t AppConfig-1.71/t/getopt.t AppConfig-1.71/t/multi.t AppConfig-1.71/t/novars.t AppConfig-1.71/t/state.t AppConfig-1.71/t/sys.t AppConfig-1.71/lib/AppConfig/ AppConfig-1.71/lib/AppConfig.pm AppConfig-1.71/lib/AppConfig/Args.pm AppConfig-1.71/lib/AppConfig/CGI.pm AppConfig-1.71/lib/AppConfig/File.pm AppConfig-1.71/lib/AppConfig/Getopt.pm AppConfig-1.71/lib/AppConfig/State.pm AppConfig-1.71/lib/AppConfig/Sys.pm Configuring N/NE/NEILB/AppConfig-1.71.tar.gz with Makefile.PL >>> /Users/fly2200/ap2200-299195/bin/perl-dynamic Makefile.PL Checking if your kit is complete... Looks good Have /Users/fly2200/cpanfly-5.22/var/megalib Want /Users/fly2200/ap2200-299195/lib Your perl and your Config.pm seem to have different ideas about the architecture they are running on. Perl thinks: [megalib] Config says: [darwin-thread-multi-2level] This may or may not cause problems. Please check your installation of perl if you have problems building this extension. Generating a Unix-style Makefile Writing Makefile for AppConfig Writing MYMETA.yml and MYMETA.json NEILB/AppConfig-1.71.tar.gz /Users/fly2200/ap2200-299195/bin/perl-dynamic Makefile.PL -- OK Running make for N/NE/NEILB/AppConfig-1.71.tar.gz >>> make cp lib/AppConfig/State.pm blib/lib/AppConfig/State.pm cp lib/AppConfig/Sys.pm blib/lib/AppConfig/Sys.pm cp lib/AppConfig/Args.pm blib/lib/AppConfig/Args.pm cp lib/AppConfig/File.pm blib/lib/AppConfig/File.pm cp lib/AppConfig.pm blib/lib/AppConfig.pm cp lib/AppConfig/Getopt.pm blib/lib/AppConfig/Getopt.pm cp lib/AppConfig/CGI.pm blib/lib/AppConfig/CGI.pm Manifying 7 pod documents NEILB/AppConfig-1.71.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 "/Users/fly2200/ap2200-299195/bin/perl-dynamic" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/97-pod.t ..... 1..7 ok 1 - POD test for blib/lib/AppConfig.pm ok 2 - POD test for blib/lib/AppConfig/Args.pm ok 3 - POD test for blib/lib/AppConfig/CGI.pm ok 4 - POD test for blib/lib/AppConfig/File.pm ok 5 - POD test for blib/lib/AppConfig/Getopt.pm ok 6 - POD test for blib/lib/AppConfig/State.pm ok 7 - POD test for blib/lib/AppConfig/Sys.pm ok t/99_author.t .. 1..7 ok 1 - POD test for blib/lib/AppConfig.pm ok 2 - POD test for blib/lib/AppConfig/Args.pm ok 3 - POD test for blib/lib/AppConfig/CGI.pm ok 4 - POD test for blib/lib/AppConfig/File.pm ok 5 - POD test for blib/lib/AppConfig/Getopt.pm ok 6 - POD test for blib/lib/AppConfig/State.pm ok 7 - POD test for blib/lib/AppConfig/Sys.pm ok t/appconfig.t .. 1..9 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok t/args.t ....... 1..17 ok 1 - loaded ok 2 - defined state ok 3 - defined cfgargs ok 4 - parse ok 5 - verbose ok 6 - user ok 7 - age ok 8 - next arg ok 9 - second parse ok 10 - second age ok 11 - second next arg ok 12 - third parse ok 13 - third age ok 14 - third user ok 15 - fourth parse ok 16 - fourth age ok 17 - fourth user ok t/block.t ...... 1..7 ok 1 - defined state ok 2 - defined cfgfile ok 3 - parsed config ok 4 - foo is set ok 5 - bar is set ok 6 - matched HOME ok 7 - matched HTML ok t/cgi.t ........ 1..9 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok t/compact.t .... 1..19 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok t/const.t ...... 1..9 ok 1 - loaded ok 2 - EXPAND_UID ok 3 - EXPAND_VAR ok 4 - EXPAND_ENV ok 5 - EXPAND_ALL ok 6 - EXPAND_UID ok 7 - EXPAND_VAR ok 8 - EXPAND_ENV ok 9 - EXPAND_ALL ok t/default.t .... 1..19 ok 1 - loaded ok 2 - defined config ok 3 - got foo ok 4 - baz new ok 5 - foo set ok 6 - baz set ok 7 - got default list ok 8 - first item two ok 9 - third item five ok 10 - got default hash ok 11 - item two ok 12 - item five ok 13 - read from file ok 14 - foo set to zero ok 15 - baz def stuff ok 16 - bar is one ok 17 - qux is one ok 18 - bar still one ok 19 - qux still one ok t/file.t ....... 1..43 ok 1 ok 2 - state defined ok 3 - cfgfile defined ok 4 - parsed ok 5 ok 6 ok 7 ok 8 - one is two ok 9 - same split ok 10 - verbose ok 11 - not debuggin ok 12 - not crufty ok 13 - nocruft ok 14 - there is a chance ok 15 - there is not no chance ok 16 - there is hope ok 17 - there is not no hope ok 18 - user is abw ok 19 - home is /home/abw ok 20 - chez is /chez/abw ok 21 - choz is set ok 22 - chuz is set ok 23 - five keys ok 24 - varlist ok 25 - five stripped keys ok 26 - stripped varlist ok 27 - coffee ok 28 - beer ok 29 - water ok 30 ok 31 ok 32 ok 33 ok 34 ok 35 ok 36 - chaz defined ok 37 - choz defined ok 38 - chuz defined ok 39 - empty here-doc ok 40 - line breaks ok 41 - heredoc in quotes ok 42 - heredoc with EOF ok 43 - hash with here-doc values ok t/flag.t ....... 1..19 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok t/getopt.t ..... 1..10 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok t/multi.t ...... 1..27 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 ok 26 ok 27 ok t/novars.t ..... 1..18 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok t/state.t ...... 1..45 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 ok 26 ok 27 ok 28 ok 29 ok 30 ok 31 ok 32 ok 33 ok 34 ok 35 ok 36 ok 37 ok 38 ok 39 ok 40 ok 41 ok 42 ok 43 ok 44 ok 45 ok t/sys.t ........ 1..2 ok 1 - created system object ok 2 - created windows object ok All tests successful. Files=16, Tests=267, 2 wallclock secs ( 0.06 usr 0.02 sys + 0.48 cusr 0.09 csys = 0.65 CPU) Result: PASS NEILB/AppConfig-1.71.tar.gz make test TEST_VERBOSE=1 -- OK Fetching with LWP: http://ppm.activestate.com/CPAN/authors/id/N/NE/NEILB/CHECKSUMS Neil Bowers <neil@bowers.com> AppConfig is a bundle of Perl5 modules for reading configuration files and parsing command line arguments. >>> (cd /Users/fly2200/cpanfly-5.22/var/tmp/cpan_build/AppConfig-1.71-AFTOuC && tar cvf - AppConfig-1.71.ppd blib) | gzip -c >/Users/fly2200/cpanfly-5.22/var/REPO/N/NE/NEILB/AppConfig-1.71.tar.gz AppConfig-1.71.ppd blib/ blib/lib/ blib/lib/AppConfig/ blib/lib/AppConfig/Args.pm blib/lib/AppConfig/CGI.pm blib/lib/AppConfig/File.pm blib/lib/AppConfig/Getopt.pm blib/lib/AppConfig/State.pm blib/lib/AppConfig/Sys.pm blib/lib/AppConfig.pm blib/man3/ blib/man3/AppConfig.3 blib/man3/AppConfig::Args.3 blib/man3/AppConfig::CGI.3 blib/man3/AppConfig::File.3 blib/man3/AppConfig::Getopt.3 blib/man3/AppConfig::State.3 blib/man3/AppConfig::Sys.3 Finished 2017-01-26T00:21:55