Subject: | YAML can't load it's own META.yml file |
Tested in blead and 5.10.1
perl -Ilib -MYAML -e 'print $YAML::VERSION . "\n" ; YAML::LoadFile("META.yml")'
0.71
utf8 "\xF6" does not map to Unicode at lib/YAML.pm line 77, <$IN>
chunk 1.
Malformed UTF-8 character (fatal) at lib/YAML/Loader.pm line 38,
<$IN> line 1.
I'm guessing this is coming from Module::Install but am not sure.
Possibly reverting to EU::MM would be prudent until this is resolved? Or
we could convert Ingy's UTF8 name to ASCII
Possibly related RT ticket in Module::Install:
https://rt.cpan.org/Ticket/Display.html?id=48881