Schema support added, DBICTest refactored to use it
[dbsrgits/DBIx-Class.git] / t / testlib / CDBase.pm
index 6cc4c6d..6fdd422 100644 (file)
@@ -2,7 +2,7 @@ package CDBase;
 
 use strict;
 use base qw(DBIx::Class);
-__PACKAGE__->load_components(qw/CDBICompat Core/);
+__PACKAGE__->load_components(qw/CDBICompat Core DB/);
 
 use File::Temp qw/tempfile/;
 my (undef, $DB) = tempfile();