Add author test for use strict/warnings
[dbsrgits/DBIx-Class-Schema-Loader.git] / t / lib / TestComponentForMapFQN.pm
1 package TestComponentForMapFQN;
2 use strict;
3 use warnings;
4
5 sub testcomponentformap_fqn { 'TestComponentForMapFQN works' }
6
7 1;