Test::Strict is smarter now
Peter Rabbitson [Wed, 27 Feb 2013 10:27:50 +0000 (11:27 +0100)]
lib/DBIx/Class/Optional/Dependencies.pm
xt/strictures.t

index faba747..ae461fb 100644 (file)
@@ -197,7 +197,7 @@ my $reqs = {
 
   test_strictures => {
     req => {
-      'Test::Strict'              => '0.16',
+      'Test::Strict'              => '0.20',
     },
   },
 
index 90738c5..0307cc2 100644 (file)
@@ -23,15 +23,7 @@ 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)
-        |
-      lib/DBIx/Class/Storage/DBI/Replicated/Replicant.pm  # Moose::Role no longer detected (RT#83433)
-        |
-      lib/DBIx/Class/Storage/DBI/Replicated/WithDSN.pm    # Moose::Role no longer detected (RT#83433)
-        |
-      lib/DBIx/Class/Storage/DBI/Replicated/Balancer.pm   # Moose::Role no longer detected (RT#83433)
     )$}x;
 
     my $f = $_;