
mlbuilder - Build Perl Modules in a local way

mlbuilder --clean
or
use Module::LocalBuilder;
Module::LocalBuilder::need(...);

Mlbuilder is called by Module::LocalBuild to execute Perl builds. It may also be used with the --clean option.

For use by Module::LocalBuild to execute Perl builds. Build the specified package. This option may be specified multiple times.
All Perl modules under the current directory will be entered, and 'make clean'ed.
For use by Module::LocalBuild to execute Perl builds. The module name for lock services.
When building, add specified flags to the make line. May be specified multiple times.
Displays program version and exits.

Copyright 2000-2009 by Wilson Snyder. This program is free software; you can redistribute it and/or modify it under the terms of either the GNU Lesser General Public License Version 3 or the Perl Artistic License Version 2.0.

Wilson Snyder <wsnyder@wsnyder.org>
