Skip Menu |

This queue is for tickets about the Data-Phrasebook-Loader-YAML CPAN distribution.

Report information
The Basics
Id: 21595
Status: resolved
Priority: 0/
Queue: Data-Phrasebook-Loader-YAML

People
Owner: BARBIE [...] cpan.org
Requestors: OLIVER [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: (no value)
Fixed in: (no value)



Hi, I would like to add Multiple Dictionary support to the YAML Loader plugin. As you are probably aware, it's going to be a bit of a hack because a YAML source isn't inherently ordered, like Ini for instance. I was thinking of doing this by imposing some structure requirement on the YAML source, so if ->dict() happened to be storing a listref then the loader would barf unless the YAML source was a list of hashes (for example). Hopefully this would then be backwards-compatible, although perhaps not as flexible as the Ini Multiple Dictionary implementation. Because of these uncertainties, would you like this as a patch against your module, or released by me onto CPAN as an alternative Loader? I'm happy for either, so please just let me know. regards, oliver. p.s. great YAPC, thanks :)
Patches applied to 0.06 More tests added.