Hack around a stupid SQL::Abstract bug and add GROUP BY support
[dbsrgits/DBIx-Class-Historic.git] / t / testlib / CDBase.pm
index 0a9ecc0..6fdd422 100644 (file)
@@ -2,6 +2,7 @@ package CDBase;
 
 use strict;
 use base qw(DBIx::Class);
+__PACKAGE__->load_components(qw/CDBICompat Core DB/);
 
 use File::Temp qw/tempfile/;
 my (undef, $DB) = tempfile();