The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

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

SYNOPSIS

use Handel;
Handel->config_class('My::ConfigReader');

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

DESCRIPTION

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.

METHODS

config_class

Arguments: $config_class

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.

config

Returns an instance of the specified configuration class.

SEE ALSO

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

AUTHOR

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