add =encoding to make pod tests happy
[catagits/Catalyst-Manual.git] / lib / Catalyst / Manual / Cookbook.pod
index 7e8bcf9..6b5d47a 100644 (file)
@@ -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<Catalyst> 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<Config::General|Config::General>.
 
 =head1 Skipping your VCS's directories