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 _______________________________________________ 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/
