about summary refs log tree commit
path: root/lib/Net/FTP.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Net/FTP.pm')
-rw-r--r--lib/Net/FTP.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Net/FTP.pm b/lib/Net/FTP.pm
index 0dec196..aa16bc8 100644
--- a/lib/Net/FTP.pm
+++ b/lib/Net/FTP.pm
@@ -32,11 +32,11 @@ BEGIN {
   my $ssl_class = eval {
     require IO::Socket::SSL;
     # first version with default CA on most platforms
-    IO::Socket::SSL->VERSION(1.994);
+    IO::Socket::SSL->VERSION(1.999);
   } && 'IO::Socket::SSL';
 
   my $nossl_warn = !$ssl_class &&
-    'To use SSL please install IO::Socket::SSL with version>=1.994';
+    'To use SSL please install IO::Socket::SSL with version>=1.999';
 
   # Code for detecting if we can use IPv6
   my $inet6_class = eval {