| Test-Continuous documentation | view source | Contained in the Test-Continuous distribution. |
Test::Continuous::Notifier - Send notification to different targets.
Test::Continuous::Notifier->send_notify($msg, $status)
This is used only internally.
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".
| Test-Continuous documentation | view source | Contained in the Test-Continuous distribution. |