Schema support added, DBICTest refactored to use it
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Test / SQLite.pm
index b6b22fa..94dd418 100644 (file)
@@ -34,7 +34,7 @@ use strict;
 
 use base qw/DBIx::Class/;
 
-__PACKAGE__->load_components(qw/CDBICompat PK::Auto::SQLite Core/);
+__PACKAGE__->load_components(qw/CDBICompat PK::Auto::SQLite Core DB/);
 
 use File::Temp qw/tempfile/;
 my (undef, $DB) = tempfile();