On Mon, Aug 20, 2007 at 06:39:20PM -0400, Barry Hoggard wrote:
> I see Matt has said that .conf will be the default as of 5.8.  Could
> someone point me to an example file?  I looked at Matt's slides, and
> searching the archives for such a thing is hard, but I have
> occasionally stumbled across short examples.  I'm using
> 
> DBIx::Class::Schema::Loader
> View:TT
> 
> plus a number of constants for things like my Google API key.

perl -Ilib -e 'use MyApp; use Config::General; 
  Config::General->new->save_file("myapp.conf", MyApp->config);'

should give you a fairly good head start.

-- 
      Matt S Trout       Need help with your Catalyst or DBIx::Class project?
   Technical Director    Want a managed development or deployment platform?
 Shadowcat Systems Ltd.  Contact mst (at) shadowcatsystems.co.uk for a quote
http://chainsawblues.vox.com/                    http://www.shadowcat.co.uk/ 

_______________________________________________
List: [email protected]
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/

Reply via email to