Revision history for Date::Hijri::Simple
0.06 Thu Jun 25 11:40:00 2015
- Updated method to_gregorian() to return (yyyy,mm,dd) to be consistent with other Date::* packages of mine.
- Updated unit test to respect the above changes.
- Tidied up POD document in general.
0.05 Mon Jun 22 11:40:00 2015
- Added unit test method from_gregorian() and from_julian().
- Updated section "SYNOPSIS" and added example for the above two methods.
0.04 Tue Jun 16 10:35:00 2015
- Updated the method validate_day() to handle undef appropriately.
0.03 Mon May 25 02:30:00 2015
- Removed the dependency on Date::Utils::Hijri.
- Added the dependency on Date::Utils v0.08.
- Added the dependency on List::Util v1.41.
- Merged the code Date::Utils::Hijri into Date::Hijri::Simple.
- Updated code in the section "SYNOPSIS".
0.02 Thu Apr 23 23:30:00 2015
- Re-structured and consumed Date::Utils::Hijri as Moo Role.
0.01 Sun Apr 19 10:45:00 2015
- First version, released.