aboutsummaryrefslogtreecommitdiff
path: root/META6.json
blob: aff303006a7f330b84c0db0c865fdd7db50cd940 (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
26
27
28
{
  "api": "1",
  "auth": "github:scriptkitties",
  "authors": [
    "Samantha McVey <samantham@posteo.net>",
    "Patrick Spek <p.spek@tyil.work>"
  ],
  "depends": [
    
  ],
  "description": "Module to add deep merge functionality to Hashes",
  "license": "Artistic-2.0",
  "name": "Hash::Merge",
  "perl": "6.c",
  "provides": {
    "Hash::Merge": "lib/Hash/Merge.pm6",
    "Hash::Merge::Augment": "lib/Hash/Merge/Augment.pm6"
  },
  "source-url": "https://github.com/scriptkitties/p6-Hash-Merge.git",
  "tags": [
    "hash",
    "utils"
  ],
  "test-depends": [
    "Test::META"
  ],
  "version": "1.0.0"
}