[Catalyst] Re: Chained actions with can't terminate with :PathPart('') ?

2010-05-10 Thread Aristotle Pagaltzis
* Evan Carroll [2010-05-07 19:20]: > However, I would also expect the below to work; but, it seems > it doesn't. I have dozens of such view actions in our $work app. It works. > I can only formulate the effect I want the above way. This is > unfortunate because if all chained descendants of `lot

[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

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] Adding build scripts to Makefile.PL

2010-05-10 Thread Bill Moseley
I have a number of scrips that need to be run when building an application. For example, I have a script that minifies javascript and css. In many cases it's a real Makefile dependency -- need to run a command to turn one file into another -- but in some cases don't know the sources of the target

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] Adding build scripts to Makefile.PL

2010-05-10 Thread Florian Ragwitz
On Mon, May 10, 2010 at 06:15:03PM -0700, Bill Moseley wrote: >I have a number of scrips that need to be run when building an >application. �For example, I have a script that minifies javascript and >css. �In many cases it's a real Makefile�dependency�-- need to run a >command to tu