Why not adopt me?
This distribution is up for adoption!
If you're interested then please contact the PAUSE module admins via
email.
NAME
Time::DaysInMonth -- simply report the number of days in a month
SYNOPSIS
use Time::DaysInMonth;
$days = days_in($year, $month_1_to_12);
$leapyear = is_leap($year);
DESCRIPTION
DaysInMonth is simply a package to report the number of days in a month. That's all it does. Really!
AUTHOR
David Muir Sharnoff <muir@idiom.com>