Upgrade to Parse::CPAN::Meta 1.38
[p5sagit/p5-mst-13.2.git] / lib / Parse / CPAN / Meta / Changes
CommitLineData
be96f5c3 1Revision history for Perl extension Parse-CPAN-Meta
2
de044c36 31.38 Sat 16 May 2009
4 - Synchorised version numbers with YAML::Tiny
5 - Code shrinkages to the bloaty Unicode/BOM code
6 - Merging a ton more tests from YAML::Tiny
7 - Added back some pointless options to yaml_ok that keep our
8 codebase closer to YAML::Tiny (which should help with syncing)
9 - Changed exceptions to be closer to YAML::Tiny
10
7cc1b246 110.05 Wed 11 Mar 2009
12 - Upgrade previous release to a stable release.
13
c59d1bfa 140.04_01 Tue 3 Mar 2009
15 - Merge Unicode / BOM fixes from YAML::Tiny
16
be96f5c3 170.04 Wed 7 Jan 2009
18 - Matching changes in YAML::Tiny 1.36
19 - Fixing missing feature reported by H.Merijn Brand
20 - Changes to make Padre-CPAN-Meta core-compatible (SMUELLER)++
21
220.03 Thu 20 Mar 2008
23 - Adding YAML.pm compatibility in scalar context
24
250.02 Thu 10 Jan 2008
26 - Purging some references to YAML::Tiny that I missed
27
280.01 Tue 8 Jan 2008
29 - Cloned from YAML::Tiny 1.21
30 - Removed all write functionality
31 - Reduced interface to Load and LoadFile
32 - Removed object-orientation
33 - Removed global $errstr, all errors are exceptions
34 - Applied prototypes to all functions