Revision history for Date::Cmp

0.05	Fri Aug  8 15:41:55 EDT 2025
	Ensure datecmp('BET 1830 AND 1832', '1831') and datecmp('1830-1832', '1831') give the same result

0.04	Wed Jul 30 20:46:29 EDT 2025
	Set the minumum version of DateTime::Format::Genalogy to 0.11 to fix
		https://www.cpantesters.org/cpan/report/ff105486-6c5d-1014-ac19-ce1abe40bcc7
	compare BET 1830 AND 1832 with 1832 now returns 0
	Fix the use of ? for approximate dates on the right side

0.03	Thu Jul  3 10:38:28 EDT 2025
	use ABSTRACT_FROM
	Correctly compare 16/11/1689' <=> '1659-07-01'

0.02	Thu Jul  3 08:00:42 EDT 2025
	Use of uninitialized value $start

0.01	Wed Jul  2 17:06:14 EDT 2025
        First draft