krang_addon_build - build source modules packaged with a Krang addon
NOTE: Usually this script is called for you by
krang_addon_installer. Only developers will use this script
directly.
To build files for AddOnName:
krang_addon_build AddOnName
This script builds a Krang addon from source found in addons/AddOnName/src. The results are placed in addons/AddOnName/lib.
The script takes the following options:
Specify a specific CPAN module to build. The string you provide will
be checked as a substring against the distribution file names, so
DBD-mysql works, but DBD::mysql does not. You can specify this
option multiple times to build a specific set of modules.
Same as module above, but skips the specified modules and builds
everything else. The module and skip-module options are not
intended to be used together.
In most cases Krang should be able to guess your platform. If it can't you must pass it here.