Help language development. Donate to The Perl Foundation

URI::FetchFile zef:jonathanstowe last updated on 2023-07-04

META6.json
{
  "source-url": "https://github.com/jonathanstowe/URI-FetchFile.git",
  "version": "0.0.6",
  "support": {
    "source": "https://github.com/jonathanstowe/URI-FetchFile.git"
  },
  "depends": [
    "File::Which"
  ],
  "license": "Artistic-2.0",
  "auth": "zef:jonathanstowe",
  "test-depends": [
    "Test"
  ],
  "meta-version": "1",
  "name": "URI::FetchFile",
  "authors": [
    "Jonathan Stowe <[email protected]>"
  ],
  "resources": [
  ],
  "build-depends": [
  ],
  "api": "1.0",
  "tags": [
    "download",
    "utility",
    "http"
  ],
  "raku": "6.*",
  "provides": {
    "URI::FetchFile": "lib/URI/FetchFile.rakumod"
  },
  "description": "retrieve a file from the internet by the best available method"
}