Subject: | Load(Dump("|foo")) fails |
YAML-0.39, Perl 5.86, on OS X Tiger.
Example of bug with error message:
$ perl -MYAML -e 'YAML::Load(YAML::Dump("|foo"))'
--- !perl/YAML::Error
code: YAML_PARSE_ERR_TEXT_AFTER_INDICATOR
msg: No text allowed after indicator
line: 0
document: 1
...
at -e line 1
I haven't yet tried to fix this one. If I manage to I will amend a patch.