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-26T02:36:01 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 Wed, 25 May 2016 05:41:02 GMT Fetching with LWP: http://ppm.activestate.com/CPAN/authors/id/C/CO/CORION/DBIx-RunSQL-0.14.tar.gz Checksum for C:\cpanfly-5.16\var\cpan\sources\authors\id\C\CO\CORION\DBIx-RunSQL-0.14.tar.gz ok DBIx-RunSQL-0.14/ DBIx-RunSQL-0.14/META.json DBIx-RunSQL-0.14/Changes DBIx-RunSQL-0.14/META.yml DBIx-RunSQL-0.14/MANIFEST.SKIP DBIx-RunSQL-0.14/.gitignore DBIx-RunSQL-0.14/README.mkdn DBIx-RunSQL-0.14/README DBIx-RunSQL-0.14/t/ DBIx-RunSQL-0.14/t/01-force.t DBIx-RunSQL-0.14/t/02-trigger.t DBIx-RunSQL-0.14/t/rt77378.sql DBIx-RunSQL-0.14/t/trigger.sql DBIx-RunSQL-0.14/t/05-output-bool.t DBIx-RunSQL-0.14/t/05-select.t DBIx-RunSQL-0.14/t/04-handle-parameters.t DBIx-RunSQL-0.14/t/03-comment.t DBIx-RunSQL-0.14/t/00-use.t DBIx-RunSQL-0.14/t/rt77378.t DBIx-RunSQL-0.14/lib/ DBIx-RunSQL-0.14/lib/DBIx/ DBIx-RunSQL-0.14/lib/DBIx/RunSQL.pm DBIx-RunSQL-0.14/MANIFEST DBIx-RunSQL-0.14/xt/ DBIx-RunSQL-0.14/xt/99-versions.t DBIx-RunSQL-0.14/xt/99-changes.t DBIx-RunSQL-0.14/xt/99-minimumversion.t DBIx-RunSQL-0.14/xt/99-compile.t DBIx-RunSQL-0.14/xt/99-todo.t DBIx-RunSQL-0.14/xt/99-unix-text.t DBIx-RunSQL-0.14/xt/99-pod.t DBIx-RunSQL-0.14/xt/99-manifest.t DBIx-RunSQL-0.14/Makefile.PL Configuring C/CO/CORION/DBIx-RunSQL-0.14.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 DBIx::RunSQL Writing MYMETA.yml and MYMETA.json CORION/DBIx-RunSQL-0.14.tar.gz C:\Perl64-5.16\bin\perl.exe Makefile.PL -- OK Running make for C/CO/CORION/DBIx-RunSQL-0.14.tar.gz >>> nmake Microsoft (R) Program Maintenance Utility Version 7.00.8882 Copyright (C) Microsoft Corp 1988-2000. All rights reserved. cp lib/DBIx/RunSQL.pm blib\lib\DBIx\RunSQL.pm CORION/DBIx-RunSQL-0.14.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-use.t ................ 1..1 ok 1 - use DBIx::RunSQL; ok t/01-force.t .............. 1..5 ok 1 - We die on invalid SQL ok 2 - We die with some error message ok 3 - We can force invalid SQL ok 4 - We don't die with some error message ok 5 - We still warn about SQL errors ok t/02-trigger.t ............ 1..1 ok 1 - We can parse triggers ok t/03-comment.t ............ 1..2 ok 1 - Commented out things that look like statements get filtered ok 2 - Comments survive parsing ok t/04-handle-parameters.t .. 1..2 ok 1 - DSN gets appname used as default ok 2 - DSN gets passed through ok t/05-output-bool.t ........ 1..1 ok 1 - We get a nonzero exit code if a row gets selected with --bool ok t/05-select.t ............. 1..6 ok 1 - We got some kind of result ok 2 - Things that look like 'name' and 'age' appear in the string ok 3 - Things that look like 'bar' and '100' appear in the string ok 4 - We got some kind of result ok 5 - An empty resultset still outputs the column titles ok 6 - (but obviously, no values) ok t/rt77378.t ............... 1..1 ok 1 - We can parse triggers (RT 77378) ok All tests successful. Files=8, Tests=19, 2 wallclock secs ( 0.03 usr + 0.02 sys = 0.05 CPU) Result: PASS CORION/DBIx-RunSQL-0.14.tar.gz nmake test TEST_VERBOSE=1 -- OK Max Maischein <corion@cpan.org> run SQL from a file >>> (cd C:\cpanfly-5.16\var\cpan\build\DBIx-RunSQL-0.14-81Pyfv && tar cvf - DBIx-RunSQL-0.14.ppd blib) | gzip -c >C:/cpanfly-5.16/var/REPO/C/CO/CORION/DBIx-RunSQL-0.14.tar.gz DBIx-RunSQL-0.14.ppd blib/ blib/lib/ blib/lib/DBIx/ blib/lib/DBIx/RunSQL.pm >>> mv C:\cpanfly-5.16\var\cpan\build\DBIx-RunSQL-0.14-81Pyfv/DBIx-RunSQL-0.14.ppd C:/cpanfly-5.16/var/REPO/C/CO/CORION Finished 2016-05-26T02:36:10