Subject: | optional_features in META.yml not formatted correctly |
When trying to build MIME-Charset within CPAN.pm, a warning occurs:
The content of optional_features is not a HASH reference. Cannot use it.
In fact, optional_features in META.yml is an ARRAY ref, not a HASH ref.
So to be correct it has to look like this:
optional_features:
ja_extended:
description: Extended mappings by Japanese codepages
requires:
Encode::EUCJPASCII: 0.02
jis2000:
description: Additional mappings for JIS X 0213:2000
requires:
Encode::JIS2K: 0.02
zh_extra:
description: Additional mappings for Chinese standards
requires:
Encode::HanExtra: 0.20
(RT readers: probably the indentation got destroyed in the HTML view)
Regards,
Slaven