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

RWDE::Configuration

get_instance()

Get an instance of the Configuration sans content. You will need an initialized Configuration in order to read the values in your project.conf file.

#TODO Move this method to RWDE::Singleton

initialize()

Load the content from within the project configuration file via Configuration_content

get_SMTP()

Get an SMTP host - a random host is selected if the configuration specifies a mail cluster

get_SMTP()

Get a string representing the absolute path of the project

AUTOLOAD()

Catch configuration calls, so we can proxy them to the content provider

FIELDNAME()

This is a wrapper function for Configuration content so that the calls can look like they are static due to this object being a singleton, there's no multiple configuration loaded