diff options
author | Patrick Spek <p.spek@tyil.nl> | 2017-04-25 09:52:04 +0200 |
---|---|---|
committer | Patrick Spek <p.spek@tyil.nl> | 2017-04-25 09:54:38 +0200 |
commit | 1040a65e6416d4a9c7f758093d4b17f684e1ddbe (patch) | |
tree | ebf9d2e34a5ce5e8bfa2eba99ea65692d1de4958 /META6.json | |
parent | cb5db41329c1aab1cb56d7a3e381c53d668af844 (diff) | |
download | hash-merge-1040a65e6416d4a9c7f758093d4b17f684e1ddbe.tar.gz hash-merge-1040a65e6416d4a9c7f758093d4b17f684e1ddbe.tar.bz2 |
Rename to Hash::Merge
Diffstat (limited to 'META6.json')
-rw-r--r-- | META6.json | 26 |
1 files changed, 24 insertions, 2 deletions
@@ -1,3 +1,25 @@ { - "license": "Artistic-2.0" -}
\ No newline at end of file + "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" +} |