Merge branch 'current/for_cpan_index' into current/dq
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / SQLMaker / SQLite.pm
index b3d6d2c..cf4b8fa 100644 (file)
@@ -2,7 +2,10 @@ package # Hide from PAUSE
   DBIx::Class::SQLMaker::SQLite;
 
 use base qw( DBIx::Class::SQLMaker );
-use Carp::Clan qw/^DBIx::Class|^SQL::Abstract/;
+
+#sub _build_renderer_class {
+#  Module::Runtime::use_module('Data::Query::Renderer::SQL::SQLite')
+#}
 
 #
 # SQLite does not understand SELECT ... FOR UPDATE