Handel::Storage::RDBO::Order::Item - RDBO storage configuration for Handel::Order::Item


Handel-Storage-RDBO documentation  | view source Contained in the Handel-Storage-RDBO distribution.

Index


NAME

Top

Handel::Storage::RDBO::Order::Item - RDBO storage configuration for Handel::Order::Item

SYNOPSIS

Top

    package Handel::Order::Item;
    use strict;
    use warnings;
    use base qw/Handel::Base/;

    __PACKAGE__->storage_class('Handel::Storage::RDBO::Order::Item');

DESCRIPTION

Top

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

SEE ALSO

Top

Handel::Order::Item, Handel::Storage::RDBO

AUTHOR

Top

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



Handel-Storage-RDBO documentation  | view source Contained in the Handel-Storage-RDBO distribution.