Help language development. Donate to The Perl Foundation

IO::Socket::Async::SSL cpan:JNTHN last updated on 2022-02-11

META6.json
{
  "name": "IO::Socket::Async::SSL",
  "description": "Provides an API like IO::Socket::Async, but with TLS support.",
  "version": "0.7.10",
  "perl": "6.*",
  "authors": [
    "Jonathan Worthington <[email protected]>"
  ],
  "auth": "jnthn",
  "depends": [
    "OpenSSL"
  ],
  "provides": {
    "IO::Socket::Async::SSL": "lib/IO/Socket/Async/SSL.pm6"
  },
  "support": {
    "source": "https://github.com/jnthn/p6-io-socket-async-ssl.git"
  },
  "license": "Artistic-2.0",
  "tags": [
    "SSL",
    "TLS",
    "Asynchronous",
    "Socket"
  ]
}