http://qs321.pair.com?node_id=822302


in reply to Module::Build and required packages not installed

As of version 0.36, Module::Build comes with an installdeps action. So, you could do...
perl Build.pl && sudo ./Build installdeps && ./Build && ./Build test & +& sudo ./Build install
You'll be asked if you want to install any missing dependencies (even optional ones listed in recommends).