Re: Is LibraryMake still current?

2020-03-18 Thread Fernando Santagata
Sorry for the necroposting, but I found out a new way to build a native code library to be used by a Raku module. Using Distribution::Builder::MakeFromJSON one can configure the native library building by adding some sections to the META6.json file, without using LibraryMake and its Build.pm file.

OAuth2?

2020-03-18 Thread ToddAndMargo via perl6-users
Hi Guys, This is a long shot, but have any of you figured out how to send eMail through G-Mail with OAuth2? I have a module that uses cURL, but I can't figure out how to get it to work with OAuth2. RFE: please support OAuth2 https://github.com/retupmoca/P6-Net-SMTP/issues/24 Is in the works, b