added rels to view result classes in test schema
[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;