https://bugzilla.redhat.com/show_bug.cgi?id=1322572 --- Comment #2 from Denis Fateyev <denis@xxxxxxxxxxx> --- $ cat perl-Net-SSLGlue-https-version.patch --- lib/Net/SSLGlue/LWP.pm 2015-04-28 12:23:10.000000000 +0600 +++ lib/Net/SSLGlue/LWP.pm 2016-03-31 23:46:12.947143916 +0600 @@ -11,7 +11,8 @@ my $use_existent; BEGIN { require LWP::Protocol::https; - $use_existent = $LWP::Protocol::https::VERSION >= 6.06 + $use_existent = defined($LWP::Protocol::https::VERSION) + && $LWP::Protocol::https::VERSION >= 6.06 && $LWP::UserAgent::VERSION >= 6.06; if ($use_existent) { my $oc = $Net::HTTPS::SSL_SOCKET_CLASS || -- You are receiving this mail because: You are on the CC list for the bug. -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx http://lists.fedoraproject.org/admin/lists/perl-devel@xxxxxxxxxxxxxxxxxxxxxxx