
Handel - A cart/order/checkout framework with AxKit/TT/Catalyst support

use Handel;
Handel->config_class('My::ConfigReader');
my $config = Handel->config;
# $config->isa('My::ConfigReader')

This is a generic class containing the default configuration used by other Handel classes.
To learn more about what Handel is and how it works, take a look at the manual.

Gets/sets the name of the configuration class to use. The default configuration class is Handel::ConfigReader.
A Handel::Exception exception will be thrown if the specified class can not be loaded.
Returns an instance of the specified configuration class.

Handel::Cart, Handel::Order, Handel::Checkout

Christopher H. Laco
CPAN ID: CLACO
claco@chrislaco.com
http://today.icantfocus.com/blog/