Skip to content

Commit

Permalink
Test::Strict is smarter now
Browse files Browse the repository at this point in the history
  • Loading branch information
ribasushi committed Feb 27, 2013
1 parent 569b96b commit b2c1212
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion lib/DBIx/Class/Optional/Dependencies.pm
Expand Up @@ -197,7 +197,7 @@ my $reqs = {

test_strictures => {
req => {
'Test::Strict' => '0.16',
'Test::Strict' => '0.20',
},
},

Expand Down
8 changes: 0 additions & 8 deletions xt/strictures.t
Expand Up @@ -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 = $_;
Expand Down

0 comments on commit b2c1212

Please sign in to comment.