Checking if your kit is complete... Looks good Writing Makefile for SQL::Statement cp lib/SQL/Dialects/ANSI.pm blib/lib/SQL/Dialects/ANSI.pm cp lib/SQL/Parser.pm blib/lib/SQL/Parser.pm cp lib/SQL/Statement/RAM.pm blib/lib/SQL/Statement/RAM.pm cp lib/SQL/Statement/Embed.pod blib/lib/SQL/Statement/Embed.pod cp lib/SQL/Statement/Util.pm blib/lib/SQL/Statement/Util.pm cp lib/SQL/Statement/GetInfo.pm blib/lib/SQL/Statement/GetInfo.pm cp lib/SQL/Statement/Structure.pod blib/lib/SQL/Statement/Structure.pod cp lib/SQL/Statement.pm blib/lib/SQL/Statement.pm cp lib/SQL/Dialects/CSV.pm blib/lib/SQL/Dialects/CSV.pm cp lib/SQL/Eval.pm blib/lib/SQL/Eval.pm cp lib/SQL/Statement/Syntax.pod blib/lib/SQL/Statement/Syntax.pod cp lib/SQL/Dialects/AnyData.pm blib/lib/SQL/Dialects/AnyData.pm cp lib/SQL/Statement/Functions.pm blib/lib/SQL/Statement/Functions.pm Manifying blib/man3/SQL::Parser.3 Manifying blib/man3/SQL::Statement.3 Manifying blib/man3/SQL::Statement::Embed.3 Manifying blib/man3/SQL::Statement::Syntax.3 Manifying blib/man3/SQL::Eval.3 Manifying blib/man3/SQL::Statement::Structure.3 Manifying blib/man3/SQL::Statement::Functions.3 PERL_DL_NONLAZY=1 /home/cpanrun/ia64/build/5.8.2/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/00error............1..6 SQL::Statement v.1.15 ok 1 - Parse RaiseError=0 (default) ok 2 - Parse RaiseError=1 ok 3 - $stmt->errstr with no error ok 4 - Execute RaiseError=0 (default) ok 5 - Execute RaiseError=1 ok 6 - $stmt->errstr with error ok t/01prepare..........SQL::Statement v.1.15 1..100 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 ok 26 ok 27 ok 28 ok 29 ok 30 ok 31 ok 32 ok 33 ok 34 ok 35 ok 36 ok 37 ok 38 ok 39 ok 40 ok 41 ok 42 ok 43 ok 44 ok 45 ok 46 ok 47 ok 48 ok 49 ok 50 ok 51 ok 52 ok 53 ok 54 ok 55 ok 56 ok 57 ok 58 ok 59 ok 60 ok 61 ok 62 ok 63 ok 64 ok 65 ok 66 ok 67 ok 68 ok 69 ok 70 ok 71 ok 72 ok 73 ok 74 ok 75 ok 76 ok 77 ok 78 ok 79 ok 80 ok 81 ok 82 ok 83 ok 84 ok 85 ok 86 ok 87 ok 88 ok 89 ok 90 ok 91 ok 92 ok 93 ok 94 ok 95 ok 96 ok 97 ok 98 ok 99 ok 100 ok t/02executeDirect....SQL::Statement v.1.15 1..24 ok 1 - $parser->new ok 2 - $stmt->new ok 3 - $stmt->command ok 4 - $stmt->params ok 5 - $stmt->tables ok 6 - $stmt->columns ok 7 - $stmt->column_names ok 8 - $stmt->order ok 9 - $stmt->where->op ok 10 - $stmt->where->neg ok 11 - $stmt->where->arg1 ok 12 - $stmt->where->arg2 ok 13 - $stmt->limit ok 14 - $stmt->offset ok 15 - $stmt->row_values ok 16 - structure ok 17 - command ok 18 - distinct ok 19 - $stmt->execute CREATE ok 20 - $stmt->execute INSERT ok 21 - $stmt->execute INSERT ok 22 - $stmt->execute SELECT ok 23 - $stmt->where_hash ok 24 - $stmt->fetch ok t/03executeDBD.......SQL::Statement v.1.15 1..0 # Skip Requires DBI and DBD::File skipped all skipped: Requires DBI and DBD::File t/04names............1..0 # Skip DBI or DBD::File not available skipped all skipped: DBI or DBD::File not available t/05create...........1..0 # Skip No DBI or DBD::File available skipped all skipped: No DBI or DBD::File available t/06group............1..0 # Skip No DBI or DBD::File available skipped all skipped: No DBI or DBD::File available t/07case.............1..0 # Skip No DBI or DBD::File available skipped all skipped: No DBI or DBD::File available t/08join.............1..0 # Skip No DBD::File available skipped all skipped: No DBD::File available t/09ops..............1..18 SQL::Statement v.1.15 ok 1 - unknwon type ok 2 - create type ok 3 - user-defined type ok 4 - known type ok 5 - drop type ok 6 - unknown type ok 7 - unknown keyword ok 8 - create keyword ok 9 - user-defined keyword ok 10 - known keyword ok 11 - drop keyword ok 12 - keyword as identifier ok 13 - unknown operator ok 14 - create operator ok 15 - user-defined operator ok 16 - known operator ok 17 - drop operator ok 18 - unkown operator ok t/10limit............1..2 SQL::Statement v.1.15 ok 1 - limit with order by ok 2 - limit without order by ok t/11functions........1..23 SQL::Statement v.1.15 ok 1 - min ok 2 - max ok 3 - sum ok 4 - count ok 5 - avg ok 6 - current_date/time/timestamp ok 7 - char_length ok 8 - position ok 9 - lower ok 10 - upper ok 11 - concat good ok 12 - concat bad ok 13 - coalesce ok 14 - nvl ok 15 - decode ok 16 - replace ok 17 - substitute ok 18 - substr ok 19 - trim ok 20 - soundex match ok 21 - soundex no match ok 22 - regex match ok 23 - regex no match ok t/12eval.............1..15 SQL::Statement v.1.15 ok 1 - eval row($val) ok 2 - eval row() ok 3 - eval column($val) ok 4 - eval column() ok 5 - eval params($val) ok 6 - eval params() ok 7 - eval column($tbl,$col,$val) ok 8 - ram seek(bad whence) ok 9 - ram seek(bad index) ok 10 - ram seek(pos=2) ok 11 - $function->type ok 12 - $function->name ok 13 - $column->type ok 14 - function validate - no sub ok 15 - function validate ok t/13call.............1..2 SQL::Statement v.1.15 ok 1 - call function ok 2 - call function ok t/14allcols..........1..0 # Skip No DBI or DBD::File available skipped all skipped: No DBI or DBD::File available All tests successful, 7 tests skipped. Files=15, Tests=190, 6 wallclock secs ( 4.66 cusr + 0.76 csys = 5.42 CPU) Installing /home/cpanrun/ia64/build/5.8.2/lib/site_perl/5.8.2/SQL/Parser.pm Installing /home/cpanrun/ia64/build/5.8.2/lib/site_perl/5.8.2/SQL/Statement.pm Installing /home/cpanrun/ia64/build/5.8.2/lib/site_perl/5.8.2/SQL/Eval.pm Installing /home/cpanrun/ia64/build/5.8.2/lib/site_perl/5.8.2/SQL/Dialects/ANSI.pm Installing /home/cpanrun/ia64/build/5.8.2/lib/site_perl/5.8.2/SQL/Dialects/CSV.pm Installing /home/cpanrun/ia64/build/5.8.2/lib/site_perl/5.8.2/SQL/Dialects/AnyData.pm Installing /home/cpanrun/ia64/build/5.8.2/lib/site_perl/5.8.2/SQL/Statement/RAM.pm Installing /home/cpanrun/ia64/build/5.8.2/lib/site_perl/5.8.2/SQL/Statement/Embed.pod Installing /home/cpanrun/ia64/build/5.8.2/lib/site_perl/5.8.2/SQL/Statement/Util.pm Installing /home/cpanrun/ia64/build/5.8.2/lib/site_perl/5.8.2/SQL/Statement/GetInfo.pm Installing /home/cpanrun/ia64/build/5.8.2/lib/site_perl/5.8.2/SQL/Statement/Structure.pod Installing /home/cpanrun/ia64/build/5.8.2/lib/site_perl/5.8.2/SQL/Statement/Syntax.pod Installing /home/cpanrun/ia64/build/5.8.2/lib/site_perl/5.8.2/SQL/Statement/Functions.pm Installing /home/cpanrun/ia64/build/5.8.2/man/man3/SQL::Parser.3 Installing /home/cpanrun/ia64/build/5.8.2/man/man3/SQL::Statement.3 Installing /home/cpanrun/ia64/build/5.8.2/man/man3/SQL::Statement::Embed.3 Installing /home/cpanrun/ia64/build/5.8.2/man/man3/SQL::Statement::Syntax.3 Installing /home/cpanrun/ia64/build/5.8.2/man/man3/SQL::Eval.3 Installing /home/cpanrun/ia64/build/5.8.2/man/man3/SQL::Statement::Structure.3 Installing /home/cpanrun/ia64/build/5.8.2/man/man3/SQL::Statement::Functions.3 Appending installation info to /home/cpanrun/ia64/build/5.8.2/lib/5.8.2/IA64.ARCHREV_0-thread-multi/perllocal.pod