package App::Mimosa::Model::BCS; use strict; use base 'Catalyst::Model::DBIC::Schema'; __PACKAGE__->config( schema_class => 'App::Mimosa::Schema::BCS', connect_info => { dsn => 'dbi:SQLite:mimosa.db', user => '', password => '', } ); =head1 NAME App::Mimosa::Model::BCS - Catalyst DBIC Schema Model =head1 SYNOPSIS See L =head1 DESCRIPTION L Model using schema L =head1 GENERATED BY Catalyst::Helper::Model::DBIC::Schema - 0.48 =head1 AUTHOR Duke Leto =head1 LICENSE This library is free software, you can redistribute it and/or modify it under the same terms as Perl itself. =cut 1;