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

NAME

Build.PL - Build script generator for Module::Util

SYNOPSIS

    perl Build.PL
    ./Build test
    ./Build install

or

    perl Makefile.PL
    make test
    make install

ADDITIONAL TESTS

A very lengthy test script is provided in addition to the normal test suite. It checks the is_valid_module_name function against every module name in CPAN. It is not necessary for normal use of the module, but might come in handy for anyone who wants to make changes to the code and verify.

To run this test, use:

    ./Build test_more

or

    make test_more