文件操作 - 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' );
修改文件时间
将文件时间修改为当前时间的前一年
删除文件