Add author test for use strict/warnings
[dbsrgits/DBIx-Class-Schema-Loader.git] / t / lib / DBIXCSL_Test / Schema / MyResult / LoaderTest1.pm
index f80a699..4b46e23 100644 (file)
@@ -1,4 +1,6 @@
 package DBIXCSL_Test::Schema::MyResult::LoaderTest1;
+use strict;
+use warnings;
 
 sub loader_test1_classmeth { 'all is well' }