The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
0.102		2019-11-09	T. R. Wyant
    - Add optional separator arg to datetime(). This tracks the same
      change in DateTime version 1.43 dated 2017-05-29. Thanks to Jean
      Forget for finding, isolating, and reporting this.

    - NOTE that the above change restores the 'T' separator in
      stringification, as it was before DateTime 1.43.

    - Add tests for datetime() method.

    - Eliminate redirections in POD URL links

0.101		2019-08-14	T. R. Wyant
    - Fix broken POD links, and add test to ensure they stay fixed.

0.100		2018-12-21	T. R. Wyant
    - Update author and copyright information.

    - Add author tests
    
    - Update metadata

0.04  2003-03-13	Eugene van der Pijll
    - changed output of datetime() to 2000-01-01J00:00:00, to be
      different from Gregorian dates.

    - removed bug in day_of_year calculation

    - removed "use Params::Validate", which was superfluous after v0.03

0.03  2003-03-08	Eugene van der Pijll
    - removed a bug: adding years now works correctly

    - added gregorian_deviation() function

    - changed module source to the development standards of the DateTime
      project

    - changed required version of DateTime to 0.08, and removed some
      workarounds that were necessary for version 0.07
      (last_day_of_month, _greg2rd, _rd2greg)

0.02  2003-02-16	Eugene van der Pijll
    - replaced POSIX::floor with a homegrown version

    - renamed _greg2rd and _rd2greg to _ymd2rd and _rd2ymd, in
      anticipation of a possible change in DateTime. The old names will
      still be available for a while for backward compatibility.

    - corrected the POD documentation on from_object (reported by Dave
      Rolsky)

    - removed some bugs in the test script (patch by Tatsuhiko Miyagawa)

    - perhaps most importantly, changed comment in t/1.t: -4712/1/1 is
      not JD 1, but JD 0

0.01  2003-02-14	Eugene van der Pijll
	- original version; the methods that are inherited from DateTime are
	  not well tested yet