Help language development. Donate to The Perl Foundation

IO::Path::Mode zef:jonathanstowe last updated on 2022-08-07

META6.json
{
  "auth": "zef:jonathanstowe",
  "name": "IO::Path::Mode",
  "source-url": "git://github.com/jonathanstowe/IO-Path-Mode.git",
  "resources": [
  ],
  "raku": "6.*",
  "license": "Artistic-2.0",
  "api": "1.0",
  "description": "Augment IO::Path with a .mode() method to get the file mode",
  "provides": {
    "IO::Path::Mode": "lib/IO/Path/Mode.pm"
  },
  "build-depends": [
  ],
  "support": {
    "bugtracker": "https://github.com/jonathanstowe/IO-Path-Mode/issues",
    "source": "git://github.com/jonathanstowe/IO-Path-Mode.git",
    "email": "[email protected]"
  },
  "authors": [
    "Jonathan Stowe <[email protected]>"
  ],
  "meta-version": "1",
  "depends": [
  ],
  "tags": [
    "IO",
    "permissions",
    "mode",
    "utility"
  ],
  "test-depends": [
    "Test"
  ],
  "version": "0.0.9"
}