From: Dagfinn Ilmari Mannsåker Date: Wed, 27 Jun 2018 11:51:54 +0000 (+0100) Subject: Fix DBIC::Schema->compose_namespace POD link X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Model-DBIC-Schema.git;a=commitdiff_plain;h=f9fc703ef23fb411c1fa53bdf10c6534ba0e7d3b Fix DBIC::Schema->compose_namespace POD link --- diff --git a/lib/Catalyst/Model/DBIC/Schema.pm b/lib/Catalyst/Model/DBIC/Schema.pm index a0dc60e..6abd49a 100644 --- a/lib/Catalyst/Model/DBIC/Schema.pm +++ b/lib/Catalyst/Model/DBIC/Schema.pm @@ -308,7 +308,7 @@ Traits that come with the distribution: =head2 compose_namespaces -This model calls L by default to +This model calls L by default to install classes into the model namespaces. You can turn that off by setting this attribute to false. Default is true.