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::Storage::DBIC::Cart::Item - Default storage configuration for Handel::Cart::Item

SYNOPSIS

    package Handel::Cart::Item;
    use strict;
    use warnings;
    use base qw/Handel::Base/;
    
    __PACKAGE__->storage_class('Handel::Storage::DBIC::Cart::Item');

DESCRIPTION

Handel::Storage::DBIC::Cart::Item is a subclass of Handel::Storage::DBIC that contains all of the default settings used by Handel::Cart::Item.

SEE ALSO

Handel::Cart::Item, Handel::Storage::DBIC

AUTHOR

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