On Fri, 30 May 2003, Hill, Ronald wrote: > Using G:/modules/DateTime.pm/blib > t\00load..............ok > t\01sanity............ok > t\02last_day..........ok > t\03components........ok > t\04epoch.............NOK 25# Failed test (t\04epoch.t at line 96) > # got: undef > # expected: '-2082844800' > The 'day' parameter to DateTime::new was an 'undef', which is not one of the > allowed types: sca > at t\04epoch.t line 101 > # Looks like you planned 28 tests but only ran 25. > # Looks like your test died just after 25. > t\04epoch.............dubious > Test returned status 255 (wstat 65280, 0xff00) > DIED. FAILED tests 25-28 > Failed 4/28 tests, 85.71% okay
What version of Perl do you have installed? I bet this is because you're using an earlier version of Time::Local, because I have problems with these tests using Perl 5.00503 on my Linux box. > t\20infinite..........NOK 12# Failed test (t\20infinite.t at line 55) > # got: '1.#QNAN' > # expected: '-1.#IND' > t\20infinite..........NOK 13# Failed test (t\20infinite.t at line 55) > # got: '1.#QNAN' > # expected: '-1.#IND' > t\20infinite..........NOK 14# Failed test (t\20infinite.t at line 55) > # got: '0' > # expected: '-1.#IND' This is just weird. Why does Windows think that infinity - infinity = 0 for the third subtraction, but not the first two? I'm so confused. -dave /*======================= House Absolute Consulting www.houseabsolute.com =======================*/
