Added pager support, same syntax as Sweet. Also fixed a few issues with ResultSet...
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Core.pm
index 5dc4096..b1d95fa 100644 (file)
@@ -9,6 +9,7 @@ use base qw/DBIx::Class/;
 __PACKAGE__->load_components(qw/
   InflateColumn
   Relationship
+  Pager
   PK
   Row
   Table