File: Changes

package info (click to toggle)
libemail-date-perl 1.104-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 132 kB
  • sloc: perl: 60; makefile: 2
file content (31 lines) | stat: -rw-r--r-- 839 bytes parent folder | download | duplicates (3)
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
Revision history for Email-Date

1.104     2013-08-02 18:00:42 America/New_York
        point to new repo, new bug tracker, suggest users just use other
        libraries when possible

1.103   2007-11-30
        generation of dates now done by Email::Date::Format

1.102   2007-03-22
        remove uneeded dep on Email::Simple
        packaging improvements

1.101   2006-08-01
        fix a bug in testing; tests would only pass in second 2/3 of month
        (thanks Danial Pearce)

1.10    2006-07-21
        add format_gmdate
        if no date was found, return undef, not the current time
        tests
        list Email::Abstract as a prereq

1.03    2004-09-23
        Email::Abstract is not required, and is only loaded when needed.

1.02    2004-07-25
        s/gmtime/localtime/

1.01    2004-07-17
        Initial Revision.