Perl Diver 2.31
Main Environment Variables Perl Default Values Perl Config - Summary Perl Config - Full Installed Modules List Directory uptime Docs

Module Documentation
Details and documentation about a specific module, including version and documentation (if available). Note that while links to perldoc.com and search.cpan.org are provided, the module may be part of a larger distribution. If you reach a File Not Found page on either site, please try the parent module.

ExtUtils::testlib

Name ExtUtils::testlib
Version 7.64
Located at /usr/local/share/perl5
File /usr/local/share/perl5/ExtUtils/testlib.pm
Is Core No
Search CPAN for this module ExtUtils::testlib
Documentation ExtUtils::testlib
Module Details ExtUtils::testlib

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 Diver brought to you by ScriptSolutions.com © 1997- 2024