File: Changes

package info (click to toggle)
libregexp-common-time-perl 0.16-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 340 kB
  • sloc: perl: 663; makefile: 2
file content (59 lines) | stat: -rw-r--r-- 1,621 bytes parent folder | download | duplicates (2)
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
Revision history for Perl module Regexp::Common::time.

0.16  2018-02-28 MANWAR
      - Merged PR #1: make test pass, add setlocale, thanks @mishin.

0.15  2018-01-26 MANWAR
      - Merged PR #3: Accept second fractions in ISO date time strings, thanks @jjatria.

0.14  2017-08-07 MANWAR
      - Added MIN_PERL_VERSION to Makefile.PL script.

0.13  2017-07-22 MANWAR
      - Added author only test (t/meta-json.t and t/meta-yml.t).
      - Tidied up test (t/1-load.t).

0.12  2017-07-19 MANWAR
      - Added key 'provides' to the Makefile.PL script.

0.11  2017-07-14 MANWAR
      - Added key 'dist' to the Makefile.PL script.

0.10  2017-07-08 MANWAR
      - Added key 'clean' to the Makefile.PL script.

0.09  2017-06-28 MANWAR
      - Added section LICENSE as suggested by CPANTS.

0.08  2017-06-20 MANWAR
      - Fixed issue raised PR #4, thanks @yanick.
      - Updated github repo info in the Makefile.PL script.
      - POSIX is no longer pre-reqs but nice to have.
      - Added MANIFEST file to the distribution.
      - Updated README file.
      - Tidied up Changes file.

0.07  2014-09-08
      - Update tests.
      - Add use warnings;

0.06  2014-08-26
      - Remove Build.PL and keep only Makefile.PL
      - Add resources to META files.

0.05  2013-11-20
      - Fix test RT #87476

0.04  2008-05-29
      - Possible fix for Taiwanese locale test failures.
        Thanks to CPAN tester "imacat".

0.03  2008-05-25
      - Bug fix: Makefile.PL had a syntax error.

0.02  2008-05-23
      - Add mail, MAIL, and american formats.
      - Fix many broken test cases.

0.01  2005-12-04
      - First version