Help language development. Donate to The Perl Foundation

System::Passwd zef:raku-community-modules last updated on 2022-05-28

META6.json
{
  "auth": "zef:raku-community-modules",
  "authors": [
    "David Farrell"
  ],
  "build-depends": [
  ],
  "depends": [
  ],
  "description": "easily search for system users on Unix based systems",
  "license": "NOASSERTION",
  "meta-version": 0,
  "name": "System::Passwd",
  "perl": "6.*",
  "provides": {
    "System::Passwd": "lib/System/Passwd.rakumod",
    "System::Passwd::User": "lib/System/Passwd.rakumod"
  },
  "raku": "6.*",
  "resources": [
  ],
  "source-url": "git://github.com/raku-community-modules/System-Passwd.git",
  "tags": [
    "PASSWD",
    "USER"
  ],
  "test-depends": [
  ],
  "version": "0.1"
}