start of foreign key support
[DBIx-DBSchema.git] / DBSchema / ColGroup / Unique.pm
index 450043f..5f98e3c 100644 (file)
@@ -18,14 +18,14 @@ DBIx::DBSchema::ColGroup::Unique - Unique column group object
 
 =head1 DESCRIPTION
 
+This class is deprecated and included for backwards-compatibility only.
+See L<DBIx::DBSchema::Index> for the current class used to store unique
+and non-unique indices.
+
 DBIx::DBSchema::ColGroup::Unique objects represent the unique indices of a
 database table (L<DBIx::DBSchema::Table>).  DBIx::DBSchema::ColGroup:Unique
 inherits from DBIx::DBSchema::ColGroup.
 
-=head1 BUGS
-
-Is this empty subclass needed?
-
 =head1 SEE ALSO
 
 L<DBIx::DBSchema::ColGroup>,  L<DBIx::DBSchema::ColGroup::Index>,