Fixed case where no uuid module found so that it dies with error, not with method...
[dbsrgits/DBIx-Class-UUIDColumns.git] / t / lib / UUIDTest / Schema.pm
CommitLineData
773544fd 1package # hide from PAUSE
2 UUIDTest::Schema;
3
4use base qw/DBIx::Class::Schema/;
5
6no warnings qw/qw/;
7
8__PACKAGE__->load_classes(qw/ Test /);
9
101;