Subject: | Module::Build generates YAML that is unparsable by Parse::CPAN::Meta |
Separate to any issues about whether M:B generates correct META.yml
structure, this bug is to report that M:B allows the generation of POD
that is unparsable by Parse::CPAN::Meta.
That is, it generates YAML that does not fall within the "YAML Tiny"
subset of YAML.
In particular, M:B needs to ensure that when it generates YAML it
serialises any objects that appear in the tree to be dumped.
Anything that M:B doesn't know how to serialise should throw an error.