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 Email-Date-Format

1.008     2023-01-13 21:44:14-05:00 America/New_York
        - use the version of Time::Local that doesn't guess at whether a year
          is 99 or 1999 🙂
        - skip tests on Win32 that never pass
        - modernize just a bit of code

1.007     2022-12-31 21:19:59-05:00 America/New_York
        - update author info

1.006     2022-10-22 16:01:01-04:00 America/New_York
        - update packaging
        - avoid using ambiguous 2 digit years (thanks, bitcardbmw@lsmod.de)

1.005     2014-10-13 08:32:03-04:00 America/New_York
          fix documentation of export names (thanks, Thomas Klausner!)

1.004     2013-08-05 08:09:14 America/New_York
          fix repo and bugtracker link (stupid case sensitivity!)
          (thanks, Slaven Rezic!)

1.003     2013-08-02 18:05:49 America/New_York
          new repo, new bugtracker

1.002     2007-12-03
          brings all docs into agreement: this produces 2822, not 822, dates

1.001     2007-12-01
          be isa Exporter, since "use Exporter 'import'" wasn't in 5.006

1.000     2007-11-30
          refactored from Email::Date to avoid large prereq chain