Update to add myself to contributors and to hide Modules from the PAUSE Indexer.
[dbsrgits/DBIx-Class.git] / t / lib / DBICTest / ForeignComponent / TestComp.pm
CommitLineData
6db94aca 1# belongs to t/05components.t
2package DBICTest::ForeignComponent::TestComp;
3use warnings;
4use strict;
5
6sub foreign_test_method { 1 }
7
81;