about summary refs log tree commit diff
path: root/lib/jitterbug/Schema.pm
blob: c671d7803b555783292d7eda39b9ee2f298d0aa8 (plain) (blame)
1
2
3
4
5
6
7
8
package jitterbug::Schema;
use base qw/DBIx::Class::Schema/;

our $VERSION = '4';

__PACKAGE__->load_namespaces();

1;