⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 testlib.pm

📁 UNIX下perl实现代码
💻 PM
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -