NAME
XAS::Constants - A Perl extension for the XAS environment
SYNOPSIS
use XAS::Class
base => 'XAS::Base',
constant => 'TRUE FALSE'
;
... or ...
use XAS::Constants 'TRUE FALSE';
DESCRIPTION
This module provides various constants for the XAS enviromnet. It inherits from Badger::Constants and also provides these additional constants.
EXPORT
RPC_JSON RPC_DEFAULT_PORT RPC_DEFAULT_ADDRESS RPC_ERR_PARSE
RPC_ERR_REQ RPC_ERR_METHOD RPC_ERR_PARAMS RPC_ERR_INTERNAL
RPC_ERR_SERVER RPC_SRV_ERR_MAX RPC_SRV_ERR_MIN RPC_ERR_APP
LOG_TYPES LOG_FACILITY LOG_LEVELS
ALERT_PRIORITY ALERT_FACILITY
Along with these tags
jsonrpc
supervisor
logging
alerts
SEE ALSO
AUTHOR
Kevin Esteb, <kevin@kesteb.us>
COPYRIGHT AND LICENSE
Copyright (C) 2014 Kevin L. Esteb
This is free software; you can redistribute it and/or modify it under the terms of the Artistic License 2.0. For details, see the full text of the license at http://www.perlfoundation.org/artistic_license_2_0.