From: Peter Rabbitson Date: Mon, 18 Feb 2013 20:22:26 +0000 (+0100) Subject: New Test::Strict no longer detects Moose::Role (RT#83433) - workaround X-Git-Tag: v0.08241~8 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=commitdiff_plain;h=9e6eeb1b757fa02f9e976afa2de4dc21062c1d42 New Test::Strict no longer detects Moose::Role (RT#83433) - workaround --- diff --git a/xt/strictures.t b/xt/strictures.t index 9e94cfa..0ece5c9 100644 --- a/xt/strictures.t +++ b/xt/strictures.t @@ -30,6 +30,12 @@ find({ 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 = $_;