From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

$WebService::Raygun::VERSION = '0.030';
# VERSION
=head1 NAME
WebService::Raygun - Connect to the Raygun.io API
=head1 DESCRIPTION
Send error data to L<Raygun.io|https://raygun.io>
=head1 SEE ALSO
=over 2
=item L<WebService::Raygun::Messenger|WebService::Raygun::Messenger>
This is the entry point for interfacting with L<Raygun|https://raygun.io>.
=back
=cut
use strict;
1;
__END__