Description
Perl applications can read and write YAML with a modern pure-Perl processor. This is useful for configuration files, structured test data, and automation that needs human-editable data.
It is a developer library. Configuration files should be validated after parsing so unexpected YAML values do not silently change application behavior.