Help language development. Donate to The Perl Foundation

XDG::BaseDirectory zef:jonathanstowe last updated on 2023-01-09

META6.json
{
  "description": "Implementation of the freedesktop.org XDG BaseDirectory specifications",
  "version": "0.0.14",
  "meta-version": "1",
  "authors": [
    "Jonathan Stowe <[email protected]"
  ],
  "resources": [
  ],
  "depends": [
  ],
  "test-depends": [
    "File::Find",
    "Shell::Command"
  ],
  "support": {
    "bugtracker": "https://github.com/jonathanstowe/XDG-BaseDirectory/issues",
    "source": "https://github.com/jonathanstowe/XDG-BaseDirectory.git"
  },
  "provides": {
    "XDG::BaseDirectory": "lib/XDG/BaseDirectory.pm"
  },
  "raku": "6.*",
  "license": "Artistic-2.0",
  "auth": "zef:jonathanstowe",
  "author": "Jonathan Stowe <[email protected]",
  "name": "XDG::BaseDirectory",
  "tags": [
    "xdg",
    "desktop",
    "utils"
  ],
  "build-depends": [
  ],
  "api": "1.0",
  "source-url": "https://github.com/jonathanstowe/XDG-BaseDirectory.git"
}