fix t/backcompat/0.04006/23dumpmore.t
[dbsrgits/DBIx-Class-Schema-Loader.git] / t / lib / TestComponentForMapFQN.pm
1 package TestComponentForMapFQN;
2
3 sub testcomponentformap_fqn { 'TestComponentForMapFQN works' }
4
5 1;