Skip Menu |

This queue is for tickets about the YAML-Tiny CPAN distribution.

Report information
The Basics
Id: 52111
Status: resolved
Worked: 15 min
Priority: 0/
Queue: YAML-Tiny

People
Owner: jkeenan [...] cpan.org
Requestors: sharyanto [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: 1.40
Fixed in: 1.56



On Fri Nov 27 02:04:05 2009, SHARYANTO wrote: Show quoted text
It appears this has been implemented in YAML-Tiny. $ cat merge.yaml foo: 1 bar: 2 <<: baz: 3 $ perl -MYAML::Tiny -MFile::Slurp -e'print Dump Load(scalar read_file "merge.yaml")' --- <<: baz: 3 bar: 2 foo: 1 Closing ticket. Thank you very much. Jim Keenan