PATH=/usr/bin:/bin Start 2011-06-20T15:32:34 ActivePerl-1200 CPAN-1.9402 Going to read '/home/fly1200/var/cpan/Metadata' Database was generated on Mon, 20 Jun 2011 18:27:51 GMT Running make for D/DW/DWHEELER/Exception-Class-DBI-1.01.tar.gz Checksum for /net/nas/data/cpan/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 CPAN.pm: Going to build D/DW/DWHEELER/Exception-Class-DBI-1.01.tar.gz >>> /home/fly1200/ap1200/bin/perl-static Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for Exception::Class::DBI >>> make cp lib/Exception/Class/DBI.pm blib/lib/Exception/Class/DBI.pm Manifying blib/man3/Exception::Class::DBI.3 DWHEELER/Exception-Class-DBI-1.01.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /home/fly1200/ap1200/bin/perl-static "-MExtUtils::Command::MM" "-e" "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 - The reference isa CODE ok 4 - Get exception ok 5 - The object isa Exception::Class::DBI ok 6 - The object isa Exception::Class::DBI::H ok 7 - The object 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 - The object isa Exception::Class::DBI ok 4 - The object isa Exception::Class::DBI::H ok 5 - The object 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 t/sth.t ....... 1..35 ok 1 - use Exception::Class::DBI; ok 2 - Connect to database ok 3 - The reference isa CODE ok 4 - Get exception ok 5 - The object isa Exception::Class::DBI ok 6 - The object isa Exception::Class::DBI::H ok 7 - The object 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, 1 wallclock secs ( 0.04 usr 0.01 sys + 0.40 cusr 0.03 csys = 0.48 CPU) Result: PASS DWHEELER/Exception-Class-DBI-1.01.tar.gz make test TEST_VERBOSE=1 -- OK David E. Wheeler <david@justatheory.com> DBI Exception objects >>> (cd /home/fly1200/var/cpan/build/Exception-Class-DBI-1.01-YlV_Gs && tar cvf - Exception-Class-DBI-1.01.ppd blib) | gzip -c >/home/fly1200/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 blib/man3/ blib/man3/Exception::Class::DBI.3 >>> mv /home/fly1200/var/cpan/build/Exception-Class-DBI-1.01-YlV_Gs/Exception-Class-DBI-1.01.ppd /home/fly1200/var/REPO/D/DW/DWHEELER Finished 2011-06-20T15:32:37