
Catalyst::Model::DBIC::ConfigPerSite - superclass for DBIC::Schema models

Provides per-site database connections in your DBIC::Schema model

package MyApp::Model::DBIC;
use Moose;
extends 'Catalyst::Model::DBIC::ConfigPerSite';
...


Catalyst::Component::InstancePerContext Moose::Role

Aaron Trevena, E<lt>aaron@aarontrevena.co.ukE<gt>

Copyright (C) 2010-2013 by Aaron Trevena This library is free software; you can redistribute it and/or it under the same terms as Perl itself, either Perl version 5 at your option, any later version of Perl 5 you may have avai