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

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.

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.

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/).

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