ExtUtils::testlib - add blib/* directories to @INC


ExtUtils-MakeMaker documentation  | view source Contained in the ExtUtils-MakeMaker distribution.

Index


NAME

Top

ExtUtils::testlib - add blib/* directories to @INC

SYNOPSIS

Top

  use ExtUtils::testlib;

DESCRIPTION

Top

After an extension has been built and before it is installed it may be desirable to test it bypassing make test. By adding

    use ExtUtils::testlib;

to a test program the intermediate directories used by make are added to @INC.


ExtUtils-MakeMaker documentation  | view source Contained in the ExtUtils-MakeMaker distribution.