On 01/22/2012 06:16 PM, Robert Rothenberg wrote:
It doesn't quite look like what I expect. Excerpts:
"Plugin::Session" => {
storage => "/tmp/myapp/session",
},
"View::TT" => {
COMPILE_DIR => "/tmp/myapp/template_cache",
},
Those are the defaults that are set in the module. I want to override them
in the conf file.
Hold on. Does it mean that you're setting COMPILE_DIR to
"/tmp/myapp/template_cache" on MyApp::View::TT and you're trying to
override it on the config file?
Can you show us View/TT.pm please? I'm pretty sure that changing the
config in the component module overrides the *.conf file, but couldn't
find it in the docs.
_______________________________________________
List: [email protected]
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/