Re: [Module::Build] Re: Recursive Builds
Status: Beta
Brought to you by:
kwilliams
|
From: Ken W. <ke...@ma...> - 2006-02-16 21:23:47
|
On Feb 16, 2006, at 1:52 PM, Nick Ing-Simmons wrote: > So in both cases the descendants cannot run without the parent, > and need parent's blib etc. about to run their tests. > Parent has some tests of its own. Different children can be > built and tested without siblings being built/present. The main problem I see with this approach is what happens when you 'install' from a child directory. You've tested with other blibs active, but I'm hearing people say an 'install' here should only install the child stuff, so there's a good chance things will be broken after installing since it tested with different sibling code. I can think of a few solutions to this but none so far that seem to satisfy all the use cases. -Ken |