PATH=C:\PlatSDK\Bin\Win64\x86\AMD64;C:\PlatSDK\Bin;C:\PlatSDK\Bin\WinNT;C:\cpanfly-5.16\var\megalib\bin;C:\Perl64-5.16\site\bin;C:\Perl64-5.16\bin;C:\cygwin\bin;C:\PlatSDK\Bin\Win64\x86\AMD64;C:\PlatSDK\Bin;C:\PlatSDK\Bin\WinNT;C:\cpanfly-5.16\var\megalib\bin;C:\Perl64-5.16\site\bin;C:\Perl64-5.16\bin;C:\cygwin\bin;C:\Python27\;C:\Python27\Scripts;C:\cygwin\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WindowsPowerShell\v1.0;C:\Program Files (x86)\Git\cmd;C:\Program Files (x86)\CMake\bin;C:\instantclient_11_2;C:\Program Files (x86)\nasm Start 2016-05-23T02:34:47 ActivePerl-1600 CPAN-2.10 LIB=C:\PlatSDK\Lib\AMD64;C:\PlatSDK\Lib\AMD64\atlmfc INCLUDE=C:\PlatSDK\Include;C:\PlatSDK\Include\crt;C:\PlatSDK\Include\crt\sys;C:\PlatSDK\Include\mfc;C:\PlatSDK\Include\atl PATH=C:/CPANFL~1.16/var/libs/bin;C:\PlatSDK\Bin\Win64\x86\AMD64;C:\PlatSDK\Bin;C:\PlatSDK\Bin\WinNT;C:\CPANFL~1.16\var\megalib\bin;C:\Perl64-5.16\site\bin;C:\Perl64-5.16\bin;C:\cygwin\bin;C:\PlatSDK\Bin\Win64\x86\AMD64;C:\PlatSDK\Bin;C:\PlatSDK\Bin\WinNT;C:\CPANFL~1.16\var\megalib\bin;C:\Perl64-5.16\site\bin;C:\Perl64-5.16\bin;C:\cygwin\bin;C:\Python27\;C:\Python27\Scripts;C:\cygwin\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WINDOW~1\v1.0;C:\PROGRA~2\Git\cmd;C:\PROGRA~2\CMake\bin;C:\INSTAN~1;C:\PROGRA~2\nasm Reading 'C:\cpanfly-5.16\var\cpan\Metadata' Database was generated on Sun, 22 May 2016 04:53:44 GMT Fetching with LWP: http://ppm.activestate.com/CPAN/authors/id/E/ED/EDF/Geo-Coder-OpenCage-0.07.tar.gz Fetching with LWP: http://ppm.activestate.com/CPAN/authors/id/E/ED/EDF/CHECKSUMS Checksum for C:\cpanfly-5.16\var\cpan\sources\authors\id\E\ED\EDF\Geo-Coder-OpenCage-0.07.tar.gz ok Geo-Coder-OpenCage-0.07/ Geo-Coder-OpenCage-0.07/Changes Geo-Coder-OpenCage-0.07/dist.ini Geo-Coder-OpenCage-0.07/lib/ Geo-Coder-OpenCage-0.07/LICENSE Geo-Coder-OpenCage-0.07/Makefile.PL Geo-Coder-OpenCage-0.07/MANIFEST Geo-Coder-OpenCage-0.07/META.json Geo-Coder-OpenCage-0.07/META.yml Geo-Coder-OpenCage-0.07/README Geo-Coder-OpenCage-0.07/README.md Geo-Coder-OpenCage-0.07/t/ Geo-Coder-OpenCage-0.07/t/00-compile.t Geo-Coder-OpenCage-0.07/t/01-new.t Geo-Coder-OpenCage-0.07/t/02-geocode.t Geo-Coder-OpenCage-0.07/t/03-reverse-geocode.t Geo-Coder-OpenCage-0.07/lib/Geo/ Geo-Coder-OpenCage-0.07/lib/Geo/Coder/ Geo-Coder-OpenCage-0.07/lib/Geo/Coder/OpenCage.pm Configuring E/ED/EDF/Geo-Coder-OpenCage-0.07.tar.gz with Makefile.PL >>> C:\Perl64-5.16\bin\perl.exe Makefile.PL Checking if your kit is complete... Looks good Have \cpanfl~1.16\var\megalib Want \perl64-5.16\lib Your perl and your Config.pm seem to have different ideas about the architecture they are running on. Perl thinks: [megalib] Config says: [MSWin32-x64-multi-thread] This may or may not cause problems. Please check your installation of perl if you have problems building this extension. Writing Makefile for Geo::Coder::OpenCage Writing MYMETA.yml and MYMETA.json EDF/Geo-Coder-OpenCage-0.07.tar.gz C:\Perl64-5.16\bin\perl.exe Makefile.PL -- OK Running make for E/ED/EDF/Geo-Coder-OpenCage-0.07.tar.gz >>> nmake Microsoft (R) Program Maintenance Utility Version 7.00.8882 Copyright (C) Microsoft Corp 1988-2000. All rights reserved. cp lib/Geo/Coder/OpenCage.pm blib\lib\Geo\Coder\OpenCage.pm EDF/Geo-Coder-OpenCage-0.07.tar.gz nmake -- OK Running make test >>> nmake test TEST_VERBOSE=1 Microsoft (R) Program Maintenance Utility Version 7.00.8882 Copyright (C) Microsoft Corp 1988-2000. All rights reserved. C:\Perl64-5.16\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib\lib', 'blib\arch')" t/*.t t/00-compile.t .......... 1..1 ok 1 - use Geo::Coder::OpenCage; ok t/01-new.t .............. ok 1 - created geocoder object with dummy api key ok 2 - new() lived with api key ok 3 - exception thrown when no api key passed to new() 1..3 ok t/02-geocode.t .......... skipped: Set GEO_CODER_OPENCAGE_API_KEY environment variable to run this test t/03-reverse-geocode.t .. skipped: Set GEO_CODER_OPENCAGE_API_KEY environment variable to run this test All tests successful. Files=4, Tests=4, 1 wallclock secs ( 0.05 usr + 0.02 sys = 0.06 CPU) Result: PASS EDF/Geo-Coder-OpenCage-0.07.tar.gz nmake test TEST_VERBOSE=1 -- OK Ed Freyfogle <freyfogle@gmail.com> Geocode addresses with the OpenCage Geocoder API >>> (cd C:\cpanfly-5.16\var\cpan\build\Geo-Coder-OpenCage-0.07-U1K7sv && tar cvf - Geo-Coder-OpenCage-0.07.ppd blib) | gzip -c >C:/cpanfly-5.16/var/REPO/E/ED/EDF/Geo-Coder-OpenCage-0.07.tar.gz Geo-Coder-OpenCage-0.07.ppd blib/ blib/lib/ blib/lib/Geo/ blib/lib/Geo/Coder/ blib/lib/Geo/Coder/OpenCage.pm >>> mv C:\cpanfly-5.16\var\cpan\build\Geo-Coder-OpenCage-0.07-U1K7sv/Geo-Coder-OpenCage-0.07.ppd C:/cpanfly-5.16/var/REPO/E/ED/EDF Finished 2016-05-23T02:34:56