Help language development. Donate to The Perl Foundation

has-word zef:lizmat last updated on 2022-06-19

META6.json
{
  "auth": "zef:lizmat",
  "authors": [
    "Elizabeth Mattijsen"
  ],
  "build-depends": [
  ],
  "depends": [
  ],
  "description": "A quick non-regex word-boundary checker",
  "license": "Artistic-2.0",
  "name": "has-word",
  "perl": "6.d",
  "provides": {
    "has-word": "lib/has-word.rakumod"
  },
  "resources": [
  ],
  "source-url": "https://github.com/lizmat/has-word.git",
  "tags": [
    "WORD",
    "SEARCH",
    "FIND"
  ],
  "test-depends": [
  ],
  "version": "0.0.3"
}