mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-02 02:34:19 +00:00
Version and modules updated for version 3.6.0
This commit is contained in:
@@ -37,7 +37,7 @@ BEGIN {
|
||||
{
|
||||
package Percona::Toolkit;
|
||||
|
||||
our $VERSION = '3.5.7';
|
||||
our $VERSION = '3.6.0';
|
||||
|
||||
use strict;
|
||||
use warnings FATAL => 'all';
|
||||
@@ -2918,7 +2918,10 @@ sub _split_url {
|
||||
or croak(qq/Could not binmode() socket: '$!'/);
|
||||
|
||||
if ( $scheme eq 'https') {
|
||||
IO::Socket::SSL->start_SSL($self->{fh});
|
||||
IO::Socket::SSL->start_SSL(
|
||||
$self->{fh},
|
||||
SSL_verifycn_name => $host,
|
||||
);
|
||||
ref($self->{fh}) eq 'IO::Socket::SSL'
|
||||
or die(qq/SSL connection failed for $host\n/);
|
||||
if ( $self->{fh}->can("verify_hostname") ) {
|
||||
@@ -4793,6 +4796,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||
|
||||
=head1 VERSION
|
||||
|
||||
pt-fk-error-logger 3.5.7
|
||||
pt-fk-error-logger 3.6.0
|
||||
|
||||
=cut
|
||||
|
Reference in New Issue
Block a user