From 2d60d81964e2eb4ffc6ee5ed25afd1cc20fba3ab Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Wed, 28 Mar 2018 23:18:37 +0200 Subject: Update to use newer Hash::Merge --- META6.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'META6.json') diff --git a/META6.json b/META6.json index fc8a31f..7f3f64a 100644 --- a/META6.json +++ b/META6.json @@ -4,12 +4,12 @@ "Patrick Spek " ], "depends": [ - "Hash::Merge" + "Hash::Merge:api<1>:version<1.0.0+>" ], "description": "Extensible library for reading and writing configuration files.", "license": "GPL-3.0", "name": "Config", - "perl": "6", + "perl": "6.c", "provides": { "Config": "lib/Config.pm6", "Config::Exception::FileNotFoundException": "lib/Config/Exception/FileNotFoundException.pm6", @@ -29,5 +29,6 @@ "test-depends": [ "Test::META" ], - "version": "1.3.3" + "version": "1.3.5", + "api": "1" } -- cgit v1.1