You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
use utf8;
add_metadata x_contributors => [
'Ævar Arnfjörð Bjarmason <[email protected]>',
];
....
Writing MYMETA.yml and MYMETA.json
Error reading from file 'META.yml': utf8 "\xC3" does not map to Unicode
at lib/Module/Install/Admin/Metadata.pm line 14.
From the error, it looks as if the content is being doubly encoded.
This fails:
From the error, it looks as if the content is being doubly encoded.
this is somewhat related to #37
The text was updated successfully, but these errors were encountered: