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->fire_the_laser($raygun_message);
# $response->status == ?

DESCRIPTION

Send a request to raygun.io.

INTERFACE

fire_the_laser

Send data to api.raygun.io/entries via a POST request.