That's a thought - basically all it does is convert integer values to phrases - 200 to "3 minutes, 20 seconds", or 3612 to "24 hours, 12 seconds".
Seeing as the module doesn't really make sense for inclusion into the DateTime::* namespace, does anyone have any recommendations on a better namespace to put it in? Thanks, Luke On Jan 11, 2008 1:48 PM, Rick Measham <[EMAIL PROTECTED]> wrote: > Luke Hutscal wrote: > > I am not quite sure that I explained my module very clearly - it doesn't > > really do anything with DateTime objects in particular - > > Ahh, that's the rub. The DateTime::* namespace is for modules that > interact with DateTime objects. > > Maybe you could look at putting it in Date:: or Time:: or TimeDate:: ? > > Cheers! > Rick Measham > >
