about summary refs log tree commit
path: root/t
diff options
context:
space:
mode:
authorSteffen Ullrich <Steffen_Ullrich@genua.de>2014-10-09 21:50:04 +0200
committerSteve Hay <steve.m.hay@googlemail.com>2014-10-09 21:24:40 +0100
commit042ff9d728f2100e7e30d61d9664755140f5e23e (patch)
treedc31580cc68d706f5bc085fe628a3ca34418cbcf /t
parentc18c7f967d4d204e30de9e821cbd4910cb90535d (diff)
downloadperl-libnet-042ff9d728f2100e7e30d61d9664755140f5e23e.tar.gz
use version 1.999 of IO::Socket::SSL, because it protects against bad versions of IO::Socket::IP (0.30)
Diffstat (limited to 't')
-rw-r--r--t/pop3_ssl.t2
-rw-r--r--t/smtp_ssl.t2
2 files changed, 2 insertions, 2 deletions
diff --git a/t/pop3_ssl.t b/t/pop3_ssl.t
index b7b433e..2d02331 100644
--- a/t/pop3_ssl.t
+++ b/t/pop3_ssl.t
@@ -24,7 +24,7 @@ plan skip_all => "fork not supported on this platform"
 
 plan skip_all => "incomplete or to old version of IO::Socket::SSL" if ! eval {
   require IO::Socket::SSL
-    && IO::Socket::SSL->VERSION(1.968)
+    && IO::Socket::SSL->VERSION(1.999)
     && require IO::Socket::SSL::Utils
     && defined &IO::Socket::SSL::Utils::CERT_create;
 };
diff --git a/t/smtp_ssl.t b/t/smtp_ssl.t
index 00b67e5..3686eb6 100644
--- a/t/smtp_ssl.t
+++ b/t/smtp_ssl.t
@@ -24,7 +24,7 @@ plan skip_all => "fork not supported on this platform"
 
 plan skip_all => "incomplete or to old version of IO::Socket::SSL" if ! eval {
   require IO::Socket::SSL
-    && IO::Socket::SSL->VERSION(1.968)
+    && IO::Socket::SSL->VERSION(1.999)
     && require IO::Socket::SSL::Utils
     && defined &IO::Socket::SSL::Utils::CERT_create;
 };