NAME
App::MonM::Const - Interface for App::MonM general constants
VERSION
Version 1.01
SYNOPSIS
use App::MonM::Const;
DESCRIPTION
This module provide interface for App::MonM general constants
SHARED CONSTANTS
- DAEMONMAME
 - 
Daemon name
 - GROUPNAME, USERNAME
 - 
Daemon user and group name
 - HOSTNAME
 - 
Hostname
 - PREFIX
 - 
Prefix of project
 - PROJECTNAME
 - 
Project name
 - PROJECTNAMEL
 - 
Project name in lower case
 - IS_TTY
 - 
Returns boolean TTY status if current session runs under terminal
 
NOT IMPORTED CONSTANTS
- TRUE, FALSE, VOID
 - 
1, 0, '' values
 - OK, DONE, ERROR, SKIPPED, PASSED, FAILED, UNKNOWN, PROBLEM
 - 
Test result statuses
 
HISTORY
See Changes file
TO DO
See TODO file
AUTHOR
Serż Minus (Sergey Lepenkov) https://www.serzik.com <abalama@cpan.org>
COPYRIGHT
Copyright (C) 1998-2022 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/