As I'm writing the installation instructions for 1.5, I have David's reaction to Marjan in the back of my head where my advise to use ```cpanm``` to install the dependencies for LedgerSMB works a bit too well, pulling in all the dependencies we added for our BDD testing framework.
My thinking is that - if we want testing on users systems *at all* - we want just only minimal tests being run on our users systems. So, I'd like to declare most of our test dependencies to be "development tools" (development dependencies).
The MakeMaker format doesn't seem to have a facility to do that.