NAME
Apache2::ASP::ConfigNode::System - the 'system' portion of the config.
SYNOPSIS
my $system = $Config->system;
DESCRIPTION
This package provides special access to the elements specific to the system
portion of the XML config file.
PUBLIC PROPERTIES
libs
A list of library paths that should be included into @INC
.
load_modules
A list of Perl modules that should be loaded automatically.
post_processors
A list of Apache2::ASP::ConfigPostProcessor modules that should be given the ability to alter the config before it is considered "ready for use" by the rest of the application.
env_vars
A hash of %ENV
variables that should be set.
settings
A collection of special read-only values that should be available throughout the application.
Examples include encryption keys, API keys and username/password combos to access remote services.
BUGS
It's possible that some bugs have found their way into this release.
Use RT http://rt.cpan.org/NoAuth/Bugs.html?Dist=Apache2-ASP to submit bug reports.
HOMEPAGE
Please visit the Apache2::ASP homepage at http://www.devstack.com/ to see examples of Apache2::ASP in action.
AUTHOR
John Drago <jdrago_999@yahoo.com>
COPYRIGHT AND LICENSE
Copyright 2007 John Drago, All rights reserved.
This software is free software. It may be used and distributed under the same terms as Perl itself.