Test::Strict is smarter now
[dbsrgits/DBIx-Class.git] / xt / strictures.t
index 45cc88d..0307cc2 100644 (file)
@@ -23,8 +23,6 @@ find({
     return if m{^(?:
       maint/Makefile.PL.inc/.+                        # all the maint inc snippets are auto-strictured
         |
-      lib/DBIx/Class/Storage/BlockRunner.pm           # Moo undetected
-        |
       t/lib/DBICTest/Util/OverrideRequire.pm          # no stictures by design (load order sensitive)
     )$}x;