Subject: | META.yml encoded in latin-1 |
Date: | Wed, 16 Oct 2013 12:31:23 -0700 |
To: | bug-DateTime-Format-DBI [...] rt.cpan.org |
From: | Tatsuhiko Miyagawa <miyagawa [...] gmail.com> |
META.yml in the distribution contain latin-1 characters (author name)
and is encoded in ISO-8859-1, not UTF-8, causing Module::Build to fail
creating MYMETA files, among other problems.
➜ DateTime-Format-DBI-0.040 perl Build.PL
Could not get valid metadata. Error is: Invalid metadata structure.
Errors: Expected a list structure (no_index -> directory) [Validation:
1.4]
at /Users/miyagawa/.plenv/versions/5.18.1/lib/perl5/site_perl/5.18.1/Module/Build/Base.pm
line 4589.
Could not create MYMETA files
Creating new 'Build' script for 'DateTime-Format-DBI' version '0.040'
Please regenerate the meta file with right encoding (I would imagine
simply upgrading Module::Build in the release environment would do)
and upload the new version of the dist.
Thanks,
--
Tatsuhiko Miyagawa