The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

NAME

Qudo::Hook::Notify::Abort - notify abort.

SYNOPSIS

$manager->register_hooks(qw/Qudo::Hook::Notify::Abort/);
$manager->register_plugins(
+{
name => 'Qudo::Plugin::Logger',
option => +{
dispatchers => ['mail'],
mail => {
class => 'Log::Dispatch::Email::MIMELite',
min_level => 'debug',
to => [ qw/alert@example.com/ ],
from => 'alert@example.com',
subject => 'qudo error!',
format => "[%p] %m\n",
buffered => 0,
},
},
}
);

DESCRIPTION

Qudo::Hook::Notify::Abort is notify abort. use Qudo::Plugin::Logger.

AUTHOR

Atsushi Kobayashi <nekokak _at_ gmail _dot_ com>

SEE ALSO

LICENSE

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.