Group
Extension

Matches 1

Dist-Zilla-Plugin-CheckVersionIncrement ( R/RT/RTHOMPSON/Dist-Zilla-Plugin-CheckVersionIncrement-0.121750.tar.gz, RTHOMPSON, 2012; MetaCPAN )
Dist-Zilla-Plugin-CheckVersionIncrement/lib/Dist/Zilla/Plugin/CheckVersionIncrement.pm ( view source; MetaCPAN )
:Zilla::Role::BeforeRelease';
use Encode qw(encode_utf8);
use LWP::UserAgent;
use version ();
use JSON::PP;


# Lots of this is cargo-culted from DZP::CheckPrereqsIndexed
sub before_release {
    my (
->get("http://cpanidx.org/cpanidx/json/mod/$pkg");
    if ($res->is_success) {
        my $yaml_octets = encode_utf8($res->decoded_content);
        my $payload = JSON::PP->new->decode($yaml_octets);

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