Add author test for use strict/warnings
[dbsrgits/DBIx-Class-Schema-Loader.git] / t / backcompat / 0.04006 / lib / DBIx / Class / TestComponent.pm
CommitLineData
9a95164d 1package DBIx::Class::TestComponent;
f8c2ca5e 2use strict;
3use warnings;
9a95164d 4
5sub dbix_class_testcomponent { 'dbix_class_testcomponent works' }
6
71;