Further tradeoffs on relationship sanity checking (augments 9e7525a2)
[dbsrgits/DBIx-Class-Historic.git] / t / lib / PrefetchBug.pm
1 package
2     PrefetchBug;
3
4 use strict;
5 use warnings;
6
7 use base qw/DBIx::Class::Schema/;
8
9 __PACKAGE__->load_classes();
10
11 1;