Merge 'trunk' into 'DBIx-Class-resultset'
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class.pm
index f0d7a7a..322f590 100644 (file)
@@ -8,8 +8,6 @@ use base qw/DBIx::Class::Componentised Class::Data::Accessor/;
 
 sub mk_classdata { shift->mk_classaccessor(@_); }
 
-$VERSION = '0.0499_01';
-
 1;
 
 =head1 NAME 
@@ -55,7 +53,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 +90,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