文件操作 - no_ending.t
返回文件管理
返回主菜单
删除本文件
文件: /usr/share/doc/perl-Test-Simple-0.98/t/Builder/no_ending.t
编辑文件内容
use Test::Builder; BEGIN { if( $ENV{PERL_CORE} ) { chdir 't'; @INC = '../lib'; } } BEGIN { my $t = Test::Builder->new; $t->no_ending(1); } use Test::More tests => 3; # Normally, Test::More would yell that we ran too few tests, but we # suppressed the ending diagnostics. pass; print "ok 2\n"; print "ok 3\n";
修改文件时间
将文件时间修改为当前时间的前一年
删除文件