add self to credits
[dbsrgits/DBIx-Class-Schema-Loader.git] / t / lib / TestComponentForMapFQN.pm
CommitLineData
5ad21d3c 1package TestComponentForMapFQN;
f8c2ca5e 2use strict;
3use warnings;
5ad21d3c 4
5sub testcomponentformap_fqn { 'TestComponentForMapFQN works' }
6
71;