bumped version to 0.04999_02 after dev release
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class.pm
index f0d7a7a..ab9c53a 100644 (file)
@@ -8,7 +8,7 @@ use base qw/DBIx::Class::Componentised Class::Data::Accessor/;
 
 sub mk_classdata { shift->mk_classaccessor(@_); }
 
-$VERSION = '0.0499_01';
+$VERSION = '0.04999_02';
 
 1;
 
@@ -55,7 +55,7 @@ Some examples where different database connections are useful are:
 different users with different rights
 different databases with the same schema.
 
-=head1 Simple
+=head2 Simple
 
 First you need to create a base class which all other classes will inherit from.
 See L<DBIx::Class::DB> for information on how to do this.
@@ -92,6 +92,8 @@ manual below.
 
 =head2 L<DBIx::Class::PK> - primary key methods
 
+=head2 L<DBIx::Class::ResultSet> - search result-set methods
+
 =head2 L<DBIx::Class::Relationship> - relationships between tables
 
 =head1 AUTHOR