add_components() doesn't prepend base when comp. prefixed with +
[dbsrgits/DBIx-Class.git] / t / lib / DBICTest / ForeignComponent / TestComp.pm
1 #   belongs to t/05components.t
2 package DBICTest::ForeignComponent::TestComp;
3 use warnings;
4 use strict;
5
6 sub foreign_test_method { 1 }
7
8 1;