The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

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

VERSION

Version 1.00

SYNOPSIS

    use App::MonM::Const;

DESCRIPTION

This module provide interface for App::MonM general constants

SHARED CONSTANTS

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) 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/