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