Help language development. Donate to The Perl Foundation

RedX::HashedPassword zef:jonathanstowe last updated on 2022-08-07

META6.json
{
  "meta-version": "1",
  "license": "Artistic-2.0",
  "support": {
    "email": "[email protected]",
    "source": "https://github.com/jonathanstowe/RedX-HashedPassword.git",
    "bugtracker": "https://github.com/jonathanstowe/RedX-HashedPassword/issues"
  },
  "source-url": "https://github.com/jonathanstowe/RedX-HashedPassword.git",
  "tags": [
    "password",
    "hash",
    "red",
    "database"
  ],
  "resources": [
  ],
  "auth": "zef:jonathanstowe",
  "api": "1.0",
  "raku": "6.*",
  "depends": [
    "Red",
    "Crypt::AnyPasswordHash:ver<0.1.2+>"
  ],
  "provides": {
    "RedX::HashedPassword": "lib/RedX/HashedPassword.pm"
  },
  "build-depends": [
  ],
  "test-depends": [
  ],
  "version": "0.0.7",
  "authors": [
    "Jonathan Stowe <[email protected]>"
  ],
  "description": "A facility to allow the Red ORM to store and use hashed passwords in the database",
  "name": "RedX::HashedPassword"
}