When I run make test for my module, I get error code 29 - Command failed
for target 'test_dynamic'.
Here is the test output:
# make test
PERL_DL_NONLAZY=1 /usr/local/bin/perl "-MExtUtils::Command::MM" "-e"
"test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/base.......
t/base.......ok
t/cursor.....
t/cursor.....ok
t/general....
t/general....ok
t/long.......
t/meta.......ok
t/ph_type....
t/ph_type....ok 11/19 expected 'trailing' but got 'trailing ' for VARCHAR2
t/ph_type....FAILED test 12
Failed 1/19 tests, 94.74% okay
t/plsql......
t/plsql......ok
t/reauth.....skipped
all skipped: no reason given
t/select.....
t/select.....ok
Failed Test Stat Wstat Total Fail Failed List of Failed
----------------------------------------------------------------------------
---
t/ph_type.t 19 1 5.26% 12
1 test skipped.
Failed 1/9 test scripts, 88.89% okay. 1/1535 subtests failed, 99.93% okay.
*** Error code 29
make: Fatal error: Command failed for target `test_dynamic'
Any help would be greatly appreciated.
-DB