add _verify_pid and _verify_tid to methods that croak in ::Replicated
[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;