Hi Xeno,
Minor issue: After doing a bundle-install on the new systems from scratch, I noticed that Config::General wasn't listed in the corresponding /cpan/Bundle/HoneyClient/Manager.pm file.
Before, Config::General was phased out as we use an XML parser for our local configurations — however, we still use Config::General inside the HoneyClient::Manager::VM package, in order to properly parse data inside .cfg and .vmx files.
The Config::General package is already listed in the bundle — it just wasn't referenced anywhere in the Manager.pm installation script, so that install Bundle::HoneyClient::Manager never actually installed Config::General.
— Darien