Re: [Module::Build] Recursive builds?
Status: Beta
Brought to you by:
kwilliams
|
From: Ken W. <ke...@ma...> - 2006-02-13 16:14:08
|
On Feb 10, 2006, at 10:40 PM, Eric Wilhelm wrote: > # from Ken Williams > # on Friday 10 February 2006 05:50 pm: > >> Are there any examples around for >> >>> using M::B for recursive builds, where you have a directory tree and >>> each directory has its own Build.PL? =A0Seems like someone must have >>> done that already, but darned if I can find it. >> >> It also sounds not-too-difficult to me, but I don't actually know of >> anyone that's done it either. =A0Anyone? > > Ken, Is this your Friday night humor or did I miss something? I was > thinking this was in the todo/not-quite-possible-yet category. Heh. Probably my Friday night wishful thinking. What I meant was that for one individual distribution someone could get=20= it working by just adding some code to copy between various blib/s,=20 call actions in subdirectories, and so on. It seemed like this was=20 what the OP was asking, but the solution would be sort of hacked=20 together. You're quite right that adding recursive builds to M::B itself in a=20 nice solid way would be a major project. We're scheduling it for the=20 next big release, i.e. after 0.27_xx becomes 0.28xx. -Ken |