Revision history for Date::Utils 0.09 Sun Jun 14 10:40:00 2015 - Updated the following methods to handle undef (day,month and year). - validate_day() - validate_month() - validate_year() 0.08 Sun Apr 26 13:20:00 2015 - Added unit test script t/01-date-utils.t file. 0.07 Thu Apr 23 10:05:00 2015 - Re-structured as Moo Role. 0.06 Sun Apr 19 18:50:00 2015 - Added the following methods to the package Date::Utils - $SAKA_MONTHS - $SAKA_DAYS - $SAKA_YEAR - $SAKA_MONTH - $SAKA_DAY - saka_to_gregorian - saka_to_julian - days_in_saka_month_year - julian_to_saka - gregorian_to_saka 0.05 Sun Apr 19 03:10:00 2015 - Added the following methods to the package Date::Utils - $HIJRI_EPOCH - $HIJRI_DAYS - $HIJRI_MONTHS - $HIJRI_YEAR - $HIJRI_MONTH - $HIJRI_DAY - hijri_to_gregorian() - hijri_to_julian() - days_in_hijri_year() - days_in_hijri_month_year() - gregorian_to_hijri() - is_hijri_leap_year() 0.04 Sat Apr 18 03:20:00 2015 - Exporting method days_in_persian_month_year(). - Added description to the pod of method days_in_persian_month_year(). 0.03 Sat Apr 18 02:45:00 2015 - Added the following methods: - $PERSIAN_EPOCH - $PERSIAN_DAYS - $PERSIAN_MONTHS - $PERSIAN_YEAR - $PERSIAN_MONTH - $PERSIAN_DAY - persian_to_gregorian() - persian_to_julian() - julian_to_persian() - gregorian_to_persian() - is_persian_leap_year() 0.02 Fri Apr 17 16:05:00 2015 - Corrected the copyright year in the README file. 0.01 Fri Apr 17 15:45:00 2015 - First version, released.