Moved might_have compat back out into a CDBICompat class and documented stuff
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class.pm
index 83064ce..db6eda0 100644 (file)
@@ -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/);