https://bugzilla.redhat.com/show_bug.cgi?id=2482428

Patrick Monnerat <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Comment|0                           |updated



--- Comment #0 has been edited ---

The title is the error issued by the following program:
----
use strict;
use warnings;
use WWW::Curl::Multi;
use WWW::Curl::Easy;

my $multi = WWW::Curl::Multi->new;
----

as a consequence, the curl multi interface is not usable from perl.

Reproducible: Always

Steps to Reproduce:
1. Cut'n paste the above program
2. Run it with perl
Actual Results:
curl version too old to support curl_multi_init() at bug.pl line 6.

Expected Results:
Nothing printed and a defined multi handle returned

Additional Information:
Package: perl-WWW-Curl-4.17-44.fc43.x86_64


-- 
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2482428

-- 
_______________________________________________
perl-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]
Do not reply to spam, report it: 
https://forge.fedoraproject.org/infra/tickets/issues/new

Reply via email to