NAME
Handel::Storage::DBIC::Cart - Default storage configuration for Handel::Cart
SYNOPSIS
package
Handel::Cart;
use
strict;
use
warnings;
__PACKAGE__->storage_class(
'Handel::Storage::DBIC::Cart'
);
DESCRIPTION
Handel::Storage::DBIC::Cart is a subclass of Handel::Storage::DBIC that contains all of the default settings used by Handel::Cart.
SEE ALSO
Handel::Cart, Handel::Storage::DBIC