Re: [Catalyst] Difference in way config->{home} is calculated?

2010-05-11 Thread Tomas Doran
On 11 May 2010, at 09:47, Paul Makepeace wrote: This app is quite a lot older than 'a while' :) I think the migration to Cat was about five years ago. :) What actually prompted me to toss the inner Makefile.PL today was something at some stage complaining about the bareword 'catalyst;'...

Re: [Catalyst] Difference in way config->{home} is calculated?

2010-05-11 Thread Paul Makepeace
On Tue, May 11, 2010 at 00:18, Tomas Doran wrote: > > On 11 May 2010, at 03:59, Paul Makepeace wrote: > >> On Mon, May 10, 2010 at 15:19, Tomas Doran wrote: >>> >>> On 10 May 2010, at 23:23, Paul Makepeace wrote: >>> I'm noticing a difference in config->{home} between two installs (one

Re: [Catalyst] Difference in way config->{home} is calculated?

2010-05-11 Thread Tomas Doran
On 11 May 2010, at 03:59, Paul Makepeace wrote: On Mon, May 10, 2010 at 15:19, Tomas Doran wrote: On 10 May 2010, at 23:23, Paul Makepeace wrote: I'm noticing a difference in config->{home} between two installs (one is 5.8/18 & other is /23). The latter also has the new ScriptRunner cod

Re: [Catalyst] Difference in way config->{home} is calculated?

2010-05-10 Thread Paul Makepeace
On Mon, May 10, 2010 at 15:19, Tomas Doran wrote: > > On 10 May 2010, at 23:23, Paul Makepeace wrote: > >> I'm noticing a difference in config->{home} between two installs (one >> is 5.8/18 & other is /23). The latter also has the new ScriptRunner >> code: >> >> .../IDL-Web >> and .../IDL-Web/scri

Re: [Catalyst] Difference in way config->{home} is calculated?

2010-05-10 Thread Tomas Doran
On 10 May 2010, at 23:23, Paul Makepeace wrote: I'm noticing a difference in config->{home} between two installs (one is 5.8/18 & other is /23). The latter also has the new ScriptRunner code: .../IDL-Web and .../IDL-Web/script/../lib/IDL/Web The latter breaks our app (and is wrong; our html e

[Catalyst] Difference in way config->{home} is calculated?

2010-05-10 Thread Paul Makepeace
I'm noticing a difference in config->{home} between two installs (one is 5.8/18 & other is /23). The latter also has the new ScriptRunner code: .../IDL-Web and .../IDL-Web/script/../lib/IDL/Web The latter breaks our app (and is wrong; our html etc is in .../IDL-Web/root). I've worked around that