Commit | Line | Data |
---|---|---|
bedbc811 | 1 | package #hide from pause |
2 | DBICTest::Base; | |
3 | ||
4 | use strict; | |
5 | use warnings; | |
6 | ||
c0329273 | 7 | use DBICTest::Util; |
bedbc811 | 8 | |
3aa25d8b | 9 | # FIXME - Carp::Skip should somehow allow for augmentation based on |
10 | # mro::get_linear_isa or somesuch... | |
bedbc811 | 11 | sub _skip_namespace_frames { '^DBICTest' } |
12 | ||
13 | 1; |