package Sophie::Model::Base; use strict; use base 'Catalyst::Model::DBIC::Schema'; __PACKAGE__->config( schema_class => 'Sophie::Base', connect_info => { dsn => '', private_cache_key => __PACKAGE__, AutoCommit => 0, }, ); =head1 NAME Sophie::Model::Sophie - Catalyst DBIC Schema Model =head1 SYNOPSIS See L =head1 DESCRIPTION L Model using schema L =head1 GENERATED BY Catalyst::Helper::Model::DBIC::Schema - 0.43 =head1 AUTHOR Olivier Thauvin =head1 LICENSE This library is free software, you can redistribute it and/or modify it under the same terms as Perl itself. =cut 1;