X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass.pm;h=322f5906607110d48528accead9c175c73ce282b;hb=89bfba91c9347d7ef481dd3f33365fdd3c003c62;hp=f0d7a7ad120963e9c7908d63dd17ef4e8284df08;hpb=8091aa9182ff763aa607dd82f4d61b99f8adab37;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm index f0d7a7a..322f590 100644 --- a/lib/DBIx/Class.pm +++ b/lib/DBIx/Class.pm @@ -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 for information on how to do this. @@ -92,6 +90,8 @@ manual below. =head2 L - primary key methods +=head2 L - search result-set methods + =head2 L - relationships between tables =head1 AUTHOR