extutils::testlib(3perl) debian man page | unix.com

Man Page: extutils::testlib

Operating Environment: debian

Section: 3perl

ExtUtils::testlib(3perl)				 Perl Programmers Reference Guide				  ExtUtils::testlib(3perl)

NAME
ExtUtils::testlib - add blib/* directories to @INC
SYNOPSIS
use ExtUtils::testlib;
DESCRIPTION
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. perl v5.14.2 2011-09-26 ExtUtils::testlib(3perl)
Related Man Pages
extutils::installed(3pm) - redhat
extutils::mm_any(3pm) - redhat
extutils::typemaps::cmd5.18(3pm) - mojave
extutils::typemaps::outputmap(3pm) - mojave
extutils::installed(3perl) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
awk or sed - Convert 2 lines to 1 line
Is UNIX an open source OS ?
Find columns in a file based on header and print to new file