Not it's just:
$ cat foo.yml
foo: 1
a
b: 2
$ perl6 -MYAMLish -e 'load-yaml(q{foo.yml}.IO.slurp)'
Couldn't parse YAML
in sub load-yaml at C:\rakudo\share\perl6\site\sources\ADB31520994572F18CE4EC4457E5E9321A31301C (YAMLish) line 951
in block <unit> at -e line 1
I wish I had more info to troubleshoot. At least a line and column number where broken syntax appears.
Not it's just:
I wish I had more info to troubleshoot. At least a line and column number where broken syntax appears.