Update to hide modules from the PAUSE Indexer.
[dbsrgits/DBIx-Class.git] / t / lib / DBICTest / ForeignComponent / TestComp.pm
1 #   belongs to t/05components.t
2 package # hide from PAUSE
3     DBICTest::ForeignComponent::TestComp;
4 use warnings;
5 use strict;
6
7 sub foreign_test_method { 1 }
8
9 1;