- Storage/DBI.pm now uses Abstract internally
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Core.pm
index 94e1b2a..6920c51 100644 (file)
@@ -2,6 +2,7 @@ package DBIx::Class::Core;
 
 use strict;
 use warnings;
+no warnings 'qw';
 
 use base qw/DBIx::Class/;
 
@@ -11,7 +12,7 @@ __PACKAGE__->load_components(qw/
   Relationship::ProxyMethods
   Relationship
   InflateColumn
-  SQL::OrderBy
+  #SQL::OrderBy
   SQL::Abstract
   PK
   Table