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

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