aboutsummaryrefslogtreecommitdiff
path: root/META6.json
diff options
context:
space:
mode:
Diffstat (limited to 'META6.json')
-rw-r--r--META6.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/META6.json b/META6.json
index 97adef3..df8fa3e 100644
--- a/META6.json
+++ b/META6.json
@@ -10,10 +10,10 @@
"description": "Module to add deep merge functionality to Hashes",
"license": "Artistic-2.0",
"name": "Hash::Merge",
- "perl": "6",
+ "perl": "6.c",
"provides": {
"Hash::Merge": "lib/Hash/Merge.pm6",
- "Hash::Merge::Unit": "lib/Hash/Merge/Unit.pm6"
+ "Hash::Merge::Augment": "lib/Hash/Merge/Augment.pm6"
},
"source-url": "https://github.com/scriptkitties/p6-Hash-Merge.git",
"tags": [
@@ -23,5 +23,6 @@
"test-depends": [
"Test::META"
],
+ "api": "1",
"version": "0.2.0"
}