Re: Proposed module for the DateTime namespace

2008-04-07 Thread Zefram
Frazer Irving wrote: >Second, I am planning make this module a subclass of DateTime::Span. Are >there any problems with this approach I may be unaware of? This seems silly. Your comparison functions will be most useful if they can be applied to DateTime::Span objects. As far as I can see your su

Proposed module for the DateTime namespace

2008-04-07 Thread Frazer Irving
Hi all, I would like to write a module for inclusion in the DateTime namespace. The purpose of the module is to provide extra comparison methods between DateTime::Span objects. I'm basically wanting to reimplement the ideas in the existing package Date::Interval using DateTime as the underlying da