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