Commit | Line | Data |
---|---|---|
899c4039 S |
1 | Changes for Perl programming language extension Parse-CPAN-Meta |
2 | ||
7d7e3722 CBW |
3 | 1.4409 2013-09-23 13:17:18 America/New_York |
4 | ||
5 | [FIXED] | |
6 | ||
7 | - updated Makefile.PL logic to support PERL_NO_HIGHLANDER | |
8 | ||
9 | 1.4408 2013-09-23 11:06:35 America/New_York | |
10 | ||
11 | [FIXED] | |
12 | ||
13 | - Installation on Perls < 5.12 will uninstall older versions installed | |
14 | due to being bundled with ExtUtils::MakeMaker | |
15 | ||
545c8cda | 16 | 1.4407 2013-09-08 10:16:29 America/New_York |
7d7e3722 CBW |
17 | |
18 | - Fixed incorrect resource metadata | |
545c8cda SH |
19 | |
20 | 1.4406 2013-09-08 09:59:28 America/New_York | |
7d7e3722 CBW |
21 | |
22 | - Fixed improperly encoded META.yml | |
545c8cda | 23 | |
342e4710 | 24 | 1.4405 2013-07-17 21:43:34 America/New_York |
7d7e3722 CBW |
25 | |
26 | - Fixed incorrect "return ... or die ..." constructs | |
27 | ||
28 | - Converted distribution to Dist::Zilla management | |
29 | ||
30 | - Noted new repository location in the Github Perl-Toolchain-Gang | |
31 | organization | |
342e4710 | 32 | |
545c8cda | 33 | 1.4404 2012-04-05 |
7d7e3722 CBW |
34 | |
35 | - Protected tests from user PERL_YAML/JSON_BACKEND | |
f87dacdb | 36 | |
545c8cda | 37 | 1.4403 2012-04-01 |
7d7e3722 CBW |
38 | |
39 | - Bumped prereqs: JSON::PP to 2.27200 and CPAN::Meta::YAML to 0.008 | |
f87dacdb | 40 | |
545c8cda | 41 | 1.4402 2012-02-07 |
7d7e3722 CBW |
42 | |
43 | - Minor maintenance: standardized newlines to Unix style | |
a4a5e2bf | 44 | |
545c8cda | 45 | 1.4401 2011-02-04 |
7d7e3722 CBW |
46 | |
47 | - Removed Module::Load::Conditional dependency | |
34d5bd5d | 48 | |
545c8cda | 49 | 1.4400 2011-02-04 |
7d7e3722 CBW |
50 | |
51 | - Added 'json_backend' and 'yaml_backend' methods to provide | |
52 | the names of modules used for deserialization | |
34d5bd5d | 53 | |
545c8cda | 54 | 1.4200 2011-01-24 |
7d7e3722 CBW |
55 | |
56 | - No changes from 1.41_04 | |
34d5bd5d | 57 | |
545c8cda | 58 | 1.41_04 2011-01-03 |
7d7e3722 CBW |
59 | |
60 | - Support PERL_JSON_BACKEND environment (defaulting to JSON::PP) | |
61 | ||
62 | - Support PERL_YAML_BACKEND environment (defaulting to CPAN::Meta:YAML) | |
63 | ||
64 | - Update Makefile.PL to install to sitelib on Perl 5.12+ | |
34d5bd5d | 65 | |
545c8cda | 66 | 1.41_03 2010-12-17 |
7d7e3722 CBW |
67 | |
68 | - Throw exception when CPAN::Meta::YAML has a parse error | |
69 | (RT#47608) | |
34d5bd5d | 70 | |
545c8cda | 71 | 1.41_02 2010-12-17 |
7d7e3722 CBW |
72 | |
73 | - Convert to using CPAN::Meta::YAML instead of YAML::Tiny | |
34d5bd5d | 74 | |
545c8cda | 75 | 1.41_01 2010-12-10 |
7d7e3722 CBW |
76 | |
77 | - add support for JSON metafiles and load_* methods (RJBS) | |
78 | ||
79 | - Move binary file unpacking to test file from Makefile.PL so tests | |
80 | will pass in the Perl core using a generated Makefile.PL | |
81 | ||
82 | - Move bundled uupacktool.pl to t/bin/ | |
34d5bd5d | 83 | |
545c8cda | 84 | 1.40 2009-07-25 |
7d7e3722 CBW |
85 | |
86 | - Add core perl 5.10.1's uupacktool.pl | |
87 | ||
88 | - Repackage t/data/utf_16_le_bom.yml as ASCII for https://rt.cpan.org/Ticket/Display.html?id=47844 | |
c82fc722 | 89 | |
545c8cda | 90 | 1.39 2009-05-21 |
7d7e3722 CBW |
91 | |
92 | - Even though utf8 starts at 5.7+ there's no is_utf till | |
93 | 5.8.1 so skip in the tests if needed (ADAMK) | |
be96f5c3 | 94 | |
545c8cda | 95 | 1.38 2009-05-16 |
7d7e3722 CBW |
96 | |
97 | - Synchorised version numbers with YAML::Tiny | |
98 | ||
99 | - Code shrinkages to the bloaty Unicode/BOM code | |
100 | ||
101 | - Merging a ton more tests from YAML::Tiny | |
102 | ||
103 | - Added back some pointless options to yaml_ok that keep our | |
104 | codebase closer to YAML::Tiny (which should help with syncing) | |
105 | ||
106 | - Changed exceptions to be closer to YAML::Tiny | |
de044c36 | 107 | |
545c8cda | 108 | 0.05 2009-03-11 |
7d7e3722 CBW |
109 | |
110 | - Upgrade previous release to a stable release. | |
7cc1b246 | 111 | |
545c8cda | 112 | 0.04_01 2009-03-03 |
7d7e3722 CBW |
113 | |
114 | - Merge Unicode / BOM fixes from YAML::Tiny | |
c59d1bfa | 115 | |
545c8cda | 116 | 0.04 2009-01-07 |
7d7e3722 CBW |
117 | |
118 | - Matching changes in YAML::Tiny 1.36 | |
119 | ||
120 | - Fixing missing feature reported by H.Merijn Brand | |
121 | ||
122 | - Changes to make Padre-CPAN-Meta core-compatible (SMUELLER)++ | |
be96f5c3 | 123 | |
545c8cda | 124 | 0.03 2008-03-20 |
7d7e3722 CBW |
125 | |
126 | - Adding YAML.pm compatibility in scalar context | |
be96f5c3 | 127 | |
545c8cda | 128 | 0.02 2008-01-10 |
7d7e3722 CBW |
129 | |
130 | - Purging some references to YAML::Tiny that I missed | |
be96f5c3 | 131 | |
545c8cda | 132 | 0.01 2008-01-08 |
7d7e3722 CBW |
133 | |
134 | - Cloned from YAML::Tiny 1.21 | |
135 | ||
136 | - Removed all write functionality | |
137 | ||
138 | - Reduced interface to Load and LoadFile | |
139 | ||
140 | - Removed object-orientation | |
141 | ||
142 | - Removed global $errstr, all errors are exceptions | |
143 | ||
144 | - Applied prototypes to all functions |