Revision history for Date::Saka::Simple
0.06 Wed Jun 24 12:40:00 2015
- Added unit test for method from_gregorian() and from_julian().
- Added code for method from_gregorian() and from_julian() to the pod.
0.05 Mon May 25 14:30:00 2015
- Removed the dependency on Date::Utils::Saka.
- Added the dependency on Date::Utils v0.08.
- Added the dependency on List::Util v1.41.
- Merged the code from Date::Utils::Saka into Date::Saka::Simple.
- Updated unit test w.r.t the merged code.
- Added more code to the section "SYNOPSIS".
0.04 Wed May 20 09:40:00 2015
- Added missing dependency Date::Calc.
- Updated method as_string() to return Saka date in correct format i.e. days to be 2-digits always.
- Added unit test for the following methods:
- add_days(), minus_days(), add_months, minus_months, add_years and minus_years().
- Updated the following methods to return $self, so that it can be chained.
- add_days(), minus_days(), add_months, minus_months, add_years and minus_years().
0.03 Thu Apr 23 23:33:00 2015
- Re-structured and consumed Date::Utils::Saka as Moo Role.
0.02 Mon Apr 20 11:25:00 2015
- Made Date::Utils v0.06 as minimum requirement, as reported by CPAN Testers.
0.01 Sun Apr 19 19:10:00 2015
- First version, released.