git rid of some unnecesary test warnings
[dbsrgits/DBIx-Class-DeploymentHandler.git] / t / lib / DBICTest / ForeignComponent / TestComp.pm
CommitLineData
b974984a 1# belongs to t/05components.t
2package # hide from PAUSE
3 DBICTest::ForeignComponent::TestComp;
4use warnings;
5use strict;
6
7sub foreign_test_method { 1 }
8
91;