PATH=/usr/bin:/bin:/data/fly2400/cpanfly-5.24/var/megalib/bin Start 2019-07-03T02:05:53 ActivePerl-2400 CPAN-2.10 Reading '/data/fly2400/cpanfly-5.24/var/cpan/Metadata' Database was generated on Tue, 02 Jul 2019 00:56:30 GMT Checksum for /data/fly2400/cpanfly-5.24/var/cpan/sources/authors/id/M/MT/MTMAIL/Geo-What3Words-2.1.2.tar.gz ok Geo-What3Words-2.1.2 Geo-What3Words-2.1.2/CHANGES Geo-What3Words-2.1.2/LICENSE Geo-What3Words-2.1.2/dist.ini Geo-What3Words-2.1.2/t Geo-What3Words-2.1.2/t/base.t Geo-What3Words-2.1.2/META.yml Geo-What3Words-2.1.2/MANIFEST Geo-What3Words-2.1.2/META.json Geo-What3Words-2.1.2/README2.md Geo-What3Words-2.1.2/t/critic.t Geo-What3Words-2.1.2/Makefile.PL Geo-What3Words-2.1.2/t/perlcriticrc Geo-What3Words-2.1.2/lib/Geo Geo-What3Words-2.1.2/lib/Geo/What3Words.pm Geo-What3Words-2.1.2/t/LWPCache Geo-What3Words-2.1.2/t/LWPCache/8ce9715af7d5cf7879425e6f9f079b8b Geo-What3Words-2.1.2/t/LWPCache/0eec93819aa9b397c15305a3a0a0222e Geo-What3Words-2.1.2/t/LWPCache/c4a1915ea4681fdb15ffc3fe0bd39b21 Geo-What3Words-2.1.2/t/LWPCache/a1e6ac622622155549eaa150bde5d01c Geo-What3Words-2.1.2/t/LWPCache/3243964bb33504f892dd0cdc0f86b0c5 Geo-What3Words-2.1.2/t/LWPCache/bf9e8c029320341e563e1635aa56e6ce Geo-What3Words-2.1.2/t/LWPCache/b4bdd4bd1abe8768d94a266dbf0362a5 Configuring M/MT/MTMAIL/Geo-What3Words-2.1.2.tar.gz with Makefile.PL >>> /data/fly2400/ap2400-300558/bin/perl-static Makefile.PL Checking if your kit is complete... Looks good Have /data/fly2400/cpanfly-5.24/var/megalib Want /home/fly2400/ap2400-300558/lib Your perl and your Config.pm seem to have different ideas about the architecture they are running on. Perl thinks: [megalib] Config says: [x86_64-linux-thread-multi] 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::What3Words Writing MYMETA.yml and MYMETA.json MTMAIL/Geo-What3Words-2.1.2.tar.gz /data/fly2400/ap2400-300558/bin/perl-static Makefile.PL -- OK Running make for M/MT/MTMAIL/Geo-What3Words-2.1.2.tar.gz >>> make cp lib/Geo/What3Words.pm blib/lib/Geo/What3Words.pm Manifying 1 pod document MTMAIL/Geo-What3Words-2.1.2.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 "/data/fly2400/ap2400-300558/bin/perl-static" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/base.t .... 1..27 ok 1 - missing key # Geo::What3Words -- GET https://api.what3words.com/v2/reverse?a=1&coords=1%2C2&format=json&key=rubbish-key # Geo::What3Words -- got failed response from https://api.what3words.com/v2/reverse?a=1&coords=1%2C2&format=json&key=rubbish-key: 401 Unauthorized ok 2 - invalid key ok 3 - got warning ok 4 - An object of class 'Geo::What3Words' isa 'Geo::What3Words' # Geo::What3Words -- GET https://api.what3words.com/v2/reverse?a=1&coords=51.484463%2C-0.195405&format=json&key=randomteststring # Geo::What3Words -- {"crs":{"type":"link","properties":{"href":"http:\/\/spatialreference.org\/ref\/epsg\/4326\/ogcwkt\/","type":"ogcwkt"}},"words":"prom.cape.pump","bounds":{"southwest":{"lng":"-0.195426","lat":"51.484449"},"northeast":{"lng":"-0.195383","lat":"51.484476"}},"geometry":{"lng":"-0.195405","lat":"51.484463"},"language":"en","map":"http:\/\/w3w.co\/prom.cape.pump","status":{"status":200,"reason":"OK"},"thanks":"Thanks from all of us at index.home.raft for using a what3words API"} ok 5 - pos2words # Geo::What3Words -- GET https://api.what3words.com/v2/forward?a=1&addr=prom.cape.pump&format=json&key=randomteststring # Geo::What3Words -- {"crs":{"type":"link","properties":{"href":"http:\/\/spatialreference.org\/ref\/epsg\/4326\/ogcwkt\/","type":"ogcwkt"}},"words":"prom.cape.pump","bounds":{"southwest":{"lng":"-0.195426","lat":"51.484449"},"northeast":{"lng":"-0.195383","lat":"51.484476"}},"geometry":{"lng":"-0.195405","lat":"51.484463"},"language":"en","map":"http:\/\/w3w.co\/prom.cape.pump","status":{"status":200,"reason":"OK"},"thanks":"Thanks from all of us at index.home.raft for using a what3words API"} ok 6 - words2pos # Geo::What3Words -- GET https://api.what3words.com/v2/reverse?a=1&coords=invalid%2Ccoords&format=json&key=randomteststring # Geo::What3Words -- {"status":{"status":200,"reason":"OK","code":104,"message":"The 'coords' parameter is invalid or missing coordinates"},"thanks":"Thanks from all of us at index.home.raft for using a what3words API"} ok 7 - pos2words - invalid input # Geo::What3Words -- GET https://api.what3words.com/v2/forward?a=1&addr=does.not.exist&format=json&key=randomteststring # Geo::What3Words -- {"status":{"status":200,"reason":"OK","code":300,"message":"Invalid or non-existent 3 word address"},"thanks":"Thanks from all of us at index.home.raft for using a what3words API"} ok 8 - words2pos - invalid input # Geo::What3Words -- GET https://api.what3words.com/v2/reverse?a=1&coords=51.484463%2C-0.195405&format=json&key=randomteststring # Geo::What3Words -- {"crs":{"type":"link","properties":{"href":"http:\/\/spatialreference.org\/ref\/epsg\/4326\/ogcwkt\/","type":"ogcwkt"}},"words":"prom.cape.pump","bounds":{"southwest":{"lng":"-0.195426","lat":"51.484449"},"northeast":{"lng":"-0.195383","lat":"51.484476"}},"geometry":{"lng":"-0.195405","lat":"51.484463"},"language":"en","map":"http:\/\/w3w.co\/prom.cape.pump","status":{"status":200,"reason":"OK"},"thanks":"Thanks from all of us at index.home.raft for using a what3words API"} ok 9 - words_to_position - language ok 10 - words_to_position - position ok 11 - words_to_position - got 3 words # Geo::What3Words -- GET https://api.what3words.com/v2/reverse?a=1&coords=51.484463%2C-0.195405&format=json&key=randomteststring&lang=ru # Geo::What3Words -- {"crs":{"type":"link","properties":{"href":"http:\/\/spatialreference.org\/ref\/epsg\/4326\/ogcwkt\/","type":"ogcwkt"}},"words":"\u043f\u0438\u0442\u043e\u043c\u0435\u0446.\u0448\u0443\u0442\u0438\u0442\u044c.\u043d\u0430\u043c\u0435\u0440\u0435\u043d\u043d\u043e","bounds":{"southwest":{"lng":"-0.195426","lat":"51.484449"},"northeast":{"lng":"-0.195383","lat":"51.484476"}},"geometry":{"lng":"-0.195405","lat":"51.484463"},"language":"ru","map":"http:\/\/w3w.co\/\u043f\u0438\u0442\u043e\u043c\u0435\u0446.\u0448\u0443\u0442\u0438\u0442\u044c.\u043d\u0430\u043c\u0435\u0440\u0435\u043d\u043d\u043e","status":{"status":200,"reason":"OK"},"thanks":"Thanks from all of us at index.home.raft for using a what3words API"} ok 12 - words_to_position - english vs russian # Geo::What3Words -- GET https://api.what3words.com/v2/forward?a=1&addr=prom.cape.pump&format=json&key=randomteststring # Geo::What3Words -- {"crs":{"type":"link","properties":{"href":"http:\/\/spatialreference.org\/ref\/epsg\/4326\/ogcwkt\/","type":"ogcwkt"}},"words":"prom.cape.pump","bounds":{"southwest":{"lng":"-0.195426","lat":"51.484449"},"northeast":{"lng":"-0.195383","lat":"51.484476"}},"geometry":{"lng":"-0.195405","lat":"51.484463"},"language":"en","map":"http:\/\/w3w.co\/prom.cape.pump","status":{"status":200,"reason":"OK"},"thanks":"Thanks from all of us at index.home.raft for using a what3words API"} ok 13 - position_to_words - language ok 14 - position_to_words - position ok 15 - position_to_words - words # Geo::What3Words -- GET https://api.what3words.com/v2/languages?a=1&format=json&key=randomteststring # Geo::What3Words -- {"languages":[{"code":"de","name":"German","native_name":"Deutsch (beta)"},{"code":"ru","name":"Russian","native_name":"\u0420\u0443\u0441\u0441\u043a\u0438\u0439 (beta)"},{"code":"sv","name":"Swedish","native_name":"Svenska (beta)"},{"code":"pt","name":"Portuguese","native_name":"Portugu\u00eas (beta)"},{"code":"sw","name":"Swahili","native_name":"Kiswahili (beta)"},{"code":"en","name":"English","native_name":"English"},{"code":"it","name":"Italian","native_name":"Italiano (beta)"},{"code":"fr","name":"French","native_name":"Fran\u00e7ais (beta)"},{"code":"es","name":"Spanish; Castilian","native_name":"Espa\u00f1ol (beta)"},{"code":"tr","name":"Turkish","native_name":"T\u00fcrk\u00e7e (beta)"}],"status":{"status":200,"reason":"OK"},"thanks":"Thanks from all of us at index.home.raft for using a what3words API"} ok 16 - get_languages - at least one ok 17 - get_languages - name ok 18 - get_languages - name encoded in utf8 ok 19 - valid_words_format - valid ok 20 - valid_words_format - only two ok 21 - valid_words_format - too many ok 22 - valid_words_format - not all lowercase ok 23 - valid_words_format - empty ok 24 - valid_words_format - undef ok 25 - valid_words_format - valid Turkish utf8 ok 26 - valid_words_format - valid Russian utf8 ok 27 - valid_words_format - not all lowercase utf8 ok t/critic.t .. skipped: Author test. Set $ENV{TEST_AUTHOR} to a true value to run. All tests successful. Files=2, Tests=27, 0 wallclock secs ( 0.02 usr 0.02 sys + 0.43 cusr 0.13 csys = 0.60 CPU) Result: PASS MTMAIL/Geo-What3Words-2.1.2.tar.gz make test TEST_VERBOSE=1 -- OK MTMAIL <mtmail@cpan.org> turn WGS84 coordinates into three word addresses and vice-versa using what3words.com HTTPS API >>> (cd /data/fly2400/cpanfly-5.24/var/tmp/cpan_build/Geo-What3Words-2.1.2-brAuRi && tar cvf - Geo-What3Words-2.1.2.ppd blib) | gzip -c >/data/fly2400/cpanfly-5.24/var/REPO/M/MT/MTMAIL/Geo-What3Words-2.1.2.tar.gz Geo-What3Words-2.1.2.ppd blib/ blib/man3/ blib/man3/Geo::What3Words.3 blib/lib/ blib/lib/Geo/ blib/lib/Geo/What3Words.pm VmSize: 378500 kB Finished 2019-07-03T02:05:58