提交 9c437e2f 编写于 作者: A Andy Polyakov

cms-test.pl: make it work with not-so-latest perl.

上级 2b9a8ca1
...@@ -415,8 +415,10 @@ sub run_smime_tests { ...@@ -415,8 +415,10 @@ sub run_smime_tests {
} }
sub cmp_files { sub cmp_files {
use FileHandle;
my ( $f1, $f2 ) = @_; my ( $f1, $f2 ) = @_;
my ( $fp1, $fp2 ); my $fp1 = FileHandle->new();
my $fp2 = FileHandle->new();
my ( $rd1, $rd2 ); my ( $rd1, $rd2 );
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册