📄 00_version.t
字号:
#!/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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -