Help language development. Donate to The Perl Foundation

String::Splice zef:thundergnat last updated on 2022-12-28

META6.json
{
  "auth": "zef:thundergnat",
  "authors": [
    "Steve Schulze (thundergnat)"
  ],
  "build-depends": [
  ],
  "depends": [
  ],
  "description": "Splice, but on strings rather than arrays",
  "license": "Artistic-2.0",
  "name": "String::Splice",
  "perl": "6.*",
  "provides": {
    "String::Splice": "lib/String/Splice.pm6"
  },
  "resources": [
  ],
  "source-url": "git://github.com/thundergnat/String-Splice.git",
  "tags": [
    "String",
    "Strings",
    "Text wrangling"
  ],
  "test-depends": [
  ],
  "version": "0.0.4"
}