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 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 >> configure question, I just write something like: > > Yep, that's the plan. We're reimplementing metaconfig in Perl...