I worked on this today. Now I'm getting some test failures with "make
disttest" that need to be reviewed:
t/name.t ........................ 1/14
# Failed test at t/name.t line 15.
Can't call method "name" on an undefined value at t/name.t line 24.
# Looks like you planned 14 tests but ran 4.
# Looks like you failed 1 test of 4 run.
# Looks like your test exited with 13 just after 4.
t/name.t ........................ Dubious, test returned 13 (wstat 3328,
0xd00)
Failed 11/14 subtests
t/new_with_undef.t .............. ok
t/parse_dsn.t ................... ok
t/remote_addr.t ................. ok
t/session_param_undef.t ......... 1/21
# Failed test at t/session_param_undef.t line 52.
Can't call method "param" on an undefined value at
t/session_param_undef.t line 61.
# Looks like you planned 21 tests but ran 3.
# Looks like you failed 1 test of 3 run.
# Looks like your test exited with 13 just after 3.
t/session_param_undef.t ......... Dubious, test returned 13 (wstat 3328,
0xd00)
Failed 19/21 subtests
t/str2seconds.t ................. ok
t/symlink_db_file.t ............. ok
t/symlink_file.t ................ ok
Test Summary Report
-------------------
t/name.t (Wstat: 3328 Tests: 4 Failed: 1)
Failed test: 1
Non-zero exit status: 13
Parse errors: Bad plan. You planned 14 tests but ran 4.
t/session_param_undef.t (Wstat: 3328 Tests: 3 Failed: 1)
Failed test: 2
Non-zero exit status: 13
Parse errors: Bad plan. You planned 21 tests but ran 3.