Really fix @INC munging of the taint test
[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;