From 0d1737fb2ab52cf56ddf2146e5ff910dfc66d7b4 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Sun, 12 Jul 2020 10:37:34 +0200 Subject: Modernize the module --- META6.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'META6.json') diff --git a/META6.json b/META6.json index bba54ca..da176f6 100644 --- a/META6.json +++ b/META6.json @@ -1,7 +1,7 @@ { "perl": "6", "name": "Config::Parser::toml", - "version": "1.0.0", + "version": "1.0.1", "auth": "github:scriptkitties", "description": "TOML parser for Config", "license": "GPL-3.0", @@ -10,7 +10,7 @@ "Config::TOML" ], "provides": { - "Config::Parser::toml": "lib/Config/Parser/toml.pm6" + "Config::Parser::toml": "lib/Config/Parser/toml.rakumod" }, "authors": [ "Patrick Spek " -- cgit v1.1