Institute a central "load this first in testing" package
[dbsrgits/DBIx-Class.git] / t / lib / DBICTest / Base.pm
CommitLineData
bedbc811 1package #hide from pause
2 DBICTest::Base;
3
4use strict;
5use warnings;
6
c0329273 7use DBICTest::Util;
bedbc811 8
9sub _skip_namespace_frames { '^DBICTest' }
10
111;