Two more sets of might_have - has_many relationships for extra tests
[dbsrgits/DBIx-Class.git] / t / lib / DBICTest / FakeComponent.pm
CommitLineData
efe6365b 1# belongs to t/run/90ensure_class_loaded.tl
c037c03a 2package # hide from PAUSE
3 DBICTest::FakeComponent;
4use warnings;
5use strict;
6
71;