Re: [Catalyst] Re: question for mst : using $c->config->{blah} ...

2008-08-04 Thread Matt S Trout
On Mon, Aug 04, 2008 at 01:59:06PM +0200, Daniel McBrearty wrote: > On Mon, Aug 4, 2008 at 11:14 AM, Matt S Trout <[EMAIL PROTECTED]> wrote: > > On Sun, Aug 03, 2008 at 06:30:02PM +0200, Daniel McBrearty wrote: > >> wait, it is on $self not $c, so my reservations don't really apply. > >> > >> but w

Re: [Catalyst] Re: question for mst : using $c->config->{blah} ...

2008-08-04 Thread Daniel McBrearty
On Mon, Aug 4, 2008 at 11:14 AM, Matt S Trout <[EMAIL PROTECTED]> wrote: > On Sun, Aug 03, 2008 at 06:30:02PM +0200, Daniel McBrearty wrote: >> wait, it is on $self not $c, so my reservations don't really apply. >> >> but what about reall config stuff that can change from one >> installation to ano

Re: [Catalyst] Re: question for mst : using $c->config->{blah} ...

2008-08-04 Thread Matt S Trout
On Sun, Aug 03, 2008 at 06:30:02PM +0200, Daniel McBrearty wrote: > wait, it is on $self not $c, so my reservations don't really apply. > > but what about reall config stuff that can change from one > installation to another? then you have to do $c->config->{my_var}, > right? How isn't something

Re: [Catalyst] Re: question for mst : using $c->config->{blah} ...

2008-08-03 Thread J. Shirley
On Sun, Aug 3, 2008 at 9:30 AM, Daniel McBrearty <[EMAIL PROTECTED]> wrote: > wait, it is on $self not $c, so my reservations don't really apply. > > but what about reall config stuff that can change from one > installation to another? then you have to do $c->config->{my_var}, > right? It's all me

[Catalyst] Re: question for mst : using $c->config->{blah} ...

2008-08-03 Thread Daniel McBrearty
wait, it is on $self not $c, so my reservations don't really apply. but what about reall config stuff that can change from one installation to another? then you have to do $c->config->{my_var}, right? On Sun, Aug 3, 2008 at 6:16 PM, Daniel McBrearty <[EMAIL PROTECTED]> wrote: > (snip from anothe