aboutsummaryrefslogtreecommitdiff
path: root/META6.json
diff options
context:
space:
mode:
Diffstat (limited to 'META6.json')
-rw-r--r--META6.json17
1 files changed, 8 insertions, 9 deletions
diff --git a/META6.json b/META6.json
index aff3030..3e09fbe 100644
--- a/META6.json
+++ b/META6.json
@@ -1,22 +1,21 @@
{
- "api": "1",
+ "api": "2",
"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",
+ "description": "Raku module to deep merge Hashes",
"license": "Artistic-2.0",
"name": "Hash::Merge",
- "perl": "6.c",
+ "perl": "6.d",
"provides": {
- "Hash::Merge": "lib/Hash/Merge.pm6",
- "Hash::Merge::Augment": "lib/Hash/Merge/Augment.pm6"
+ "Hash::Merge": "lib/Hash/Merge.rakumod",
+ "Hash::Merge::Augment": "lib/Hash/Merge/Augment.rakumod"
},
- "source-url": "https://github.com/scriptkitties/p6-Hash-Merge.git",
+ "source-url": "https://git.tyil.nl/raku/hash-merge",
"tags": [
"hash",
"utils"
@@ -24,5 +23,5 @@
"test-depends": [
"Test::META"
],
- "version": "1.0.0"
-} \ No newline at end of file
+ "version": "2.0.0"
+}