Subject: | Does not recognize YAML installed from CPAN |
The following info should describe the problem:
# ./Build dist
Couldn't load YAML.pm, generating a minimal META.yml without it.
Please check and edit the generated metadata, or consider installing YAML.pm.
# perl -MYAML -e'print Dump({ "test" => "yes" });'
---
test: yes