aboutsummaryrefslogtreecommitdiff
path: root/META6.json
diff options
context:
space:
mode:
authorPatrick Spek <Tyil@users.noreply.github.com>2017-04-26 09:57:40 +0200
committerGitHub <noreply@github.com>2017-04-26 09:57:39 +0200
commit845c2d891e12b7abe006aa1e36c1201266b29a51 (patch)
tree0ebf21647bd4bcea5b71a493302bea264a4f87e5 /META6.json
parentacdac7ea2f81e739c7e2b5cb37d3f3cdc71962a8 (diff)
parent7313624f98295bb80416009cf21012cec10bdc15 (diff)
Merge pull request #2 from scriptkitties/with-hash-mergev1.1.0
Merge hashes instead of overwriting them
Diffstat (limited to 'META6.json')
-rw-r--r--META6.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/META6.json b/META6.json
index a3614c3..ccf33e7 100644
--- a/META6.json
+++ b/META6.json
@@ -1,12 +1,12 @@
{
"perl": "6",
"name": "Config",
- "version": "1.0.0",
+ "version": "1.1.0",
"auth": "github:scriptkitties",
"description": "Extensible library for reading and writing configuration files.",
"license": "GPL-3.0",
"depends": [
-
+ "Hash::Merge"
],
"provides": {
"Config": "lib/Config.pm6",