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