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

Test::Continuous::Notifier - Send notification to different targets.

SYNOPSIS

Test::Continuous::Notifier->send_notify($msg, $status)

DESCRIPTION

This is used only internally.

METHODS

send_notify($msg, [$status])

Must be called as a class method.

$msg is required, and should contain trailing a \n character in case the output stream is not auto-flushing.

$status is optional, and should be one of "info", "warning", or "alert". The default value is "info".