Re: Proposed Module: Date::FromToday

2011-03-30 Thread Matt S Trout
On Sun, Mar 27, 2011 at 12:52:36AM -0500, Adam wrote: > I'm proposing a module named "Date::FromToday". > > It is used to calculate the date in the future/past from the localtime > the object was created. I use it for calculating file names based off > of timespan from today. Does this namespace

Re: Proposed Module: Date::FromToday

2011-03-28 Thread brian d foy
[[ This message was both posted and mailed: see the "To," "Cc," and "Newsgroups" headers for details. ]] In article , Adam wrote: > I'm proposing a module named "Date::FromToday". > > It is used to calculate the date in the future/past from the localtime > the object was created. I use it f

Proposed Module: Date::FromToday

2011-03-27 Thread Adam
I'm proposing a module named "Date::FromToday". It is used to calculate the date in the future/past from the localtime the object was created. I use it for calculating file names based off of timespan from today. Does this namespace look valid? Simple usage with defaults my $date = Date::FromT