Update to add myself to contributors and to hide Modules from the PAUSE Indexer.
[dbsrgits/DBIx-Class.git] / t / lib / DBICTest / ForeignComponent.pm
CommitLineData
6db94aca 1# belongs to t/05components.t
2package DBICTest::ForeignComponent;
3use warnings;
4use strict;
5
6use base qw/ DBIx::Class /;
7
8__PACKAGE__->load_components( qw/ +DBICTest::ForeignComponent::TestComp / );
9
101;