Help language development. Donate to The Perl Foundation

WWW zef:raku-community-modules last updated on 2022-11-28

META6.json
{
  "name": "WWW",
  "description": "No-nonsense, simple HTTP/S client with JSON decoder",
  "version": "1.005007",
  "perl": "6.*",
  "authors": [
      "Zoffix Znet",
      "Raku community modules maintainers"
  ],
  "auth": "zef:raku-community-modules",
  "depends": [
    "HTTP::UserAgent",
    "JSON::Fast",
    "IO::Socket::SSL"
  ],
  "test-depends": [
    "Test::When",
    "Test::META"
  ],
  "provides": {
    "WWW": "lib/WWW.pm6"
  },
  "support": {
    "source": "https://github.com/raku-community-modules/WWW.git"
  },
  "license": "Artistic-2.0",
  "tags": [
    "HTTP"
  ]
}