There's a regression in a module of mine because one of the tests checks to see that the string
Sat, 12 November 1955 22:02:00 can still be parsed and, er,r it can't any more. It used to work with Date::Parse (which relies on Time::Local AFAIK) just fine. DateTime::Format::DateParse fails tests on my system with errors like t/03_getdate....NOK 133 # Failed test '2002-11-07T23:31:49-05:00 0 0' # in t/03_getdate.t at line 182. # got: '2002-11-07T23:31:49' # expected: '2002-11-08T04:31:49' # Looks like you failed 103 tests of 135. t/03_getdate....dubious Test returned status 103 (wstat 26368, 0x6700) DIED. FAILED tests 1-5, 9, 11, 13-17, 23-24, 27, 35-49, 51-80, 83-86, 89-95, 97-102, 105-122, 126-133 Failed 103/135 tests, 23.70% okay (less 1 skipped test: 31 okay, 22.96%) Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t/03_getdate.t 103 26368 135 103 76.30% 1-5 9 11 13-17 23-24 27 35-49 51- 80 83-86 89-95 97-102 105-122 126-133 Latest versions of DateTime, Date::Parse, Time::Local. [EMAIL PROTECTED] $ uname -a FreeBSD bacchus.thegestalt.org 6.1-RC FreeBSD 6.1-RC #0: Wed Apr 19 21:17:35 BST 2006 [EMAIL PROTECTED]:/usr/src/sys.exo/i386/compile/EXOJAIL i386 [EMAIL PROTECTED] $ perl -v This is perl, v5.8.8 built for i386-freebsd-64int (with 1 registered patch, see perl -V for more detail) Any ideas? Simon