Clean up of "DBIx::Class" references to "DBIC"
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Manual.pod
index 60cced0..85883c2 100644 (file)
@@ -4,9 +4,9 @@ DBIx::Class::Manual - Index of the Manual
 
 =head1 DESCRIPTION
 
-This is the L<DBIx::Class> users manual. DBIx::Class is a SQL->OOP mapper.
-This means that it can represent your SQL tables as perl classes, and give
-you convenient accessors and methods for retrieving and updating information
+This is the L<DBIC|DBIx::Class> users manual. L<DBIC|DBIx::Class> is a SQL->OOP
+mapper.  This means that it can represent your SQL tables as perl classes, and
+give you convenient accessors and methods for retrieving and updating information
 from your SQL database.
 
 =head1 SECTIONS