The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Date::Hijri::Simple

0.11  Sun Apr 24 11:20:00 2016
      - Updated the dependency on Date::Utils v0.16.

0.10  Thu Mar 17 16:25:00 2016
      - Added $AUTHORITY.
      - Added section "SEE ALSO".
      - Fixed typo in the pod document.
      - Updated copyright year information.

0.09  Tue Aug 25 10:30:00 2015
      - Added the dependency on Date::Utils v0.11.
      - Updated method validate_day() to make use of Date::Exception package.

0.08  Thu Jul 16 04:35:00 2015
      - Added the dependency on Date::Utils v0.10.
      - Added method get_calendar().

0.07  Sat Jul 04 20:00:00 2015
      - Added the dependency on Date::Utils v0.09.
      - Updated sample code in the section "SYNOPSIS".

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.