1 Changes for Perl programming language extension Parse-CPAN-Meta
3 1.4409 2013-09-23 13:17:18 America/New_York
7 - updated Makefile.PL logic to support PERL_NO_HIGHLANDER
9 1.4408 2013-09-23 11:06:35 America/New_York
13 - Installation on Perls < 5.12 will uninstall older versions installed
14 due to being bundled with ExtUtils::MakeMaker
16 1.4407 2013-09-08 10:16:29 America/New_York
18 - Fixed incorrect resource metadata
20 1.4406 2013-09-08 09:59:28 America/New_York
22 - Fixed improperly encoded META.yml
24 1.4405 2013-07-17 21:43:34 America/New_York
26 - Fixed incorrect "return ... or die ..." constructs
28 - Converted distribution to Dist::Zilla management
30 - Noted new repository location in the Github Perl-Toolchain-Gang
35 - Protected tests from user PERL_YAML/JSON_BACKEND
39 - Bumped prereqs: JSON::PP to 2.27200 and CPAN::Meta::YAML to 0.008
43 - Minor maintenance: standardized newlines to Unix style
47 - Removed Module::Load::Conditional dependency
51 - Added 'json_backend' and 'yaml_backend' methods to provide
52 the names of modules used for deserialization
56 - No changes from 1.41_04
60 - Support PERL_JSON_BACKEND environment (defaulting to JSON::PP)
62 - Support PERL_YAML_BACKEND environment (defaulting to CPAN::Meta:YAML)
64 - Update Makefile.PL to install to sitelib on Perl 5.12+
68 - Throw exception when CPAN::Meta::YAML has a parse error
73 - Convert to using CPAN::Meta::YAML instead of YAML::Tiny
77 - add support for JSON metafiles and load_* methods (RJBS)
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
82 - Move bundled uupacktool.pl to t/bin/
86 - Add core perl 5.10.1's uupacktool.pl
88 - Repackage t/data/utf_16_le_bom.yml as ASCII for https://rt.cpan.org/Ticket/Display.html?id=47844
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)
97 - Synchorised version numbers with YAML::Tiny
99 - Code shrinkages to the bloaty Unicode/BOM code
101 - Merging a ton more tests from YAML::Tiny
103 - Added back some pointless options to yaml_ok that keep our
104 codebase closer to YAML::Tiny (which should help with syncing)
106 - Changed exceptions to be closer to YAML::Tiny
110 - Upgrade previous release to a stable release.
114 - Merge Unicode / BOM fixes from YAML::Tiny
118 - Matching changes in YAML::Tiny 1.36
120 - Fixing missing feature reported by H.Merijn Brand
122 - Changes to make Padre-CPAN-Meta core-compatible (SMUELLER)++
126 - Adding YAML.pm compatibility in scalar context
130 - Purging some references to YAML::Tiny that I missed
134 - Cloned from YAML::Tiny 1.21
136 - Removed all write functionality
138 - Reduced interface to Load and LoadFile
140 - Removed object-orientation
142 - Removed global $errstr, all errors are exceptions
144 - Applied prototypes to all functions