Subject: | Undocumented dependancy |
When trying to install D:FV using cpan, I get the following errors in testing:
t/dates..................................NOK 16# "check_time" is not exported by the Date::Calc module
# Can't continue after import errors at (eval 16) line 1
# Failed test (t/dates.t at line 62)
t/dates..................................NOK 17Not an ARRAY reference at t/dates.t line 63.
# Looks like you failed 2 tests of 17.
# Looks like your test died just after 17.
t/dates..................................dubious
Test returned status 255 (wstat 65280, 0xff00)
Scalar found where operator expected at (eval 152) line 1, near "'int' $__val"
(Missing operator before $__val?)
DIED. FAILED tests 16-17
Failed 2/17 tests, 88.24% okay
t/dates_closure..........................ok 15/0# Failed test (t/dates_closure.t at line 57)
# "check_time" is not exported by the Date::Calc module
# Can't continue after import errors at /home/dan/.cpan/build/Data-FormValidator-4.02/blib/lib/Data/FormValidator/Results.pm line 943
t/dates_closure..........................NOK 16# Failed test (t/dates_closure.t at line 59)
Not an ARRAY reference at t/dates_closure.t line 60.
t/dates_closure..........................NOK 17# Looks like you failed 2 tests of 17.
# Looks like your test died just after 17.
t/dates_closure..........................dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 16-17
Failed 2/17 tests, 88.24% okay
This is using the system's Date::Calc 4.3. When I upgraded Date::Calc to 5.4, the tests pass.