1ExtUtils::testlib(3) User Contributed Perl Documentation ExtUtils::testlib(3)
23
4
NAME
6ExtUtils::testlib - add blib/* directories to @INC
7
SYNOPSIS
9use ExtUtils::testlib;
10
DESCRIPTION
12After an extension has been built and before it is installed it may be
13desirable to test it bypassing "make test". By adding
1415
use ExtUtils::testlib;
1617
to a test program the intermediate directories used by "make" are added
18to @INC.
1920
21
22
perl v5.38.0 2023-07-20 ExtUtils::testlib(3)