It looks like DateTime::Format::Duration actually does exactly what my module does - albeit in a cleaner way.
Thanks for the help, everyone. On Jan 11, 2008 9:36 AM, Dave Rolsky <[EMAIL PROTECTED]> wrote: > On Thu, 10 Jan 2008, Luke Hutscal wrote: > > > Can I put my module into the DateTime namespace? Is there any other > module > > that does the same thing and I should instead be contributing to? > > As someone else pointed out, this should probably go somewhere under the > DateTime::Format namespace. > > _However_, there are already two modules which do similar things. One > already mentioned was DateTime::Format::Natual. This exists to _parse_ > human expressions of dates, which is not what yours does. > > Your module is really close to DateTime::Format::Duration. What can your > module do that that this one cannot? > > > -dave > > /*=================================================== > VegGuide.Org www.BookIRead.com > Your guide to all that's veg. My book blog > ===================================================*/ >
