aboutsummaryrefslogtreecommitdiff
path: root/META6.json
blob: 93f0e07faa5727a98123dfee1432e1cf8a192221 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
    "perl": "6",
    "name": "Hash::Merge",
    "version": "1.0.0",
    "auth": "github:scriptkitties",
    "description": "Module to add deep merge functionality to Hashes",
    "license": "Artistic-2.0",
    "depends": [
    ],
    "provides": {
        "Hash::Merge": "lib/Hash/Merge.pm6"
    },
    "authors": [
        "Samantha McVey <samantham@posteo.net>",
        "Patrick Spek <p.spek@tyil.work>"
    ],
    "tags": [
        "hash",
        "utils"
    ],
    "test-depends": [
        "Test::META"
    ],
    "source-url": "https://github.com/scriptkitties/p6-Hash-Merge.git"
}