strict;
use warnings;
use base qw( Plagger::Plugin );
use LWP::UserAgent;
use Encode;
use JSON qw(encode_json);
our $VERSION = "0.03";
sub register {
my ( $self, $context ) = @_;
$context->
my $ua = LWP::UserAgent->new;
my $res = $ua->post( $self->{remote}, [ payload => encode_json($payload) ] );
unless ( $res->is_success ) {
$context->log( error => "Notiying to Sl