Update 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
c6d74d3e 2package # hide from PAUSE
3 DBICTest::ForeignComponent::TestComp;
6db94aca 4use warnings;
5use strict;
6
7sub foreign_test_method { 1 }
8
91;