Skip to content

Commit

Permalink
Add another patch to AnyEvent::Handle. It's causing errors on newer P…
Browse files Browse the repository at this point in the history
…erl versions.
  • Loading branch information
mherger committed Oct 21, 2019
1 parent cbc2822 commit 4b35964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CPAN/AnyEvent/Handle.pm → lib/AnyEvent/Handle.pm
Expand Up @@ -1770,7 +1770,7 @@ sub _tls_error {
return $self->_error ($!, 1)
if $err == Net::SSLeay::ERROR_SYSCALL ();

my $err =Net::SSLeay::ERR_error_string (Net::SSLeay::ERR_get_error ());
$err =Net::SSLeay::ERR_error_string (Net::SSLeay::ERR_get_error ());

# reduce error string to look less scary
$err =~ s/^error:[0-9a-fA-F]{8}:[^:]+:([^:]+):/\L$1: /;
Expand Down

0 comments on commit 4b35964

Please sign in to comment.