use Path::Class for finding subdirs of t and don't use global filehandle for slurping
[dbsrgits/DBIx-Class.git] / t / lib / testinclude / DBICTestAdminInc.pm
1 package DBICTestAdminInc;
2 use base 'DBIx::Class::Schema';
3
4 sub connect { exit 70 } # this is what the test will expect to see
5
6 1;