Fix spurious test failures caused by use of Data::Compare
Arthur Axel 'fREW' Schmidt [Thu, 14 Jul 2011 21:56:13 +0000 (16:56 -0500)]
Changes
t/53lean_startup.t

diff --git a/Changes b/Changes
index 8af1654..d8613d7 100644 (file)
--- 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
index 83e7dc8..f5de896 100644 (file)
@@ -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/