From 1040a65e6416d4a9c7f758093d4b17f684e1ddbe Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Tue, 25 Apr 2017 09:52:04 +0200 Subject: Rename to Hash::Merge --- META6.json | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) (limited to 'META6.json') diff --git a/META6.json b/META6.json index 4127794..93f0e07 100644 --- a/META6.json +++ b/META6.json @@ -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 ", + "Patrick Spek " + ], + "tags": [ + "hash", + "utils" + ], + "test-depends": [ + "Test::META" + ], + "source-url": "https://github.com/scriptkitties/p6-Hash-Merge.git" +} -- cgit v1.1