Move Params::Check from ext/ to cpan/
[p5sagit/p5-mst-13.2.git] / cpan / Parse-CPAN-Meta / Changes
1 Changes for Perl programming language extension Parse-CPAN-Meta
2
3 1.39 Thu 21 May 2009
4         - Even though utf8 starts at 5.7+ there's no is_utf till
5           5.8.1 so skip in the tests if needed (ADAMK)
6
7 1.38 Sat 16 May 2009
8         - Synchorised version numbers with YAML::Tiny
9         - Code shrinkages to the bloaty Unicode/BOM code
10         - Merging a ton more tests from YAML::Tiny
11         - Added back some pointless options to yaml_ok that keep our
12           codebase closer to YAML::Tiny (which should help with syncing)
13         - Changed exceptions to be closer to YAML::Tiny
14
15 0.05 Wed 11 Mar 2009
16         - Upgrade previous release to a stable release.
17
18 0.04_01 Tue  3 Mar 2009
19         - Merge Unicode / BOM fixes from YAML::Tiny
20
21 0.04 Wed  7 Jan 2009
22         - Matching changes in YAML::Tiny 1.36
23         - Fixing missing feature reported by H.Merijn Brand
24         - Changes to make Padre-CPAN-Meta core-compatible (SMUELLER)++
25
26 0.03 Thu 20 Mar 2008
27         - Adding YAML.pm compatibility in scalar context
28
29 0.02 Thu 10 Jan 2008
30         - Purging some references to YAML::Tiny that I missed
31
32 0.01 Tue  8 Jan 2008
33         - Cloned from YAML::Tiny 1.21
34         - Removed all write functionality
35         - Reduced interface to Load and LoadFile
36         - Removed object-orientation
37         - Removed global $errstr, all errors are exceptions
38         - Applied prototypes to all functions