aboutsummaryrefslogtreecommitdiffstats
path: root/test/testlib
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2015-04-28 20:39:09 +0200
committerRichard Levitte <levitte@openssl.org>2015-09-07 16:10:58 +0200
commitfb921436f3dc03daf4a7ac1fec9f1e458772e17b (patch)
treefd1e02b42c39b91b3c7bb694e80f22b72e1a9595 /test/testlib
parentd6c5b66c1c9457a7f8c8f69c1ad3b4557dcd3fa2 (diff)
downloadopenssl-fb921436f3dc03daf4a7ac1fec9f1e458772e17b.tar.gz
Add version numbers on some modules we use.
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'test/testlib')
-rw-r--r--test/testlib/OpenSSL/Test.pm4
-rw-r--r--test/testlib/OpenSSL/Test/Simple.pm2
2 files changed, 3 insertions, 3 deletions
diff --git a/test/testlib/OpenSSL/Test.pm b/test/testlib/OpenSSL/Test.pm
index ad8b04dff9..644f4dd6a5 100644
--- a/test/testlib/OpenSSL/Test.pm
+++ b/test/testlib/OpenSSL/Test.pm
@@ -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;
diff --git a/test/testlib/OpenSSL/Test/Simple.pm b/test/testlib/OpenSSL/Test/Simple.pm
index 94f6cf935b..be86ca2cb2 100644
--- a/test/testlib/OpenSSL/Test/Simple.pm
+++ b/test/testlib/OpenSSL/Test/Simple.pm
@@ -10,7 +10,7 @@ $VERSION = "0.1";
@EXPORT = qw(simple_test);
-use Test::More;
+use Test::More 0.96;
use OpenSSL::Test;
# args: