X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass.pm;h=523c01a1c43be092c35346f3ebf8172516202130;hb=00787068e1b52fee265e68bb99708bb253f4e980;hp=bbfdc17102135b900f1fc695adad400a741b1260;hpb=958bcea5fcf02c0c13e934dd03103d8421dcc144;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm index bbfdc17..523c01a 100644 --- a/lib/DBIx/Class.pm +++ b/lib/DBIx/Class.pm @@ -8,7 +8,6 @@ use base qw/DBIx::Class::Componentised Class::Data::Inheritable/; $VERSION = '0.04001'; - 1; =head1 NAME @@ -54,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.