added result_roles and result_roles_map options, fixed a bug with accessor collision...
[dbsrgits/DBIx-Class-Schema-Loader.git] / t / lib / TestComponentFQN.pm
CommitLineData
71687093 1package TestComponentFQN;
2
3sub testcomponent_fqn { 'TestComponentFQN works' }
4
51;