On 31 Mar 2007, at 12:34, Adam Kennedy wrote:

We're defining a subset of YAML (YAMLish) that should be simple to implement in many languages. YAMLish was based initially on the YAML subset that YAML::Tiny supports. Since then I've made it able to handle arbitrary strings as hash keys (YAML::Tiny needs hash keys like \w\S+).

Except for the fact that my repository is currently down, there's no reason you can't have commit on YAML::Tiny to fix this (assuming it can be done in only one or two lines of code)

Did you see this ticket?

http://rt.cpan.org/Public/Bug/Display.html?id=25509

That addresses a problem with escaping unprintables that require a \xXX representation.

If you're OK to give me commit access I'll apply that patch and one to allow hash keys to be quoted.

--
Andy Armstrong, hexten.net

Reply via email to