File: Changes

package info (click to toggle)
libtest-cpan-meta-json-perl 0.16-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 348 kB
  • sloc: perl: 1,640; makefile: 2
file content (76 lines) | stat: -rw-r--r-- 2,706 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
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
Changes log for Test-CPAN-Meta-JSON
===================================

0.16    2015-01-14
        - fixed license fields in META.json to be lists.
        - extended META test suite.
        - added '2.0' as an alias to '2' version spec.
        - license MUST be a list of strings.

0.15    2013-07-21
        - change file dates changed to meet W3CDTF standards.

0.14    2012-08-12
        - added minimum perl version (5.006).
        - reworked Makefile.PL for clarity.
        - implemented Perl::Critic suggestions.
        - added meta_json_ok test and example.
        - several Version.pm updates.

0.13    2012-04-19
        - further spelling fix. (Florian Schlichting).
        - removed DSLIP info.

0.12    2012-04-17
        - spelling fix. (thanks to Florian Schlichting & Gregor Herrmann).

0.11    2012-04-13
        - RT#74317: imported url validation from CPAN::Meta (Alex Hartmaier).
        - RT#66692: updated license type (Paul Howarth).
        - updates to examples.

0.10    2011-02-13
        - Distribution name change: Test-JSON-Meta => Test-CPAN-Meta-JSON.

0.09    2010-07-15
        - simplified spec def error message (backported from CPAN-Meta).
        - simplified spec using "value = \&anything", thus providing better
          structure (backported from CPAN-Meta).
        - made keyword validation a little more strict.

0.08    2010-07-14
        - added missing tests and samples.
        - Test::More version downgraded to 0.62.
        - JSON version upgraded to 2.15.

0.07    2010-04-20
        - added spec definition validation.
        - updated distribution META.json to version 2.

0.06    2010-04-20
        - upgraded code to CPAN-Meta-Spec version 2.
        - default version (if not specified) to check is now version 2.
        - split spec version testing into individual test files.
        - added tests and samples for version 2 testing.

0.05    2010-04-12
        - fixed qr// delimiters due to issues with the NOT SIGN symbol
          (suggested by Ricardo Signes & David Golden).

0.04    2009-12-18
        - renamed word() to keyword().
        - added identifier() validation.
        - changed optional_features key from a keyword to an identifier type,
          thus further clarifying RT#52685 (thanks Kevin).

0.03    2009-12-12
        - clarified spec defined and user defined keys, as promoted by Kevin
          Ryde in RT#52685 (thanks Kevin).

0.02    2009-12-07
        - RT#46473: license url with fragment part (Kevin Ryde)
        - RT#47393: "optional_features" as map rather than list (Kevin Ryde)
        - above applied to 1.4, 1.3 and 1.2 version of the meta-spec.

0.01    2009-07-15
        - Initial release.