Re: [Catalyst] [RFC] Loading Plugins from lib/MyApp/Plugins

2007-12-21 Thread Matt S Trout
On Thu, Dec 20, 2007 at 10:21:37AM -0500, Christopher H. Laco wrote: > Christopher Laco wrote: > > I know I've been down this thread before. When writing a framework that > > generates customized Catalyst apps, it would be a whole lot easier > > (well, more proper) to add plugins in lib/MyApp/Plugi

Re: [Catalyst] [RFC] Loading Plugins from lib/MyApp/Plugins

2007-12-20 Thread Christopher H. Laco
Christopher Laco wrote: > I know I've been down this thread before. When writing a framework that > generates customized Catalyst apps, it would be a whole lot easier > (well, more proper) to add plugins in lib/MyApp/Plugins, just like we do > with controllers/models/view, than it is to molest the

Re: [Catalyst] [RFC] Loading Plugins from lib/MyApp/Plugins

2007-12-18 Thread Christopher H. Laco
Christopher Laco wrote: > I know I've been down this thread before. When writing a framework that > generates customized Catalyst apps, it would be a whole lot easier > (well, more proper) to add plugins in lib/MyApp/Plugins, just like we do > with controllers/models/view, than it is to molest the

Re: [Catalyst] [RFC] Loading Plugins from lib/MyApp/Plugins

2007-12-18 Thread John Napiorkowski
--- "Christopher H. Laco" <[EMAIL PROTECTED]> wrote: > John Napiorkowski wrote: > > --- Bogdan Lucaciu <[EMAIL PROTECTED]> wrote: > > > >> On Tuesday 18 December 2007 04:39:36 Christopher > >> Laco wrote: > >>> I know I've been down this thread before. When > >> writing a framework that > >>> ge

Re: [Catalyst] [RFC] Loading Plugins from lib/MyApp/Plugins

2007-12-18 Thread Christopher H. Laco
John Napiorkowski wrote: > --- Bogdan Lucaciu <[EMAIL PROTECTED]> wrote: > >> On Tuesday 18 December 2007 04:39:36 Christopher >> Laco wrote: >>> I know I've been down this thread before. When >> writing a framework that >>> generates customized Catalyst apps, it would be a >> whole lot easier >>>

Re: [Catalyst] [RFC] Loading Plugins from lib/MyApp/Plugins

2007-12-18 Thread Christopher H. Laco
Ash Berlin wrote: > > On 18 Dec 2007, at 02:39, Christopher Laco wrote: > >> I know I've been down this thread before. When writing a framework that >> generates customized Catalyst apps, it would be a whole lot easier >> (well, more proper) to add plugins in lib/MyApp/Plugins, just like we do >>

Re: [Catalyst] [RFC] Loading Plugins from lib/MyApp/Plugins

2007-12-18 Thread John Napiorkowski
--- Bogdan Lucaciu <[EMAIL PROTECTED]> wrote: > On Tuesday 18 December 2007 04:39:36 Christopher > Laco wrote: > > I know I've been down this thread before. When > writing a framework that > > generates customized Catalyst apps, it would be a > whole lot easier > > (well, more proper) to add plug

Re: [Catalyst] [RFC] Loading Plugins from lib/MyApp/Plugins

2007-12-18 Thread Ash Berlin
On 18 Dec 2007, at 02:39, Christopher Laco wrote: I know I've been down this thread before. When writing a framework that generates customized Catalyst apps, it would be a whole lot easier (well, more proper) to add plugins in lib/MyApp/Plugins, just like we do with controllers/models/view

Re: [Catalyst] [RFC] Loading Plugins from lib/MyApp/Plugins

2007-12-18 Thread Bogdan Lucaciu
On Tuesday 18 December 2007 04:39:36 Christopher Laco wrote: > I know I've been down this thread before. When writing a framework that > generates customized Catalyst apps, it would be a whole lot easier > (well, more proper) to add plugins in lib/MyApp/Plugins, just like we do > with controllers/m

[Catalyst] [RFC] Loading Plugins from lib/MyApp/Plugins

2007-12-17 Thread Christopher Laco
I know I've been down this thread before. When writing a framework that generates customized Catalyst apps, it would be a whole lot easier (well, more proper) to add plugins in lib/MyApp/Plugins, just like we do with controllers/models/view, than it is to molest the MyApp.pm 'use Catalyst' line to