Help language development. Donate to The Perl Foundation

Text::ShellWords cpan:SOFTMOTH last updated on 2020-07-12

META6.json
{
  "auth" : "github:softmoth",
  "authors" : [
    "Tim Siegel"
  ],
  "build-depends" : [ ],
  "depends" : [ ],
  "description" : "Split a string into words like a command-line shell",
  "license" : "Artistic-2.0",
  "name" : "Text::ShellWords",
  "perl" : "6.c",
  "provides" : {
    "Text::ShellWords" : "lib/Text/ShellWords.rakumod"
  },
  "resources" : [ ],
  "source-url" : "https://github.com/softmoth/raku-Text-ShellWords.git",
  "support" : {
    "bugtracker" : "https://github.com/softmoth/raku-Text-ShellWords/issues",
    "source" : "https://github.com/softmoth/raku-Text-ShellWords.git"
  },
  "tags" : [
    "text",
    "shell",
    "parse",
    "split"
  ],
  "test-depends" : [ ],
  "version" : "0.1.1"
}