plan_shouldnt_import.t
来自「source of perl for linux application,」· T 代码 · 共 17 行
T
17 行
#!/usr/bin/perl -w# plan() used to export functions by mistake [rt.cpan.org 8385]BEGIN { if( $ENV{PERL_CORE} ) { chdir 't'; @INC = '../lib'; }}use Test::More ();Test::More::plan(tests => 1);Test::More::ok( !__PACKAGE__->can('ok'), 'plan should not export' );
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?