Trailing WS crusade - got to save them bits
[dbsrgits/DBIx-Class.git] / t / lib / DBICTest / ForeignComponent.pm
CommitLineData
6db94aca 1# belongs to t/05components.t
8273e845 2package # hide from PAUSE
c6d74d3e 3 DBICTest::ForeignComponent;
6db94aca 4use warnings;
5use strict;
6
7use base qw/ DBIx::Class /;
8
9__PACKAGE__->load_components( qw/ +DBICTest::ForeignComponent::TestComp / );
10
111;