There are several missing newlines before a header:
As a result those headers are not rendered as headers.
Another problem is here:
https://metacpan.org/dist/YAMLScript-Lingy/source/lib/YAMLScript/Lingy.pod#L7
That's the manpage for YAMLScript::Lingy, but the header says YAMLScript - Programming in YAML. It should say
YAMLScript::Lingy - Programming in YAML
Currently it is indexed wrongly, so https://metacpan.org/pod/YAMLScript does not link to https://metacpan.org/dist/YAMLScript but to https://metacpan.org/dist/YAMLScript-Lingy
I can't find any of those things in the git repository, so I can't offer a PR to fix this.
There are several missing newlines before a header:
As a result those headers are not rendered as headers.
Another problem is here:
https://metacpan.org/dist/YAMLScript-Lingy/source/lib/YAMLScript/Lingy.pod#L7
That's the manpage for YAMLScript::Lingy, but the header says
YAMLScript - Programming in YAML. It should sayYAMLScript::Lingy - Programming in YAMLCurrently it is indexed wrongly, so https://metacpan.org/pod/YAMLScript does not link to https://metacpan.org/dist/YAMLScript but to https://metacpan.org/dist/YAMLScript-Lingy
I can't find any of those things in the git repository, so I can't offer a PR to fix this.