NAME
Padre::Constant - constants used by config subsystems
SYNOPSIS
use Padre::Constant ();
[...]
# do stuff with exported constants
DESCRIPTION
Padre uses various configuration subsystems (see Padre::Config
for more information). Those systems needs to somehow agree on some basic stuff, which is defined in this module.
CONSTANTS
BOOLEAN, POSINT, INTEGER, ASCII, PATH
Settings data types.
HOST, HUMAN, PROJECT
Settings storage backends.
BLACK, BLUE, RED, GREEN, MAGENTA, ORANGE, DIM_GRAY, CRIMSON, BROWN
Core supported colours.
CONFIG_HOST
DB configuration file storing host settings.
CONFIG_HUMAN
YAML configuration file storing user settings.
CONFIG_DIR
Private Padre configuration directory Padre, used to store stuff.
PLUGIN_DIR
Private directory where Padre can look for plugins.
PLUGIN_LIB
Subdir of PLUGIN_DIR with the path Padre/Plugin
added (or whatever depending on your platform) so that perl can load a Padre::Plugin::
plugin.
COPYRIGHT & LICENSE
Copyright 2008-2009 The Padre development team as listed in Padre.pm.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl 5 itself.