NAME
Apache2::ASP::ConfigParser - Initial Configuration parser
SYNOPSIS
# You will never use this module.
DESCRIPTION
This package handles the transformation of the configuration data from a simple hashref into a nicely standardized, blessed hashref.
PUBLIC METHODS
parse( \%doc, $application_root )
Returns an instance of Apache2::ASP::Config.
Converts a specially-constructed hashref into an instance of Apache2::ASP::Config.
Any Apache2::ASP::ConfigPostProcessor classes listed in the system.post_processors
section of the configuration will be called be called at the last moment, just before returning the configuration object.
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.