The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

mlbuilder - Build Perl Modules in a local way

SYNOPSYS

  mlbuilder --clean

  or
    use Module::LocalBuilder;
    Module::LocalBuilder::need(...);

DESCRIPTION

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

ARGUMENTS

--build package_directory

For use by Module::LocalBuild to execute Perl builds. Build the specified package. This option may be specified multiple times.

--clean

All Perl modules under the current directory will be entered, and 'make clean'ed.

--locker lock_module

For use by Module::LocalBuild to execute Perl builds. The module name for lock services.

--makeflag flag

When building, add specified flags to the make line. May be specified multiple times.

--version

Displays program version and exits.

DISTRIBUTION

Copyright 2000-2010 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.

AUTHORS

Wilson Snyder <wsnyder@wsnyder.org>

SEE ALSO

Module::LocalBuild