Get rid of Path::Class ( that *does* feel good )
[dbsrgits/DBIx-Class-Historic.git] / t / lib / DBICTest / FakeComponent.pm
CommitLineData
efe6365b 1# belongs to t/run/90ensure_class_loaded.tl
8273e845 2package # hide from PAUSE
c037c03a 3 DBICTest::FakeComponent;
4use warnings;
5use strict;
6
71;