✏️ 正在编辑: plan_shouldnt_import.t
路径:
/usr/share/doc/perl-Test-Simple/t/Legacy/plan_shouldnt_import.t
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
#!/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' );
💾 保存文件
← 返回文件管理器