Re: Does event fall within weekly recurring range?

2010-01-03 Thread Dave Rolsky

On Sun, 3 Jan 2010, James E Keenan wrote:


I went ahead and modularized the program.

You can get it from CPAN: 
http://search.cpan.org/dist/DateTime-Subspan-Weekly/


Or get blead from github:  http://github.com/jkeenan/datetime-subspan-weekly

Feedback still welcome.  Thank you very much.


Since it doesn't really fit in with the standard DateTime APIs, I'd prefer 
that it have a DateTimeX prefix.


Otherwise it looks good.


-dave

/*
http://VegGuide.org   http://blog.urth.org
Your guide to all that's veg  House Absolute(ly Pointless)
*/


Re: Does event fall within weekly recurring range?

2010-01-03 Thread James E Keenan

James E Keenan wrote:


The attached file, zinspan.pl, is my first attempt at using DateTime to
solve a practical problem. I am looking for feedback both on the
program's validity and on whether there is the making of a new DateTime
module in it.



I went ahead and modularized the program.

You can get it from CPAN: 
http://search.cpan.org/dist/DateTime-Subspan-Weekly/


Or get blead from github:  http://github.com/jkeenan/datetime-subspan-weekly

Feedback still welcome.  Thank you very much.
Jim Keenan