DateTime::Timezone doesn't pass tests

2003-03-20 Thread fglock
DateTime::Timezone from CVS doesn't pass tests: t/02basic.t -> there is no method all_names (although it is in the docs) t/03link.t -> seems like it can't find 'America/Chicago' (this is RedHat Linux 7.3) - Flavio S. Glock

Re: DateTime::Timezone doesn't pass tests

2003-03-20 Thread Dave Rolsky
On Thu, 20 Mar 2003 [EMAIL PROTECTED] wrote: > DateTime::Timezone from CVS doesn't pass tests: > > t/02basic.t -> there is no method all_names (although > it is in the docs) > > t/03link.t -> seems like it can't find 'America/Chicago' You have to run tools/parse_olson in order to generate the ind

Re: DateTime::Timezone doesn't pass tests

2003-03-21 Thread fglock
Dave Rolsky wrote: > You have to run tools/parse_olson in order to generate the individual time > zones modules and DateTime::TimeZoneCatalog. Oops. It would be useful if the tests would tell you that, on failure. Or maybe Makefile.PL would call tools/parse_olson if you asked politely. - Flavio S

Re: DateTime::Timezone doesn't pass tests

2003-03-21 Thread fglock
Dave Rolsky wrote: > On Fri, 21 Mar 2003, fglock wrote: > > Dave Rolsky wrote: > > > You have to run tools/parse_olson in order to generate the individual time > > > zones modules and DateTime::TimeZoneCatalog. > > It would be useful if the tests would tell you that, on failure. > > Or maybe Makefi