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

0.19  Thu Apr 23 23:35:00 2015
      - Re-structured and consumed Date::Utils::Bahai as Moo Role.

0.18  Tue Apr 21 13:45:00 2015
      - Fixed the bug in the method _calendar() the last cell is empty.

0.17  Sun Apr 19 02:45:00 2015
      - Fixed the bug in the method _calendar() when the first day of the month is Sunday.

0.16  Sat Apr 18 02:20:00 2015
      - Removed Date::Bahai and replaced with Date::Bahai::Simple.
      - Moved calendar generation code out of Date::Utils.

0.15  Fri Apr 17 16:00:00 2015
      - Restructured the distribution to make use of new packages Date::Utils
        and Date::Bahai.

0.14  Fri Apr 17 14:50:00 2015
      - Made default month as current bahai month.
      - Documented CONSTRUCTOR in the pod document.
      - Added more code to the section SYNOPSIS.

0.13  Fri Apr 17 12:00:00 2015
      - Cleaned up method Calendar::Bahai::BUILD() and removed duplicate code.
      - Cleaned up method Calendar::Bahai::current() and removed duplicate code.
      - Updated pod description of the following methods in the package Calendar::Bahai:
        - from_gregorian()
        - from_julian()
      - Tidied up method Calendar::Bahai::_calendar() and extracted out common code
        to the get_bahai_month_calendar() in the package Calendar::Bahai::Utils.
      - Renamed method validate_year() to validate_bahai_year()
      - Renamed method validate_month() to validate_bahai_month()
      - Renamed method validate_day() to validate_bahai_day()
      - Enabled method validate_bahai_month()
      - Added the following methods to the package Calendar::Bahai::Utils:
        - bahai_to_gregorian()
        - bahai_to_julian()
        - get_bahai_month_calendar()
      - Updated pod description of the following methods in the package Calendar::Bahai::Utils:
        - gregorian_to_bahai()
        - julian_to_bahai()
        - julian_t0_gregorian()
        - get_major_cycle_year()

0.12  Thu Apr 16 16:50:00 2015
      - Complete re-write of the entire distribution using Moo with unit tests.

0.11  Fri Mar 20 10:30:00 2015
      - Added LICENSE file.
      - Tidied up pod document in general.

0.10  Fri Jan 16 15:05:00 2015
      - Removed SIGNATURE file.
      - Updated MANIFEST.SKIP file to ignore folder 'eumm/'.
      - Updated Copyright year information.

0.09  Sat Oct 18 09:00:00 2014
      - Patched RT: 99109.

0.08  Fri Sep 12 20:06:10 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

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

0.06  Tue Apr 19 09:17:23 2011
      - Renamed title "SYNOPSIS" to "DESCRIPTION".

0.05  Mon Apr 18 16:42:10 2011
      - More cosmetics changes.

0.04  Mon Apr 18 15:47:00 2011
      - Cosmetics changes.

0.03  Tue Apr 12 12:29:29 2011
      - Fixed the internal method _validate_date().
      - Added unit test 01-test-case.t

0.02  Fri Apr 08 15:59:10 2011
      - Updated pod for SYNOPSIS.
      - Updated some of the sample code in the pod.

0.01  Fri Mar 25 15:31:00 2011
      - First version, released.