Subject: | YAML/Parser.pm crash |
[Perl 5.8.1, running inside the YAML download dir]
The following code
perl -Mblib -MYAML -e'YAML::Load("---\nversion: 1.10\n");'
crashes YAML with this error
Can't use string ("") as a HASH ref while "strict refs" in use at lib/YAML/Parser.pm line 48, <DATA> line 5.