YAML::Tiny 0.03 released - Testers wanted.

Alias on 2006-07-08T07:08:28

YAML::Tiny 0.03 has been released. You can download it from CPAN or if it hasn't indexed for you can also get it directly from the repository.

After 2 aborted attempts, I think I've finally got something vaguely approaching a working, yet suitable ::Tiny, implementation of both a YAML generator and parser.

To preserve compatibility, the test suite consists only of practical tests cases. This is a set of YAML content and perl structs. The test suite tests the parsing and generation for each pair, and then if you happen to also have YAML.pm installed, it repeats the test with YAML.pm to confirm that the behaviour of YAML::Tiny for that test exactly matches the behaviour of YAML.pm.

Of course, the test suite doesn't have amazing coverage yet, and doesn't throw vary many errors properly either. It doesn't handle quotes, and isn't actually checking for features it doesn't support at the moment.

But the core appears to work. So it's time for people to start hammering on it.

My initial goal is really just to have something we can use for things like META.yaml and a few other small config file types.

Once we have all the common stuff dealt with, I'll be looking to see how compatible with YAML.pm we can actually make it. Ingy commited a patch to add support for making YAML::Tiny a drop-in replacement for YAML.pm (although it is currently commented out).


Woohoo!

Aristotle on 2006-07-08T09:07:47

I might actually start caring about YAML now. :)