Update Firebird ODBC driver download URL
[dbsrgits/DBIx-Class-Schema-Loader.git] / t / lib / TestComponentFQN.pm
1 package TestComponentFQN;
2 use strict;
3 use warnings;
4
5 sub testcomponent_fqn { 'TestComponentFQN works' }
6
7 1;