PATH=C:\cpanfly-5.24-64\var\megalib\bin;C:\Perl-5.24-64\site\bin;C:\Perl-5.24-64\bin;C:\MinGW-64\bin;C:\cygwin\bin;C:\instantclient_11_2-64;C:\cpanfly-5.24-64\var\megalib\bin;C:\Perl-5.24-64\site\bin;C:\Perl-5.24-64\bin;C:\MinGW-64\bin;C:\cygwin\bin;C:\instantclient_11_2-64;C:\cpanfly-5.24-64\var\megalib\bin;C:\Perl-5.22-64\site\bin;C:\Perl-5.22-64\bin;C:\MinGW-64\bin;C:\cygwin\bin;C:\instantclient_11_2-64;C:\p4;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Git\cmd;C:\Program Files (x86)\CMake\bin Start 2016-09-01T16:29:19 ActivePerl-2400 CPAN-2.10 PATH=C:/CPANFL~1.24-/var/libs/bin;C:\CPANFL~1.24-\var\megalib\bin;C:\PERL-5~1.24-\site\bin;C:\PERL-5~1.24-\bin;C:\MinGW-64\bin;C:\cygwin\bin;C:\INSTAN~1;C:\CPANFL~1.24-\var\megalib\bin;C:\PERL-5~1.24-\site\bin;C:\PERL-5~1.24-\bin;C:\MinGW-64\bin;C:\cygwin\bin;C:\INSTAN~1;C:\CPANFL~1.24-\var\megalib\bin;C:\PERL-5~2.22-\site\bin;C:\PERL-5~2.22-\bin;C:\MinGW-64\bin;C:\cygwin\bin;C:\INSTAN~1;C:\p4;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WINDOW~1\v1.0\;C:\PROGRA~1\Git\cmd;C:\PROGRA~2\CMake\bin Reading 'C:\cpanfly-5.24-64\var\cpan\Metadata' Database was generated on Thu, 01 Sep 2016 04:29:02 GMT Checksum for C:\cpanfly-5.24-64\var\cpan\sources\authors\id\D\DW\DWHEELER\Exception-Class-DBI-1.01.tar.gz ok Exception-Class-DBI-1.01 Exception-Class-DBI-1.01/Build.PL Exception-Class-DBI-1.01/Changes Exception-Class-DBI-1.01/Makefile.PL Exception-Class-DBI-1.01/MANIFEST Exception-Class-DBI-1.01/META.json Exception-Class-DBI-1.01/META.yml Exception-Class-DBI-1.01/README.md Exception-Class-DBI-1.01/lib Exception-Class-DBI-1.01/lib/Exception Exception-Class-DBI-1.01/lib/Exception/Class Exception-Class-DBI-1.01/lib/Exception/Class/DBI.pm Exception-Class-DBI-1.01/t Exception-Class-DBI-1.01/t/dbh.t Exception-Class-DBI-1.01/t/dbi.t Exception-Class-DBI-1.01/t/drh.t Exception-Class-DBI-1.01/t/sth.t Exception-Class-DBI-1.01/t/subclass.t Exception-Class-DBI-1.01/t/z_pod.t Configuring D/DW/DWHEELER/Exception-Class-DBI-1.01.tar.gz with Makefile.PL >>> C:\Perl-5.24-64\bin\perl.exe Makefile.PL Checking if your kit is complete... Looks good Have \cpanfl~1.24-\var\megalib Want \perl-5~1.24-\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. Generating a dmake-style Makefile Writing Makefile for Exception::Class::DBI Writing MYMETA.yml and MYMETA.json DWHEELER/Exception-Class-DBI-1.01.tar.gz C:\Perl-5.24-64\bin\perl.exe Makefile.PL -- OK Running make for D/DW/DWHEELER/Exception-Class-DBI-1.01.tar.gz >>> dmake cp lib/Exception/Class/DBI.pm blib\lib\Exception\Class\DBI.pm DWHEELER/Exception-Class-DBI-1.01.tar.gz dmake -- OK Running make test >>> dmake test TEST_VERBOSE=1 "C:\Perl-5.24-64\bin\perl.exe" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib\lib', 'blib\arch')" t/*.t t/dbh.t ....... 1..27 ok 1 - use Exception::Class::DBI; ok 2 - Connect to database ok 3 - A reference of type 'CODE' isa 'CODE' ok 4 - Get exception ok 5 - An object of class 'Exception::Class::DBI::DBH' isa 'Exception::Class::DBI' ok 6 - An object of class 'Exception::Class::DBI::DBH' isa 'Exception::Class::DBI::H' ok 7 - An object of class 'Exception::Class::DBI::DBH' isa 'Exception::Class::DBI::DBH' ok 8 - Check err ok 9 - Check errstr ok 10 - Check error ok 11 - Check state ok 12 - Check retval ok 13 - Check warn ok 14 - Check active ok 15 - Check kids ok 16 - Check active_kids ok 17 - Check inactive_destroy ok 18 - Check trace_level ok 19 - Check fetch_hash_key_name ok 20 - Check chop_blanks ok 21 - Check long_read_len ok 22 - Check long_trunc_ok ok 23 - Check taint ok 24 - Check auto_commit ok 25 - Check db_name ok 26 - Check statement ok 27 - Check row_cache_size ok t/dbi.t ....... 1..14 ok 1 - use Exception::Class::DBI; ok 2 - Catch exception ok 3 # skip HandleError not yet fully supported by DBI->connect ok 4 # skip HandleError not yet fully supported by DBI->connect ok 5 # skip HandleError not yet fully supported by DBI->connect ok 6 # skip HandleError not yet fully supported by DBI->connect ok 7 # skip HandleError not yet fully supported by DBI->connect ok 8 # skip HandleError not yet fully supported by DBI->connect ok 9 # skip HandleError not yet fully supported by DBI->connect ok 10 # skip HandleError not yet fully supported by DBI->connect ok 11 # skip HandleError not yet fully supported by DBI->connect ok 12 # skip HandleError not yet fully supported by DBI->connect ok 13 # skip HandleError not yet fully supported by DBI->connect ok 14 # skip HandleError not yet fully supported by DBI->connect ok t/drh.t ....... 1..21 ok 1 - use Exception::Class::DBI; ok 2 - Caught exception ok 3 - An object of class 'Exception::Class::DBI::DRH' isa 'Exception::Class::DBI' ok 4 - An object of class 'Exception::Class::DBI::DRH' isa 'Exception::Class::DBI::H' ok 5 - An object of class 'Exception::Class::DBI::DRH' isa 'Exception::Class::DBI::DRH' ok 6 - Check err ok 7 - Check error ok 8 - Check errstr ok 9 - Check state ok 10 - Check retval ok 11 - Check warn ok 12 - Check active ok 13 - Check kids ok 14 - Check acitive_kids ok 15 - Check inactive_destroy ok 16 - Check trace_level ok 17 - Check fetch_hash_key_name ok 18 - Check chop_blanks ok 19 - Check long_read_len ok 20 - Check long_trunc_ok ok 21 - Check taint ok Useless use of \E at t/sth.t line 39. t/sth.t ....... 1..35 ok 1 - use Exception::Class::DBI; ok 2 - Connect to database ok 3 - A reference of type 'CODE' isa 'CODE' ok 4 - Get exception ok 5 - An object of class 'Exception::Class::DBI::STH' isa 'Exception::Class::DBI' ok 6 - An object of class 'Exception::Class::DBI::STH' isa 'Exception::Class::DBI::H' ok 7 - An object of class 'Exception::Class::DBI::STH' isa 'Exception::Class::DBI::STH' ok 8 - Check err ok 9 - Check errstr ok 10 - Check error ok 11 - Check state ok 12 - Check retval ok 13 - Check warn ok 14 - Check active ok 15 - Check kids ok 16 - Check active_kids ok 17 - Check compat_mode ok 18 - Check inactive_destroy ok 19 - Check trace_level ok 20 - Check fetch_hash_key_name ok 21 - Check chop_blanks ok 22 - Check long_read_len ok 23 - Check long_trunc_ok ok 24 - Check taint ok 25 - Check num_of_fields ok 26 - Check num_of_params ok 27 - Check field_names ok 28 - Check type ok 29 - Check precision ok 30 - 'Check scale' isa 'ARRAY' ok 31 - Check praram_values ok 32 - Check nullable ok 33 - Check cursor_name ok 34 - Check statement ok 35 - Check rows_in_cache ok t/subclass.t .. 1..12 ok 1 - use Exception::Class::DBI; ok 2 - The handler code ref should always be the same for the subclass ok 3 - The base class handler should always be the same code ref ok 4 - The subclass handler should be different from the base class handler ok 5 - Connect to database ok 6 - 'The HandleError attribute' isa 'CODE' ok 7 - Catch exception ok 8 - 'The exception' isa 'Exception::Class::DBI' ok 9 - 'The exception' isa 'Exception::Class::DBI::H' ok 10 - 'The exception' isa 'Exception::Class::DBI::STH' ok 11 - 'The exception' isa 'MyApp::Ex::DBI::STH' ok 12 - 'The exception' isa 'MyApp::Ex::DBI' ok t/z_pod.t ..... 1..1 ok 1 - POD test for blib/lib/Exception/Class/DBI.pm ok All tests successful. Files=6, Tests=110, 2 wallclock secs ( 0.11 usr + 0.00 sys = 0.11 CPU) Result: PASS DWHEELER/Exception-Class-DBI-1.01.tar.gz dmake test TEST_VERBOSE=1 -- OK David E. Wheeler <david@justatheory.com> DBI Exception objects >>> (cd C:\cpanfly-5.24-64\var\tmp\cpan_build\Exception-Class-DBI-1.01-ILqjrj && tar cvf - Exception-Class-DBI-1.01.ppd blib) | gzip -c >C:/cpanfly-5.24-64/var/REPO/D/DW/DWHEELER/Exception-Class-DBI-1.01.tar.gz Exception-Class-DBI-1.01.ppd blib/ blib/lib/ blib/lib/Exception/ blib/lib/Exception/Class/ blib/lib/Exception/Class/DBI.pm Finished 2016-09-01T16:29:33