Help language development. Donate to The Perl Foundation

from zef:lizmat last updated on 2022-08-10

META6.json
{
  "auth": "zef:lizmat",
  "authors": [
    "Elizabeth Mattijsen"
  ],
  "build-depends": [
  ],
  "depends": [
  ],
  "description": "load a module and import selected items from it",
  "license": "Artistic-2.0",
  "name": "from",
  "perl": "6.d",
  "provides": {
    "from": "lib/from.rakumod"
  },
  "resources": [
  ],
  "source-url": "https://github.com/lizmat/from.git",
  "tags": [
    "USE",
    "IMPORT",
    "MODULE"
  ],
  "test-depends": [
  ],
  "version": "0.0.3"
}