Re: Net::SMTP is messed up

2017-07-08 Thread ToddAndMargo
On 07/08/2017 01:21 AM, Timo Paulssen wrote: The fix is now in rakudo master. HTH - Timo Awesome! Thank you! -- ~~ Computers are like air conditioners. They malfunction when you open windows ~~

Re: Net::SMTP is messed up

2017-07-08 Thread ToddAndMargo
On 07/08/2017 01:09 AM, Timo Paulssen wrote: It sounds like you're using a rakudo version that's not an official release? That seems quite risky for a security-related program. I am using the one that resides in Fedora's repository: $ rpm -qa rakudo rakudo-0.2017.06-1.fc25.x86_64 $ perl6 -v

Re: Net::SMTP is messed up

2017-07-08 Thread ToddAndMargo
On 07/08/2017 01:21 AM, Timo Paulssen wrote: The fix is now in rakudo master. HTH - Timo Now to get Fedora to update! -- ~~ Computers are like air conditioners. They malfunction when you open windows ~~

Re: Net::SMTP is messed up

2017-07-08 Thread Timo Paulssen
The fix is now in rakudo master. HTH - Timo

Re: Net::SMTP is messed up

2017-07-08 Thread Timo Paulssen
This comes from IO::Socket not properly handling non-list values of the nl-in property. This change came in with the recent refactor to make encoders customizable in perl6 code. I'm going to push a fix to rakudo soon. It sounds like you're using a rakudo version that's not an official release? Th

Net::SMTP is messed up

2017-07-07 Thread ToddAndMargo
Hi All, I just got gobsmacked by https://github.com/retupmoca/P6-Net-SMTP/issues/16 Were Net:SMTP gives the following error: Type check failed in binding to parameter '@seps'; expected Positional but got Str ("\r\n") Anyone know a workaround? Any way to get git to cough up a prior ver