X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FPlugin%2FConfigLoader%2FManual.pod;fp=lib%2FCatalyst%2FPlugin%2FConfigLoader%2FManual.pod;h=36283c85ca370ac802616085f0a4c48e87cbe439;hb=c61fb7581d90b3f6c7ab682b6d3351104f82709a;hp=d3f6bfb00fae82398aee2ab5156f67fc3624a454;hpb=ddb0ab257320d0348fcf5e6bde2ded302a46ca09;p=catagits%2FCatalyst-Plugin-ConfigLoader.git 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