apache.t

来自「source of perl for linux application,」· T 代码 · 共 14 行

T
14
字号
#!/usr/local/bin/perl -wuse lib qw(t/lib);# Due to a bug in older versions of MakeMaker & Test::Harness, we must# ensure the blib's are in @INC, else we might use the core CGI.pmuse lib qw(blib/lib blib/arch);use strict;use Test::More tests => 1;# Can't do much with this other than make sure it loads properlyBEGIN { use_ok('CGI::Apache') };

⌨️ 快捷键说明

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