On Wed, 19 Feb 2003, Stephen R. Wilcoxon wrote: > First, on both Solaris 2.6 (Ultra-2) and FreeBSD 4.6.2 (P2-233) under perl > 5.6.1, DateTime::TimeZone fails make test with: > > t/01load.....ok > t/02basic....ok 1468/1478Can't locate object method "utc_year" via package >"DateTime" (perhaps you forgot to load "DateTime"?) at >/home/.cpan/build/DateTime-TimeZone-0.06/blib/lib/DateTime/TimeZone/America/Chicago.pm > line 1834. > # Looks like you planned 1478 tests but only ran 1468. > # Looks like your test died just after 1468. > t/02basic....dubious > Test returned status 255 (wstat 65280, 0xff00) > DIED. FAILED tests 1469-1478 > Failed 10/1478 tests, 99.32% okay > t/03link.....ok > t/04local....ok > > After that failure, DateTime still tries to build and has the following > problems: > > On Solaris, it "sticks" on t/05tz test 24 and uses about 1.3GB or memory > and 40% of the cpu. > > On FreeBSD, it fails with the following (probably as a result of only > having DateTime::TimeZone 0.05):
Yes. Force the installation of DateTime::TimeZone 0.06 and it should all work. -dave /*======================= House Absolute Consulting www.houseabsolute.com =======================*/
