From: Peter Rabbitson Date: Wed, 27 Feb 2013 10:27:50 +0000 (+0100) Subject: Test::Strict is smarter now X-Git-Tag: v0.08209~5 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b2c1212f1e936babcecde9dc8d7562f892f9ef7f;hp=569b96bba24cd24097c3496d6c6da02498933190;p=dbsrgits%2FDBIx-Class.git Test::Strict is smarter now --- diff --git a/lib/DBIx/Class/Optional/Dependencies.pm b/lib/DBIx/Class/Optional/Dependencies.pm index faba747..ae461fb 100644 --- a/lib/DBIx/Class/Optional/Dependencies.pm +++ b/lib/DBIx/Class/Optional/Dependencies.pm @@ -197,7 +197,7 @@ my $reqs = { test_strictures => { req => { - 'Test::Strict' => '0.16', + 'Test::Strict' => '0.20', }, }, diff --git a/xt/strictures.t b/xt/strictures.t index 90738c5..0307cc2 100644 --- a/xt/strictures.t +++ b/xt/strictures.t @@ -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 = $_;