File: Changes

package info (click to toggle)
libemail-date-format-perl 1.008-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 148 kB
  • sloc: perl: 187; makefile: 2
file content (33 lines) | stat: -rw-r--r-- 1,163 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
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