ll produce a file that can be read by a "bad" JSON::PP
return if $self->zilla->distmeta->{dynamic_config};
# see https://github.com/makamaka/JSON-PP/pull/9 for for details
$self->log('War
ning: distribution has non-ascii characters in contributor names. META.json will be unparsable on perls <= 5.8.6 when JSON::PP is lower than 2.27300');
$self->zilla->register_prereqs(
{
phase => 'configure',
type => 'suggests',
},
'JSON::PP' => '2.27300',
);
}
# should not be called before the MetaProvider phase
has _contributors => (