The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

# $Id: /local/CPAN/Mango/trunk/lib/Mango/Catalyst/Model/Products.pm 1959 2007-08-10T05:27:29.884596Z claco $
use strict;
BEGIN {
};
__PACKAGE__->config(
provider_class => 'Mango::Provider::Products'
);
1;
__END__
=head1 NAME
Mango::Catalyst::Model::Products - Catalyst model for product information
=head1 DESCRIPTION
Mango::Catalyst::Model::Products provides glue between Mango::Provider::Products
and Catalyst models. If you would like to use a different provider, simply set
C<provider_class>:
__PACKAGE__->provider_class('OtherProductProvider');
See the classes below for more information about configuring your models.
=head1 SEE ALSO
L<Mango::Catalyst::Model::Provider>, L<Mango::Provider::Products>
=head1 AUTHOR
Christopher H. Laco
CPAN ID: CLACO
claco@chrislaco.com