NoBindVars + Sybase + MSSQL stuff
[dbsrgits/DBIx-Class.git] / t / lib / DBICTest / FakeComponent.pm
CommitLineData
c037c03a 1# belongs to t/run/30ensure_class_loaded.tl
2package # hide from PAUSE
3 DBICTest::FakeComponent;
4use warnings;
5use strict;
6
71;