testlib.pm

来自「MSYS在windows下模拟了一个类unix的终端」· PM 代码 · 共 27 行

PM
27
字号
package ExtUtils::testlib;$VERSION = substr q$Revision: 1.11 $, 10;# $Id: testlib.pm,v 1.11 1996/05/31 08:27:07 k Exp $use lib qw(blib/arch blib/lib);1;__END__=head1 NAMEExtUtils::testlib - add blib/* directories to @INC=head1 SYNOPSISC<use ExtUtils::testlib;>=head1 DESCRIPTIONAfter an extension has been built and before it is installed it may bedesirable to test it bypassing C<make test>. By adding    use ExtUtils::testlib;to a test program the intermediate directories used by C<make> areadded to @INC.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?