Document test failure fix with the upcoming DBIC 0.082800
[dbsrgits/DBIx-Class-Schema-Loader.git] / t / lib / TestSchemaComponentFQN.pm
1 package TestSchemaComponentFQN;
2
3 sub testschemacomponent_fqn { 'TestSchemaComponentFQN works' }
4
5 1;