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

NAME

Build.PL - Build and install Test-Unit-GTestRunner

SYNOPSIS

The usual plethora:

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

Or, if you're on a platform (like MS-DOS or Windows) that doesn't like the "./" notation, you can do this:

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

Please see Module::Build(3pm) for more build options.

DESCRIPTION

This build script provides an alternative to building Test-Unit-GTestRunner, in case your vendor does not supply a make(1) program. See Module::Build(3pm) for details.

If you have difficulties building the module like this, try the good old way:

    perl Makefile.PL
    make
    make test 
    make install

Please notice that it is not recommended to use this build script for developping the module, creating new distributions and so on. This functionality will only be guaranteed by Makefile.PL and the Makefiles it generates.

AUTHOR

Copyright (C) 2004-2006, Guido Flohr <guido@imperia.net> and Виктор Кожухаров <viktor.kojouharov@imperia.net>, all rights reserved. See the source code for details.

This software is contributed to the Perl community by Imperia (http://www.imperia.net/).

SEE ALSO

Module::Build(3pm), ExtUtils::MakeMaker(3pm), gtestrunner(1), Test::Unit::GTestRunner(3pm), make(1), perl(1)

1 POD Error

The following errors were encountered while parsing the POD:

Around line 91:

Non-ASCII character seen before =encoding in 'Виктор'. Assuming CP1252