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 :)