Help language development. Donate to The Perl Foundation

ArrayHash cpan:HANENKAMP last updated on 2020-04-07

META6.json
{
  "source-url": "git://github.com/zostay/perl6-ArrayHash.git",
  "depends": [
  ],
  "build-depends": [
  ],
  "test-depends": [
    "Test",
    "Test::META"
  ],
  "version": "1.0.0",
  "license": "Artistic-2.0",
  "description": "An array in a hash in an array... like a turducken",
  "auth": "github:zostay",
  "tags": [
  ],
  "provides": {
    "ArrayHash": "lib/ArrayHash.pm6"
  },
  "meta-version": "0",
  "support": {
    "source": null
  },
  "authors": [
    "Sterling Hanenkamp <[email protected]>"
  ],
  "name": "ArrayHash",
  "resources": [
  ],
  "perl": "6.c"
}