The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Apache2::ASP::ConfigFinder - Universal configuration finder

SYNOPSIS

  # You will probably never use this class, but...
  
  use Apache2::ASP::ConfigFinder;
  
  my $path_to_config = Apache2::ASP::ConfigFinder->config_path();

DESCRIPTION

Finding the configuration is sometimes impossible in web applications.

This package makes it trivial. However you will probably never use this class directly. Use Apache2::ASP::ConfigLoader instead.

PUBLIC METHODS

config_path( )

Returns the full path to the current configuration file - i.e. /usr/local/projects/mysite.com/conf/apache2-asp-config.xml.

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.