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.08208~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4f7580b23a647ab1449fcd5a431d0f5d1a920e32;hp=31399b48455c44ca45cc1e143ae58ef0a55ce2ff;p=dbsrgits%2FDBIx-Class.git New Test::Strict no longer detects Moose::Role (RT#83433) - workaround --- diff --git a/xt/strictures.t b/xt/strictures.t index 45cc88d..90738c5 100644 --- a/xt/strictures.t +++ b/xt/strictures.t @@ -26,6 +26,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 = $_;