This document describes how to add a new CPAN module to Krang, or update an existing one. You might need to add a CPAN module when you're adding new functionality to Krang. Updating an existing module is usually done to fix bugs or add new functionality.
Follow these steps to add a new module:
make build
If this completes successfully then the module is now installed into Krang. Run tests and commit your changes if everything passes.
If step 4 failed you may need to modify Krang::Plaftorm::build_perl_module() to successfully build the new module. If the module asks any questions during build then you'll need to modify the Expect calls to provide the appropriate answers.