Re: [perl #133057] Odd interaction of HTTP::UserAgent and Promises

2018-04-03 Thread Simon Proctor
Looks to me like one of the sites is redirecting to an https page and you don't have IO::Socket::SSL installed. On Wed, 4 Apr 2018, 1:42 am brian d foy, wrote: > # New Ticket Created by "brian d foy" > # Please include the string: [perl #133057] > # in the subject line of all future correspo

Re: [perl #133057] Odd interaction of HTTP::UserAgent and Promises

2018-04-03 Thread Simon Proctor
There are also issues with libssl (which I think the IO::Socket::SSL module calls using Native Call) and threads. At the moment the only threads safe https client is the Cro one, I believe. Sorry I can't be more help, 2am insomnia should really be sleeping. On Wed, 4 Apr 2018, 2:30 am

Perl6 JVM builds OK fails to run

2017-02-22 Thread Simon Proctor
Built the JVM Perl6 using rakudobrew and the 2017.02 branch. It builds OK but gives : java.nio.file.NoSuchFileException: blib/Perl6/BOOTSTRAP.jar in (gen/jvm/ModuleLoader.nqp:88) (And a bunch more stack trace) Any idea how I can fix it? Simon

Re: [perl #133057] Odd interaction of HTTP::UserAgent and Promises

2018-04-04 Thread Simon Proctor via RT
Looks to me like one of the sites is redirecting to an https page and you don't have IO::Socket::SSL installed. On Wed, 4 Apr 2018, 1:42 am brian d foy, wrote: > # New Ticket Created by "brian d foy" > # Please include the string: [perl #133057] > # in the subject line of all future correspo

Re: [perl #133057] Odd interaction of HTTP::UserAgent and Promises

2018-04-04 Thread Simon Proctor via RT
There are also issues with libssl (which I think the IO::Socket::SSL module calls using Native Call) and threads. At the moment the only threads safe https client is the Cro one, I believe. Sorry I can't be more help, 2am insomnia should really be sleeping. On Wed, 4 Apr 2018, 2:30 am