Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37754413
en ru br
ALT Linux repos
S:2.25-alt3

Group :: Development/Perl
RPM: perl-AnyEvent-HTTP

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: AnyEvent-HTTP-2.25-perl7.patch
Download


--- perl-AnyEvent-HTTP-2.25/HTTP.pm~	2021-06-21 09:59:51.352935314 +0000
+++ perl-AnyEvent-HTTP-2.25/HTTP.pm	2021-06-21 10:00:40.593197607 +0000
@@ -1185,12 +1185,12 @@
       return unless delete $state{connect_guard};
 
       # get handle
-      $state{handle} = new AnyEvent::Handle
+      $state{handle} = AnyEvent::Handle->new(
          %{ $arg{handle_params} },
          fh       => $fh,
          peername => $uhost,
          tls_ctx  => $arg{tls_ctx},
-      ;
+      );
 
       $prepare_handle->();
 
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin