Add strict/warnings test, adjust all offenders (wow, that was a lot)
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Optional / Dependencies.pm
index a21e99b..a96c189 100644 (file)
@@ -189,6 +189,12 @@ my $reqs = {
     },
   },
 
+  test_strictures => {
+    req => {
+      'Test::Strict'              => '0.16',
+    },
+  },
+
   test_prettydebug => {
     req => $json_any,
   },