Skip to content

Document that YAML::Tiny is not YAML #57

@perlpunk

Description

@perlpunk

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions