Fix POISON_ENV warning missed in both 5c33c8be and 44c1a75d
[dbsrgits/DBIx-Class.git] / t / lib / DBICTest / Base.pm
1 package #hide from pause
2   DBICTest::Base;
3
4 use strict;
5 use warnings;
6
7 use DBICTest::Util;
8
9 sub _skip_namespace_frames { '^DBICTest' }
10
11 1;