Re: Re: pls suggest a faster date manipulation package

2004-07-28 Thread [EMAIL PROTECTED]
great. I wanted to do date comparisons. When I used Date::Calc I found it superfast (takes only seconds) while the Date::Manip is still terribly slow(takes days to process). Only problem I am finding is Date::Calc does not seem to come with default perl packages. And I am behind a corpor

Re: Re: pls suggest a faster date manipulation package

2004-07-28 Thread Dave Rolsky
On Wed, 28 Jul 2004, [EMAIL PROTECTED] wrote: > great. I wanted to do date comparisons. When I used Date::Calc I found it > superfast (takes only seconds) while the Date::Manip is still terribly > slow(takes days to process). Only problem I am finding is Date::Calc does > not seem to come w

Bug: Storable on Infinite Dates Broken

2004-07-28 Thread Max Campos
Just FYI - Storable freeze seems to fail when running against a DateTime::Infinite::Future/Past object. I believe it's because $self->{locale} is not being defined. I don't have a patch, but I thought you may want to at least scribble this one down in the bug tracker. ==