Add author test for use strict/warnings
[dbsrgits/DBIx-Class-Schema-Loader.git] / t / lib / TestComponentFQN.pm
index 772c7eb..415e31e 100644 (file)
@@ -1,4 +1,6 @@
 package TestComponentFQN;
+use strict;
+use warnings;
 
 sub testcomponent_fqn { 'TestComponentFQN works' }