File: Changes

package info (click to toggle)
libdatetime-format-rfc3339-perl 1.10.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 144 kB
  • sloc: perl: 508; makefile: 2
file content (42 lines) | stat: -rw-r--r-- 1,162 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
34
35
36
37
38
39
40
41
42
Revision history for DateTime-Format-RFC3339

1.10.0  2025-01-05
        - Corrected the version of ExtUtils::MakeMaker that's required.

1.8.0   2024-01-21
        - Added missing Perl v5.10 requirement.
        - Updated the version of ExtUtils::MakeMaker that's required.

1.6.0   2024-01-01
        - Fix bug in POD.

1.4.0   2024-01-01
        - Added `decimals` option.
        - Added `sep` and `sep_re` options.
        - Documented `uc_only` option.
        - Fixed bug tracker information.
        - Misc internal improvements.

1.2.0   2015-10-09
        No functional changes.
        Updated to adopt the conventions used by my other modules.
        A few tests were added, and a repository information was added.

1.0.5   2011-03-28
        Specified license more explicitly.

1.0.4   2010-10-10
        Switch to UTC rather than rounding when dealing with timezone offsets
        of non-integral minutes.

1.0.3   2010-10-07
        Leave timezone unchanged when formatting.

1.0.2   2009-10-13
        Fixed handling of fractional seconds.

1.0.1   2009-01-07
        Documentation formatting fixes.

1.0.0   2009-01-05
        Initial version