X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass.pm;h=db6eda095904bd4ca6636f790cab169696d816f7;hb=503536d5b216b4d85ed3f5420f3db93d4c033d86;hp=83064ceca5c7c8d80d9c04d241264e90a0dc635a;hpb=07037f89d4d9bf97c59a2c083de74f669521da47;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm index 83064ce..db6eda0 100644 --- a/lib/DBIx/Class.pm +++ b/lib/DBIx/Class.pm @@ -61,7 +61,7 @@ yo load the approriate PK::Auto subclass - e.g. interface) If you fancy playing around with DBIx::Class from scratch, then read the docs -for ::Table and ::Relationship, +for DBIx::Class::Table, ::Row, ::Schema, ::DB and ::Relationship, use base qw/DBIx::Class/; __PACKAGE__->load_components(qw/Core DB/);