There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

NAME

Net::Airbrake::Request - Request object

SYNOPSIS

use Net::Airbrake::Request;
my $req = Net::Airbrake::Request->new({
    errors  => $errors,
    context => $context,
});