Re: [perl6]Re: Breaking up configure

2001-10-11 Thread Zach Lipton
I'm working on a semi-spike implementation of this, I'll post it up here for comment when I have it ready so I don't go too far down the wrong road. On 10/11/01 5:03 AM, "Simon Cozens" <[EMAIL PROTECTED]> wrote: > On Wed, Oct 10, 2001 at 05:13:21PM -0700, Zach Lipton wrote: >> I was thinking abo

Re: Breaking up configure

2001-10-11 Thread Simon Cozens
On Wed, Oct 10, 2001 at 05:13:21PM -0700, Zach Lipton wrote: > I was thinking about configure and was wondering why we have to keep > everything all in one file. Why not create a config/ directory (or something > like that) and have a set of .cm files (ConfigureModule) that do the actual > work, u

Breaking up configure

2001-10-10 Thread Zach Lipton
I was thinking about configure and was wondering why we have to keep everything all in one file. Why not create a config/ directory (or something like that) and have a set of .cm files (ConfigureModule) that do the actual work, using a helper module to do the grunt work. That way, to add a configu