Commit | Line | Data |
6db94aca |
1 | # belongs to t/05components.t |
c6d74d3e |
2 | package # hide from PAUSE |
3 | DBICTest::ForeignComponent; |
6db94aca |
4 | use warnings; |
5 | use strict; |
6 | |
7 | use base qw/ DBIx::Class /; |
8 | |
9 | __PACKAGE__->load_components( qw/ +DBICTest::ForeignComponent::TestComp / ); |
10 | |
11 | 1; |