On 2/20/15 8:46 PM, Josh Berkus wrote:
> What about YAML? That might have been added somewhat earlier.
YAML isn't included in Perl, but there is
Module::Build::YAML - Provides just enough YAML support so that
Module::Build works even if YAML.pm is not installed
which might work.
> Or what about just doing CSV?
I don't think that would actually address the problems. It would just
be the same format as now with different delimiters.