Revision history for Perl module Gedcom::Date

0.09  2015-11-26T08:32:00
	- Update Gedcom::Date::Simple._date_as_text() from long_date_format() to date_format_long().
	- Add github repo https://github.com/ronsavage/Gedcom-Date.
	- Modernize Makefile.PL, and update pre-reqs.
	- Update date format used in this file.
	- Update MANIFEST.
	- Update MANIFEST.SKIP.
	- Switch from Test::More to Test::Stream.
	- Remove Build.PL.
	- Remove t/001_load.t.
	- Add use strict and warnings to t/*.t.

0.08  2015-02-18T16:32:00
	- Rename CHANGES to Changes as per CPAN::Spec::Changes.

0.07  2015-02-18T16:32:00
	- Rename CHANGES to Changes as per CPAN::Spec::Changes.
	- Replace /usr/bin/perl with /usr/bin/env perl.
	- Replace common::sense with use strict and use warnings, to get uninit var warnings.

0.06  2010-02-17T12:00:00
	- Rename Changes to CHANGES.

0.05  2010-02-11T12:00:00
	- Change %y to %Y. RT#52372. Thanx to Rob Fugina.
	- Add Build.PL, Changelog.ini, MANIFEST.SKIP and MYMETA.yml.

0.04  2003-08-31T12:00:00
    - BUG FIX: latest() and earliest() now return the correct values
      for 'MONTH YEAR' dates

    - new method add() does date math

    - new method clone() makes a deep copy of the object

    - new method sort_date() returns a string that is suited for
      sorting, e.g. in indices

0.03  2003-08-03T12:00:00
    - incomplete dates ("AUG 2003", "2003") are now handled correctly

0.02  2003-08-02T12:00:00
    - added a localizable output routine as_text()

0.01  2003-07-20T12:00:00
	- original version

