[Catalyst] Handling configuration outside the Catalyst application

Sebastian Willert willert at gmail.com
Fri Aug 28 10:22:13 GMT 2009


On Fri, 2009-08-28 at 12:10 +1000, Daniel Austin wrote:
> Hello
> 
> How are you handling configuration for applications or code that run
> outside of Catalyst?
>
> [snip]

If you are just trying to emulate Catalyst's config loading mechanism to
connect the schema yourself then have a look at Config::JFDI on CPAN, it
does (or at least advertises to do) exactly what you want.

Hint: maybe use Catalyst::Utils for appprefix and home

HTH,
  Sebastian




More information about the Catalyst mailing list