From: Alexander Hartmaier Date: Mon, 18 Jan 2010 14:53:08 +0000 (+0000) Subject: better pod thanks to ribasushi X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ad91ed7400af5239bca95cd334449a9a81b062da;p=dbsrgits%2FDBIx-Class-Historic.git better pod thanks to ribasushi --- diff --git a/lib/SQL/Translator/Parser/DBIx/Class.pm b/lib/SQL/Translator/Parser/DBIx/Class.pm index d1ca66e..8b68e83 100644 --- a/lib/SQL/Translator/Parser/DBIx/Class.pm +++ b/lib/SQL/Translator/Parser/DBIx/Class.pm @@ -421,7 +421,8 @@ L. =head2 add_fk_index Create an index for each foreign key. -It defaults to enabled because this is a sensible default which accelerates most rdbms. +Enabled by default, as having indexed foreign key columns is normally the +sensible thing to do. =head2 sources @@ -430,8 +431,8 @@ It defaults to enabled because this is a sensible default which accelerates most =item Arguments: @classes =back - -To explicitly specify which ResultSources should be parsed. + +Limit the amount of parsed sources by supplying an explicit list of source names. =head1 SEE ALSO