in reply to Re: date validation module
in thread date validation module

Update: After doing some testing, I've found that Time::Local's checking is pretty dumb. Specifically, it assumes every month has 31 days. I added a statment — the last one — to the snippet in this node to fix the problem.
This appears to be fixed in the Time::Local included with 5.8.0 and later.