NAME
Raygun4perl::Messenger - Communicate with the Raygun.io endpoint.
SYNOPSIS
use Raygun4perl::Messenger;
my $raygun = Raygun4perl::Messenger->new(api_key => 'your key here');
my $response = $raygun->post($exception);
# $response->status == ?
DESCRIPTION
# longer description... #
INTERFACE
fire_the_laser
Send data to api.raygun.io/entries via a POST request.