From: Michael G Schwern Date: Wed, 13 Feb 2008 05:16:34 +0000 (-0800) Subject: Remove the big, out of date list of CDBICompat components X-Git-Tag: v0.08240~541^2~30 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=commitdiff_plain;h=474481a9b9d8ef3f4eda69c23a10f3700ac0c0b8 Remove the big, out of date list of CDBICompat components Document the limits of CDBI::Relationship support --- diff --git a/lib/DBIx/Class/CDBICompat.pm b/lib/DBIx/Class/CDBICompat.pm index 1115eab..ebeb22a 100644 --- a/lib/DBIx/Class/CDBICompat.pm +++ b/lib/DBIx/Class/CDBICompat.pm @@ -72,63 +72,6 @@ provided it looks something like this: CDBICompat::MightHave /); -=head1 COMPONENTS - -=over 4 - -=item AccessorMapping - -=item AbstractSearch - -Compatibility with Class::DBI::AbstractSearch. - -=item AttributeAPI - -=item AutoUpdate - -Allows you to turn on automatic updates for column values. - -=item ColumnCase - -=item ColumnGroups - -=item Constraints - -=item Constructor - -=item DestroyWarning - -=item GetSet - -=item HasA - -=item HasMany - -=item ImaDBI - -=item LazyLoading - -=item LiveObjectIndex - -The live object index tries to ensure there is only one version of a object -in the perl interpreter. - -=item MightHave - -=item ObjIndexStubs - -=item ReadOnly - -=item Retrieve - -=item Stringify - -=item TempColumns - -=item Triggers - -=item PassThrough - =back =head1 LIMITATIONS @@ -149,9 +92,9 @@ Not documented in Class::DBI. CDBICompat's columns() returns a plain string, no Undocumented CDBI method. -=item meta_info() +=item Class::DBI::Relationship -Undocumented CDBI method. +The semi-documented Class::DBI::Relationship objects returned by C are mostly emulated except for their C method. =back