PATH=/Users/fly2200/cpanfly-5.22/bin:/Users/fly2200/ap2200-299195/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/Users/fly2200/cpanfly-5.22/var/megalib/bin Start 2017-01-05T15:43:16 ActivePerl-2200 CPAN-2.10 Reading '/Users/fly2200/cpanfly-5.22/var/cpan/Metadata' Database was generated on Thu, 05 Jan 2017 06:29:02 GMT Fetching with LWP: http://ppm.activestate.com/CPAN/authors/id/N/NI/NICOMEN/Geo-GeoNames-1.11.tar.gz Fetching with LWP: http://ppm.activestate.com/CPAN/authors/id/N/NI/NICOMEN/CHECKSUMS Checksum for /Users/fly2200/cpanfly-5.22/var/cpan/sources/authors/id/N/NI/NICOMEN/Geo-GeoNames-1.11.tar.gz ok Geo-GeoNames-1.11/ Geo-GeoNames-1.11/examples/ Geo-GeoNames-1.11/examples/find_city.pl Geo-GeoNames-1.11/xt/ Geo-GeoNames-1.11/xt/changes.t Geo-GeoNames-1.11/t/ Geo-GeoNames-1.11/t/username.t Geo-GeoNames-1.11/t/pod_coverage.t Geo-GeoNames-1.11/t/url.t Geo-GeoNames-1.11/t/pod.t Geo-GeoNames-1.11/t/json.t Geo-GeoNames-1.11/t/useragent.t Geo-GeoNames-1.11/t/xml.t Geo-GeoNames-1.11/META.yml Geo-GeoNames-1.11/MANIFEST Geo-GeoNames-1.11/Makefile.PL Geo-GeoNames-1.11/lib/ Geo-GeoNames-1.11/lib/Geo/ Geo-GeoNames-1.11/lib/Geo/GeoNames.pm Geo-GeoNames-1.11/MANIFEST.SKIP Geo-GeoNames-1.11/INSTALL.SKIP Geo-GeoNames-1.11/META.json Geo-GeoNames-1.11/README.pod Geo-GeoNames-1.11/LICENSE Geo-GeoNames-1.11/Changes Configuring N/NI/NICOMEN/Geo-GeoNames-1.11.tar.gz with Makefile.PL >>> /Users/fly2200/ap2200-299195/bin/perl-dynamic Makefile.PL To test Geo::GeoNames, you need a a GeoNames account enabled at least for free access. Start at http://www.geonames.org/login to create a new account. Set GEONAMES_USER to run the tests. 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 Geo::GeoNames Writing MYMETA.yml and MYMETA.json NICOMEN/Geo-GeoNames-1.11.tar.gz /Users/fly2200/ap2200-299195/bin/perl-dynamic Makefile.PL -- OK Running make for N/NI/NICOMEN/Geo-GeoNames-1.11.tar.gz >>> make cp lib/Geo/GeoNames.pm blib/lib/Geo/GeoNames.pm cp README.pod blib/lib/Geo/README.pod Manifying 2 pod documents NICOMEN/Geo-GeoNames-1.11.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/json.t .......... ok 1 - Parsing JSON does not die ok 2 - Correct amount of entries ok 3 - Correct encoding back 1..3 ok t/pod.t ........... 1..2 ok 1 - POD test for blib/lib/Geo/GeoNames.pm ok 2 - POD test for blib/lib/Geo/README.pod ok t/pod_coverage.t .. 1..1 ok 1 - Pod coverage on Geo::GeoNames ok t/url.t ........... ok 1 - use Geo::GeoNames; ok 2 - Geo::GeoNames->can('new') 1..2 ok t/useragent.t ..... ok 1 - use Geo::GeoNames; ok 2 - Bad user-agent should croak: Illegal ua object, needs either a Mojo::UserAgent or an LWP::UserAgent derived object at t/useragent.t line 10. # ok 3 - Bad user-agent should croak: Illegal ua object, needs either a Mojo::UserAgent or an LWP::UserAgent derived object at t/useragent.t line 11. # ok 4 - Bad user-agent should croak: Illegal ua object, needs either a Mojo::UserAgent or an LWP::UserAgent derived object at t/useragent.t line 12. # # Subtest: Mojo::UserAgent ok 1 - Instantiates fine with proper object ok 2 # skip Need $ENV{GEONAMES_USER} to test actual results work with provided Mojo::UserAgent ok 3 # skip Need $ENV{GEONAMES_USER} to test actual results work with provided Mojo::UserAgent ok 4 # skip Need $ENV{GEONAMES_USER} to test actual results work with provided Mojo::UserAgent 1..4 ok 5 - Mojo::UserAgent # Subtest: LWP::UserAgent ok 1 - Instantiates fine with proper object ok 2 # skip Need $ENV{GEONAMES_USER} to test actual results work with provided LWP::UserAgent ok 3 # skip Need $ENV{GEONAMES_USER} to test actual results work with provided LWP::UserAgent ok 4 # skip Need $ENV{GEONAMES_USER} to test actual results work with provided LWP::UserAgent 1..4 ok 6 - LWP::UserAgent 1..6 ok t/username.t ...... ok 1 - use Geo::GeoNames; ok 2 - Geo::GeoNames->can('new') # Subtest: bad_name ok 1 - A reference of type 'ARRAY' isa 'ARRAY' ok 2 - There are no elements when the username is bad ok 3 - Fake username gives warning 1..3 ok 3 - bad_name # Subtest: empty_name ok 1 - $geo is undefined with empty username ok 2 - Error message says to specify username 1..2 ok 4 - empty_name # Subtest: undef_name ok 1 - $geo is undefined with undef username ok 2 - Error message says to specify username 1..2 ok 5 - undef_name 1..5 ok t/xml.t ........... ok 1 - XML is parsed correctly ok 2 - XML is parsed correctly 1..2 ok All tests successful. Files=7, Tests=21, 3 wallclock secs ( 0.03 usr 0.02 sys + 1.26 cusr 0.16 csys = 1.47 CPU) Result: PASS NICOMEN/Geo-GeoNames-1.11.tar.gz make test TEST_VERBOSE=1 -- OK Nicolas Mendoza <mendoza@pvv.ntnu.no> Perform geographical queries using GeoNames Web Services >>> (cd /Users/fly2200/cpanfly-5.22/var/tmp/cpan_build/Geo-GeoNames-1.11-ZIE_GQ && tar cvf - Geo-GeoNames-1.11.ppd blib) | gzip -c >/Users/fly2200/cpanfly-5.22/var/REPO/N/NI/NICOMEN/Geo-GeoNames-1.11.tar.gz Geo-GeoNames-1.11.ppd blib/ blib/lib/ blib/lib/Geo/ blib/lib/Geo/GeoNames.pm blib/lib/Geo/README.pod blib/man3/ blib/man3/Geo::GeoNames.3 blib/man3/Geo::README.3 Finished 2017-01-05T15:43:24