Query: extutils::testlib
OS: debian
Section: 3perl
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
ExtUtils::testlib(3perl) Perl Programmers Reference Guide ExtUtils::testlib(3perl)NAMEExtUtils::testlib - add blib/* directories to @INCSYNOPSISuse ExtUtils::testlib;DESCRIPTIONAfter 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)