-
-
21 Jul 2009 21:33:39 UTC
- Distribution: RWDE
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (1)
- Testers (58 / 0 / 0)
- Kwalitee
Bus factor: 0- License: unknown
- Activity
24 month- Tools
- Download (53.38KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
++ed by:1 non-PAUSE user- Dependencies
- Apache::Session
- Cache::Memcached
- Crypt::CBC
- Crypt::Rijndael
- DBD::Pg
- Data::Dumper
- Data::Validate::Domain
- Digest::HMAC_SHA1
- Digest::MD5
- Error
- Gearman::Client
- Gearman::Worker
- HTTP::Date
- MIME::Base64
- Mail::RFC822::Address
- NEXT
- Net::SMTP
- Net::Server
- SCGI
- Storable
- Sys::Syslog
- Template
- YAML
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
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
Module Install Instructions
To install RWDE, copy and paste the appropriate command in to your terminal.
cpanm RWDE
perl -MCPAN -e shell install RWDE
For more information on module installation, please visit the detailed CPAN module installation guide.