X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FCore.pm;h=6920c51cbd6fed02f47f273659e6c29c5102c84f;hb=656796f2088da66cc80f4eb127c39c923ef3c1dd;hp=94e1b2a07d02ed1b0c450ed46a72fd85732353b9;hpb=a02675cd9a11e1f354220319da9f5d573a2e484a;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class/Core.pm b/lib/DBIx/Class/Core.pm index 94e1b2a..6920c51 100644 --- a/lib/DBIx/Class/Core.pm +++ b/lib/DBIx/Class/Core.pm @@ -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