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