Subject: | YAML cannot load example from its own web site |
YAML 0.39 does not correctly import the invoice exampel given in 2.27 on the YAML.org web site:
perl -MYAML -MData::Dumper -e 'print Dumper(YAML::LoadFile("ex-2.27-invoice"))'
--- !perl/YAML::Error
code: YAML_LOAD_ERR_NO_CONVERT
msg: "Can't convert implicit 'XXX' node to explicit '<tag:clarkevans.com,2002:invoice>' node"
line: 26
document: 1
...
at -e line 1
Message body not shown because it is not plain text.