Subject: | Optimize the module order by putting Module::Build first? |
As of Module::Build 0.28 it seems to behave reasonable sane in most
situations. In addition, an increasing number of modules are moving to
use it.
On the assumption that the modules listed in Bundle::CPAN are installed
in the same order as they are listed, it may be a good idea to put
Module::Build first or fairly high up on the list, so that if anything
lower moves to use it, it will already be installed and thus reduce
recursion.