Apache2::ASP::ConfigParser - Initial Configuration parser


Apache2-ASP documentation  | view source Contained in the Apache2-ASP distribution.

Index


NAME

Top

Apache2::ASP::ConfigParser - Initial Configuration parser

SYNOPSIS

Top

  # You will never use this module.

DESCRIPTION

Top

This package handles the transformation of the configuration data from a simple hashref into a nicely standardized, blessed hashref.

PUBLIC METHODS

Top

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

Top

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

Top

Please visit the Apache2::ASP homepage at http://www.devstack.com/ to see examples of Apache2::ASP in action.

AUTHOR

Top

John Drago <jdrago_999@yahoo.com>

COPYRIGHT AND LICENSE

Top


Apache2-ASP documentation  | view source Contained in the Apache2-ASP distribution.