X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FCookbook.pod;h=6b5d47ad64520beb7311553a7c3df2c6f7e858fc;hp=7e8bcf97a91807d1429af9423c96047a9b9725cd;hb=7e4aa7c669d1a0e4e8183c6c9186a77b0079ad3d;hpb=5abded07e91219302e0536d98c9a0d5e5fd58e13 diff --git a/lib/Catalyst/Manual/Cookbook.pod b/lib/Catalyst/Manual/Cookbook.pod index 7e8bcf9..6b5d47a 100644 --- a/lib/Catalyst/Manual/Cookbook.pod +++ b/lib/Catalyst/Manual/Cookbook.pod @@ -1,3 +1,5 @@ +=encoding utf8 + =head1 NAME Catalyst::Manual::Cookbook - Cooking with Catalyst @@ -215,6 +217,10 @@ This is equivalent to: # configure email sending __PACKAGE__->config( email => [qw/SMTP localhost/] ); +L explains precedence of multiple sources for configuration +values, how to access the values in your components, and many 'base' +config variables used internally. + See also L. =head1 Skipping your VCS's directories