Now throws exceptions when id_field is invalid or can not be determined
[catagits/Catalyst-Authentication-Store-DBIx-Class.git] / t / lib / TestApp / Schema.pm
1 package TestApp::Schema;
2
3 # Created by DBIx::Class::Schema::Loader v0.03007 @ 2006-10-18 12:38:33
4
5 use strict;
6 use warnings;
7
8 use base 'DBIx::Class::Schema';
9
10 __PACKAGE__->load_classes;
11
12 1;