Skip to content

Commit

Permalink
Net::FTP prefers IO::Socket::SSL 1.994 for SSL connections
Browse files Browse the repository at this point in the history
  • Loading branch information
steve-m-hay committed Jun 26, 2014
1 parent ca44e30 commit 410d368
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile.PL
Expand Up @@ -107,7 +107,7 @@ MAIN: {
prereqs => {
runtime => {
requires => {
'IO::Socket::SSL' => '1.968'
'IO::Socket::SSL' => '1.994'
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion lib/Net/libnetFAQ.pod
Expand Up @@ -54,7 +54,7 @@ which requires Convert::EBCDIC.

Authen::SASL is required for AUTH support.

IO::Socket::SSL version 1.968 or higher is required for SSL support.
IO::Socket::SSL version 1.994 or higher is required for SSL support.

IO::Socket::IP version 0.20 or IO::Socket::INET6 version 2.62 is
required for IPv6 support.
Expand Down

0 comments on commit 410d368

Please sign in to comment.