Increase default pipe buffer size on VMS to 8192 on 64-bit systems.
[p5sagit/p5-mst-13.2.git] / cpan / Parse-CPAN-Meta / Changes
CommitLineData
899c4039 1Changes for Perl programming language extension Parse-CPAN-Meta
2
c82fc722 31.40 Sat 25 Jul 2009
4 - Add core perl 5.10.1's uupacktool.pl
5 - Repackage t/data/utf_16_le_bom.yml as ASCII for https://rt.cpan.org/Ticket/Display.html?id=47844
6
899c4039 71.39 Thu 21 May 2009
8 - Even though utf8 starts at 5.7+ there's no is_utf till
9 5.8.1 so skip in the tests if needed (ADAMK)
be96f5c3 10
de044c36 111.38 Sat 16 May 2009
12 - Synchorised version numbers with YAML::Tiny
13 - Code shrinkages to the bloaty Unicode/BOM code
14 - Merging a ton more tests from YAML::Tiny
15 - Added back some pointless options to yaml_ok that keep our
16 codebase closer to YAML::Tiny (which should help with syncing)
17 - Changed exceptions to be closer to YAML::Tiny
18
7cc1b246 190.05 Wed 11 Mar 2009
20 - Upgrade previous release to a stable release.
21
c59d1bfa 220.04_01 Tue 3 Mar 2009
23 - Merge Unicode / BOM fixes from YAML::Tiny
24
be96f5c3 250.04 Wed 7 Jan 2009
26 - Matching changes in YAML::Tiny 1.36
27 - Fixing missing feature reported by H.Merijn Brand
28 - Changes to make Padre-CPAN-Meta core-compatible (SMUELLER)++
29
300.03 Thu 20 Mar 2008
31 - Adding YAML.pm compatibility in scalar context
32
330.02 Thu 10 Jan 2008
34 - Purging some references to YAML::Tiny that I missed
35
360.01 Tue 8 Jan 2008
37 - Cloned from YAML::Tiny 1.21
38 - Removed all write functionality
39 - Reduced interface to Load and LoadFile
40 - Removed object-orientation
41 - Removed global $errstr, all errors are exceptions
42 - Applied prototypes to all functions