From: Kieren Diment Date: Thu, 4 Mar 2010 10:07:43 +0000 (+0000) Subject: update xml entry to be more complete and useful, thanks teejay X-Git-Tag: v0.28~6 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c61fb7581d90b3f6c7ab682b6d3351104f82709a;hp=ddb0ab257320d0348fcf5e6bde2ded302a46ca09;p=catagits%2FCatalyst-Plugin-ConfigLoader.git update xml entry to be more complete and useful, thanks teejay --- diff --git a/lib/Catalyst/Plugin/ConfigLoader/Manual.pod b/lib/Catalyst/Plugin/ConfigLoader/Manual.pod index d3f6bfb..36283c8 100644 --- a/lib/Catalyst/Plugin/ConfigLoader/Manual.pod +++ b/lib/Catalyst/Plugin/ConfigLoader/Manual.pod @@ -125,15 +125,29 @@ Catalyst::Plugin::ConfigLoader::Manual - Guide to using the ConfigLoader plugin =head3 Example Config - - TestApp - - bar - - - xyzzy + + MyApp::CMS + + /var/www/docs/myapp-cms/uploads + + + dbi:mysql:cmsdb + user + password - + + /var/www/docs/myapp-cms/templates + UTF-8 + 1 + 2 + 2 + + + + +Note that the name attribute for the C tag should be the relative +namespace of the Catalyst model, not the absolute one. That is for +C the C attribute should be C. =head2 YAML