The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Calendar-Saka

1.20  Tue Jun 30 11:00:00 2015
      - Upgraded the dependency on Date::Saka::Simple v0.06.
      - Removed the dependecy on Date::Utils, no longer required.

1.19  Sat Jun 20 19:40:00 2015
      - Fixed the bug in the method from_gregorian().

1.18  Fri Jun 12 10:00:00 2015
      - Updated method _calendar() to validate month and year.

1.17  Mon May 25 14:40:00 2015
      - Dropped the dependency on Date::Utils::Saka.
      - Upgraded the dependency on Date::Saka::Simple v0.05.
      - Updated code w.r.t the above changes.

1.16  Sat May 02 20:50:00 2015
      - Added LICENSE file.

1.15  Thu Apr 23 23:45:00 2015
      - Re-structured and consumed Date::Utils::Saka as Moo Role.

1.14  Tue Apr 21 13:50:10 2015
      - Fixed the bug in the method _calendar() the last cell is empty.

1.13  Tue Apr 21 10:20:10 2015
      - Complete re-write using Moo with unit tests.

1.12  Fri Jan 16 15:20:10 2015
      - Removed SIGNATURE file.
      - Updated MANIFEST.SKIP file to ignore folder 'eumm/'.
      - Updated Copyright year information.

1.11  Fri Sep 12 22:30:19 2014
      - Deleted Build.PL file.
      - Removed dependency of Readonly.pm and Carp.pm.
      - Added section "REPOSITORY" to the pod
      - Added key "META_MERGE" to Makefile.PL

1.10  Tue Aug 09 16:32:11 2011
      - Made Readonly v1.03 as minimum requirement.
      - Prepared the distribution using the Module::Signature v0.68.

0.09  Tue Apr 19 10:42:55 2011
      - Fixed the typo in the pod.

0.08  Tue Apr 19 09:36:29 2011
      - Renamed tilte "SYNOPSIS" to "DESCRIPTION".

0.07  Mon Apr 18 17:22:11 2011
      - Updated description.
      - Renamed method days_in_year_month() to days_in_month().
      - Updated unit test 01-test-case.t regarding method name change.

0.06  Mon Apr 18 16:54:00 2011
      - Renamed title "Month Names" to "MONTHS" and set it head1.
      - Removed title "Saka Calendar for the month of Phalgun year 1932.".
      - Cosmetics changes.

0.05  Tue Apr 12 12:05:00 2011
      - Fixed buggy internal method _validate_date().
      - Added unit test 05-test-case.t

0.04  Tue Mar 29 10:53:10 2011
      - Added more information about the month name and weekdays of Saka calendar.

0.03  Fri Mar 18 14:15:16 2011
      - Corrected typo in the SYNOPSIS.

0.02  Fri Mar 18 12:29:00 2011
      - Renamed month "Caitra" to "Chaitra".
      - Updated SYNOPSIS to tell more about Saka Calendar.
      - Renamed method _days_in_caitra() to _days_in_chaitra().
      - Updated method to_julian() and from_julian() for month name "Chaitra".
      - Cleaned up method as_string() and method get_calendar().
      - Updated test 04-test-case.t for month name "Chaitra".
      - Updated pod for method days_in_year_month().

0.01  Thu Mar 17 16:10:29 2011
      - First version released.