NAME

App::MonM::Notifier::Const - Interface for constants

VERSION

Version 1.01

SYNOPSIS

use App::MonM::Notifier::Const qw/ :bits :functions :jobs /;

DESCRIPTION

This module provide interface for constants

VARIABLES

EXPIRES

The default "expires" value (30 days)

JOB_DONE

The "DONE" status

JOB_ERROR

The "ERROR" status

JOB_EXPIRED

The "EXPIRED" status

JOB_NEW

The "NEW" status

JOB_PROGRESS

The "PROGRESS" status

JOB_SENT

The "SENT" status

JOB_SKIP

The "SKIP" status

TIMEOUT

The default timeout value (300 secs)

FUNCTIONS

getErr

my $errmsg = getErr(101);

Returns error mask for (s)printf by errorcode

HISTORY

See Changes file

TO DO

See TODO file

BUGS

* none noted

SEE ALSO

App::MonM::Notifier

AUTHOR

Serż Minus (Sergey Lepenkov) http://www.serzik.com <abalama@cpan.org>

COPYRIGHT

Copyright (C) 1998-2019 D&D Corporation. All Rights Reserved

LICENSE

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

See LICENSE file and https://dev.perl.org/licenses/