RT#22364 (ASH) hopefully fixed with updated prereq
[dbsrgits/DBIx-Class-UUIDColumns.git] / t / lib / DBIC / Test / Schema.pm
CommitLineData
3469b243 1# $Id: Schema.pm 3236 2007-05-05 16:24:35Z claco $\r
2package DBIC::Test::Schema;\r
3use strict;\r
4use warnings;\r
5\r
6BEGIN {\r
7 use base qw/DBIx::Class::Schema/;\r
8};\r
9__PACKAGE__->load_classes;\r
10\r
11sub dsn {\r
12 return shift->storage->connect_info->[0];\r
13};\r
14\r
151;\r