Help language development. Donate to The Perl Foundation

Lines::Containing zef:lizmat last updated on 2022-07-23

META6.json
{
  "auth": "zef:lizmat",
  "authors": [
    "Elizabeth Mattijsen"
  ],
  "build-depends": [
  ],
  "depends": [
    "has-word:ver<0.0.3>:auth<zef:lizmat>"
  ],
  "description": "look for lines containing a given needle",
  "license": "Artistic-2.0",
  "name": "Lines::Containing",
  "perl": "6.d",
  "provides": {
    "Lines::Containing": "lib/Lines/Containing.rakumod"
  },
  "resources": [
  ],
  "source-url": "https://github.com/lizmat/Lines-Containing.git",
  "tags": [
    "LINES",
    "GREP",
    "CONTAINS",
    "MATCHES",
    "COUNT"
  ],
  "test-depends": [
  ],
  "version": "0.0.10"
}