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