From: Rafael Kitover Date: Wed, 27 Jul 2011 03:46:56 +0000 (-0400) Subject: add documentation links to helper POD X-Git-Tag: v0.51~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Model-DBIC-Schema.git;a=commitdiff_plain;h=9d22a568d63517cfd3816fe8e8f1a2784cebd0f7 add documentation links to helper POD Adds links to DBIx::Class::Schema::Loader::Base, DBIx::Class::Schema/connect and DBIx::Class::Storage::DBI/connect_info POD to the helper POD. --- diff --git a/lib/Catalyst/Helper/Model/DBIC/Schema.pm b/lib/Catalyst/Helper/Model/DBIC/Schema.pm index f2dc1c9..16e8634 100644 --- a/lib/Catalyst/Helper/Model/DBIC/Schema.pm +++ b/lib/Catalyst/Helper/Model/DBIC/Schema.pm @@ -61,14 +61,15 @@ the generated classes by hand to refine them. C is the list of traits to apply to the model, see L for details. -C are described in L below. - -C arguments are the same as what -DBIx::Class::Schema::connect expects, and are storage_type-specific. -For DBI-based storage, these arguments are the dsn, username, -password, and connect options, respectively. These are optional for -existing Schemas, but required if you use either of the C -options. +C are documented in L +and some examples are given in L below. + +C arguments are the same as what L +expects, and are storage_type-specific. They are documented in +L. For DBI-based storage, these +arguments are the dsn, username, password, and connect options, respectively. +These are optional for existing Schemas, but required if you use either of the +C options. username and password can be omitted for C dsns.