Group
Extension

Matches 1

Dist-Zilla-Plugin-SlackNotify ( S/SL/SLEUNG/Dist-Zilla-Plugin-SlackNotify-0.003.tar.gz, SLEUNG, 2017; MetaCPAN )
Dist-Zilla-Plugin-SlackNotify/lib/Dist/Zilla/Plugin/SlackNotify.pm ( view source; MetaCPAN )
sh a notification on Slack after release

use Moose;
with 'Dist::Zilla::Role::AfterRelease';

use JSON;
use LWP::UserAgent;
use Dist::Zilla::Plugin::EmailNotify;

use namespace::autoclean;

has webhoo
= $ua->post( $self->webhook_url,
            'Content-Type' => 'application/json',
            Content        => encode_json( \%payload ),
        );
    }

    return $res->is_success;
}

sub _build_

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