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
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/