Self-cleaning is not yet entirely stable - back it out for the time being
[dbsrgits/DBIx-Class.git] / t / lib / PrefetchBug.pm
CommitLineData
a48693f4 1package
2 PrefetchBug;
3
4use strict;
5use warnings;
6
7use base qw/DBIx::Class::Schema/;
8
9__PACKAGE__->load_classes();
10
111;