Fix more taint.t failures under local::lib
[dbsrgits/DBIx-Class.git] / xt / dist / strictures.t
index 93feda8..8d15f12 100644 (file)
@@ -41,6 +41,8 @@ find({
     return if m{^(?:
       maint/Makefile.PL.inc/.+                        # all the maint inc snippets are auto-strictured
         |
+      t/lib/DBICTest/WithTaint.pm                     # no stictures by design (trips up local::lib on older perls)
+        |
       t/lib/DBICTest/Util/OverrideRequire.pm          # no stictures by design (load order sensitive)
         |
       t/lib/ANFANG.pm                                 # no stictures by design (load speed sensitive)