-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
While YAML::Tiny is great and fast for really simple data, I think the documentation should be clearer that it is actually not YAML.
It says it's a subset, but that makes people think that files that can be read by YAML::Tiny can also be read by other YAML libs.
But that's not the case. It can lead to syntax that is not valid YAML.
That creates the problem that people using it cannot switch to a different module easily. If all YAML files are controlled by the same person, that might work, but otherwise it will break things.
Metadata
Metadata
Assignees
Labels
No labels