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_