Commit | Line | Data |
---|---|---|
be96f5c3 S |
1 | Revision history for Perl extension Parse-CPAN-Meta |
2 | ||
7cc1b246 S |
3 | 0.05 Wed 11 Mar 2009 |
4 | - Upgrade previous release to a stable release. | |
5 | ||
c59d1bfa S |
6 | 0.04_01 Tue 3 Mar 2009 |
7 | - Merge Unicode / BOM fixes from YAML::Tiny | |
8 | ||
be96f5c3 S |
9 | 0.04 Wed 7 Jan 2009 |
10 | - Matching changes in YAML::Tiny 1.36 | |
11 | - Fixing missing feature reported by H.Merijn Brand | |
12 | - Changes to make Padre-CPAN-Meta core-compatible (SMUELLER)++ | |
13 | ||
14 | 0.03 Thu 20 Mar 2008 | |
15 | - Adding YAML.pm compatibility in scalar context | |
16 | ||
17 | 0.02 Thu 10 Jan 2008 | |
18 | - Purging some references to YAML::Tiny that I missed | |
19 | ||
20 | 0.01 Tue 8 Jan 2008 | |
21 | - Cloned from YAML::Tiny 1.21 | |
22 | - Removed all write functionality | |
23 | - Reduced interface to Load and LoadFile | |
24 | - Removed object-orientation | |
25 | - Removed global $errstr, all errors are exceptions | |
26 | - Applied prototypes to all functions |