Skip Menu |

This queue is for tickets about the Data-FormValidator CPAN distribution.

Maintainer(s)' notes

This is the bug queue for Data::FormValidator.

Report information
The Basics
Id: 15715
Status: resolved
Priority: 0/
Queue: Data-FormValidator

People
Owner: MARKSTOS [...] cpan.org
Requestors: perl [...] peeron.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 4.02
Fixed in: (no value)



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.
Date: Fri, 11 Nov 2005 15:48:08 -0500
From: Mark Stosberg <mark [...] summersault.com>
To: Guest via RT <bug-Data-FormValidator [...] rt.cpan.org>
Subject: Re: [cpan #15715] Undocumented dependancy
RT-Send-Cc:
On Fri, Nov 11, 2005 at 03:44:19PM -0500, Guest via RT wrote: Show quoted text
> > This message about Data-FormValidator was sent to you by guest <> via rt.cpan.org > > Full context and any attached attachments can be found at: > <URL: https://rt.cpan.org/Ticket/Display.html?id=15715 > > > 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.
Thanks for the report. This will be addressed in the next release. I've adressed in my personal repo now. Mark