00_version.t
来自「source of perl for linux application,」· T 代码 · 共 23 行
T
23 行
#!/usr/bin/perlprint "1..1\n";my $testversion = "0.97_01";use Tie::File;if ($Tie::File::VERSION != $testversion) { print STDERR "*** WHOA THERE!!! ***You seem to be running version $Tie::File::VERSION of the moduleagainst version $testversion of the test suite!None of the other test results will be reliable."; exit 1;}print "ok 1\n";
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?