Add author test for use strict/warnings
[dbsrgits/DBIx-Class-Schema-Loader.git] / t / lib / DBIXCSL_Test / Schema / MyResult / LoaderTest1.pm
1 package DBIXCSL_Test::Schema::MyResult::LoaderTest1;
2 use strict;
3 use warnings;
4
5 sub loader_test1_classmeth { 'all is well' }
6
7 1;