Subject: | "use utf8" missing in Build.PL |
The Build.PL contains an author name which is apparently encoded as
utf8, but Build.PL itself is missing "use utf8;", so the author name is
just interpreted as bytes. In turn the generated META.yaml and META.json
have also encoding problems (e.g. I see an warning
utf8 "\xE4" does not map to Unicode at
/usr/perl5.12.0/lib/site_perl/5.12.0/Parse/CPAN/Meta.pm line 89, <$fh>
chunk 1.
during installation).
I see that the Build.PL is generated by Dist::Zilla, so this could also
be a problem of it.
Regards,
Slaven