On Dec 12, 2007 8:56 PM, Adam Kennedy <[EMAIL PROTECTED]> wrote: > The problem is NOT that Module::Build can't install itself. > > The problem is that nobody that USES Module::Build can declare a dependency > on it.
Right. That problem. You lost me in the example. configure_requires is one step. For a while, I've wished that some form of compatibility Makefile.PL could just use a bundled (possibly stripped down) version of Module::Build. Module::Install proved that it can work -- albeit with far, far more magic than I like in a tool. David