From: Arthur Axel 'fREW' Schmidt Date: Thu, 14 Jul 2011 21:56:13 +0000 (-0500) Subject: Fix spurious test failures caused by use of Data::Compare X-Git-Tag: v0.08194~13 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8c49ff1aa472bfc3c21f14a03411ca95893226fe;p=dbsrgits%2FDBIx-Class.git Fix spurious test failures caused by use of Data::Compare --- diff --git a/Changes b/Changes index 8af1654..d8613d7 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ Revision history for DBIx::Class + * Fixes + - Fix spurious test failures caused by use of Data::Compare + 0.08193 2011-07-14 17:00 (UTC) * New Features / Changes - Allow schema cloning to mutate attributes diff --git a/t/53lean_startup.t b/t/53lean_startup.t index 83e7dc8..f5de896 100644 --- a/t/53lean_startup.t +++ b/t/53lean_startup.t @@ -14,6 +14,10 @@ BEGIN { use strict; use warnings; use Test::More; +# this is only being used because Data::Compare is dumb and has a weird +# plugin infrastructure and ends up loading a bunch of random stuff for +# various people +use Data::Compare; BEGIN { my $core_modules = { map { $_ => 1 } qw/