Add version numbers on some modules we use.

Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
Richard Levitte
2015-04-28 20:39:09 +02:00
parent d6c5b66c1c
commit fb921436f3
25 changed files with 27 additions and 27 deletions

View File

@@ -15,8 +15,8 @@ use File::Copy;
use File::Spec::Functions qw/file_name_is_absolute curdir canonpath splitdir
catdir catfile splitpath catpath devnull abs2rel
rel2abs/;
use File::Path qw/remove_tree mkpath/;
use Test::More;
use File::Path 2.00 qw/remove_tree mkpath/;
use Test::More 0.96;
my $test_name = undef;