Handel::Storage::DBIC::Order - Default storage configuration for Handel::Order


Handel documentation  | view source Contained in the Handel distribution.

Index


NAME

Top

Handel::Storage::DBIC::Order - Default storage configuration for Handel::Order

SYNOPSIS

Top

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

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

DESCRIPTION

Top

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

SEE ALSO

Top

Handel::Order, Handel::Storage::DBIC

AUTHOR

Top

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



Handel documentation  | view source Contained in the Handel distribution.