Refactored pagination into search method, Sweet syntax is now in Compat
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Core.pm
index b1d95fa..5dc4096 100644 (file)
@@ -9,7 +9,6 @@ use base qw/DBIx::Class/;
 __PACKAGE__->load_components(qw/
   InflateColumn
   Relationship
-  Pager
   PK
   Row
   Table