Help language development. Donate to The Perl Foundation

Proc::Easy zef:tbrowder last updated on 2021-12-10

META6.json
{
  "api": 2,
  "auth": "zef:tbrowder",
  "authors": [
    "Tom Browder <[email protected]>"
  ],
  "build-depends": [
  ],
  "depends": [
  ],
  "description": "Provides an easier interface to the 'Proc' class and the 'run' routine",
  "license": "Artistic-2.0",
  "name": "Proc::Easy",
  "perl": "6.d",
  "provides": {
    "Proc::Easy": "lib/Proc/Easy.rakumod"
  },
  "resources": [
  ],
  "source-url": "https://github.com/tbrowder/Proc-Easy.git",
  "tags": [
    "proc run"
  ],
  "test-depends": [
    "File::Temp"
  ],
  "version": "0.0.2"
}