Group
Extension

Matches 1

Dist-Zilla-Plugin-Git-Contributors ( E/ET/ETHER/Dist-Zilla-Plugin-Git-Contributors-0.038.tar.gz, ETHER, 2025; MetaCPAN )
Dist-Zilla-Plugin-Git-Contributors/lib/Dist/Zilla/Plugin/Git/Contributors.pm ( view source; MetaCPAN )
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 => (
    

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.