diff options
author | Patrick Spek <p.spek@tyil.nl> | 2018-03-28 14:20:09 +0200 |
---|---|---|
committer | Patrick Spek <p.spek@tyil.nl> | 2018-03-28 14:20:09 +0200 |
commit | 3cf9f5e0c5180d21cce9ec3a2650d6200ac3c2b4 (patch) | |
tree | 7961bcb9a94df6bec8bc6d4dfa6181f6884e98c5 /META6.json | |
parent | da9c10a20bbbf8904f3831511538eff67c27b695 (diff) | |
download | hash-merge-3cf9f5e0c5180d21cce9ec3a2650d6200ac3c2b4.tar.gz hash-merge-3cf9f5e0c5180d21cce9ec3a2650d6200ac3c2b4.tar.bz2 |
Add Hash::Merge::Unit
Diffstat (limited to 'META6.json')
-rw-r--r-- | META6.json | 48 |
1 files changed, 25 insertions, 23 deletions
@@ -1,25 +1,27 @@ { - "perl": "6", - "name": "Hash::Merge", - "version": "0.2.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" + "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", + "provides": { + "Hash::Merge": "lib/Hash/Merge.pm6", + "Hash::Merge::Unit": "lib/Hash/Merge/Unit.pm6" + }, + "source-url": "https://github.com/scriptkitties/p6-Hash-Merge.git", + "tags": [ + "hash", + "utils" + ], + "test-depends": [ + "Test::META" + ], + "version": "0.2.0" } |