Help language development. Donate to The Perl Foundation

LWP::Simple zef:dwarring last updated on 2022-09-15

META6.json
{
  "auth": "zef:dwarring",
  "authors": [
    "cosimo",
    "niner",
    "Raku community modules team"
  ],
  "build-depends": [
  ],
  "depends": [
    "MIME::Base64",
    "URI"
  ],
  "description": "LWP::Simple quick & dirty implementation for Raku",
  "license": "Artistic-2.0",
  "name": "LWP::Simple",
  "perl": "6.c",
  "provides": {
    "LWP::Simple": "lib/LWP/Simple.rakumod"
  },
  "resources": [
  ],
  "source-url": "https://github.com/raku-community-modules/LWP-Simple.git",
  "tags": [
  ],
  "test-depends": [
    "JSON::Tiny"
  ],
  "version": "0.109"
}