Add link to SQLHackers documentation
[dbsrgits/DBIx-Class.git] / t / lib / DBICTest / OptionalComponent.pm
CommitLineData
efe6365b 1# belongs to t/run/90ensure_class_loaded.tl
2package # hide from PAUSE
3 DBICTest::OptionalComponent;
4use warnings;
5use strict;
6
71;