Add author test for use strict/warnings
[dbsrgits/DBIx-Class-Schema-Loader.git] / t / lib / TestComponentForMapFQN.pm
index a63f79a..80c1aec 100644 (file)
@@ -1,4 +1,6 @@
 package TestComponentForMapFQN;
+use strict;
+use warnings;
 
 sub testcomponentformap_fqn { 'TestComponentForMapFQN works' }