From: Rafael Kitover Date: Sun, 23 Aug 2009 04:11:10 +0000 (+0000) Subject: minor doc tweaks X-Git-Tag: v0.27~5 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Model-DBIC-Schema.git;a=commitdiff_plain;h=e203cd424184388b3a9397eef9a9ac0cbf4f1d67 minor doc tweaks --- diff --git a/Changes b/Changes index e0741a5..d591272 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,6 @@ Revision history for Perl extension Catalyst::Model::DBIC::Schema - - make schema a delegate for model + - make schema a delegate for model (caelum) 0.26 Wed Jul 29 16:16:09 PDT 2009 - fix loading connect_info from schema-defined connection diff --git a/lib/Catalyst/Model/DBIC/Schema.pm b/lib/Catalyst/Model/DBIC/Schema.pm index b15db1f..f7f5aaa 100644 --- a/lib/Catalyst/Model/DBIC/Schema.pm +++ b/lib/Catalyst/Model/DBIC/Schema.pm @@ -515,7 +515,7 @@ sub connect { shift->composed_schema->connect(@_); } =head2 setup -Called at C> time before configuration, but after L is +Called at C time before configuration, but after L is set. To do something after configuuration use C<< after BUILD => >>. =cut @@ -627,7 +627,7 @@ Stuff related to DBIC and this Model style: L, L, L, L, -L +L, L Traits: @@ -636,11 +636,11 @@ L =head1 AUTHOR -Brandon L Black, C +Brandon L Black C -Contributors: +=head1 CONTRIBUTORS -Rafael Kitover, C +caelum: Rafael Kitover C =head1 COPYRIGHT diff --git a/lib/Catalyst/TraitFor/Model/DBIC/Schema/Replicated.pm b/lib/Catalyst/TraitFor/Model/DBIC/Schema/Replicated.pm index 213674c..e62250a 100644 --- a/lib/Catalyst/TraitFor/Model/DBIC/Schema/Replicated.pm +++ b/lib/Catalyst/TraitFor/Model/DBIC/Schema/Replicated.pm @@ -125,7 +125,7 @@ after BUILD => sub { L, L, L, -L, L +L =head1 AUTHOR