refactor module to itegrate with InflateColumn::DateTime and TimeStamp
[dbsrgits/DBIx-Class-DateTime-Epoch.git] / t / lib / MySchema.pm
1 package MySchema;
2
3 use strict;
4 use warnings;
5
6 use base qw( DBIx::Class::Schema );
7
8 __PACKAGE__->load_classes;
9
10 1;