aboutsummaryrefslogtreecommitdiff
path: root/META6.json
diff options
context:
space:
mode:
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 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 <p.spek@tyil.work>"