The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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".