Subject: | Cut and paste error in documentation |
The documentation for the read_string method says
read_string $string;
The "read" constructor reads a YAML file from a file name, and
returns
a new "YAML::Tiny" object containing the parsed content.
which appears to be a copied from the read method above it without
modification. It should probably say something like
The "read" constructor reads YAML data from a string...