Re: Simplifying DateTime

2005-08-17 Thread Dave Rolsky
On Wed, 17 Aug 2005, Rick Measham wrote: .. to combat this, I looked at Dave's Class::ClassDecorator and released a proof-of-concept DateTime::Decorated module on this mailing list. Unfortunately Class::ClassDecorator requires that all the decorating classes play nice by using NEXT or super,

Re: Simplifying DateTime

2005-08-17 Thread Dave Rolsky
On Wed, 17 Aug 2005, Rick Measham wrote: I'm cool with that .. I guess then that each Format module that is 'use'd would somehow publish methods to the DateTime Class rather than an object? I'm not sure how this would be technically done using your example code .. So now if you use a CPAN